Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.