Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer/hostobserver
Status | |
---|---|
Stability | beta |
Distributions | contrib, k8s |
Issues | |
Code Owners | @MovieStoreGuy |
The host_observer
looks at the current host for listening network endpoints.
It will look for all listening sockets on TCP and UDP over IPv4 and IPv6.
It uses the /proc filesystem and requires the SYS_PTRACE and DAC_READ_SEARCH capabilities so that it can determine what processes own the listening sockets.
refresh_interval
Determines how often to look for changes in endpoints.
default: 10s
Endpoint variables exposed by this observer are as follows.
Variable | Description |
---|---|
type | "port" |
name | name of the process associated to the port |
port | port number |
command | full command used to invoke this process, including the executable itself at the beginning |
is_ipv6 | true if the endpoint is IPv6 |
transport | "TCP" or "UDP" |
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.