mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-06 11:26:44 +00:00
rule update: Rename rule for Cloud Metadata access again
Signed-off-by: Hiroki Suezawa <suezawa@gmail.com>
This commit is contained in:
parent
54329a64cd
commit
0b402e2326
@ -2226,7 +2226,7 @@
|
|||||||
|
|
||||||
# On GCP, AWS and Azure, 169.254.169.254 is a special IP used to fetch
|
# On GCP, AWS and Azure, 169.254.169.254 is a special IP used to fetch
|
||||||
# metadata about the instance. The metadata could be used to get credentials by attackers.
|
# metadata about the instance. The metadata could be used to get credentials by attackers.
|
||||||
- rule: Contact Cloud Instance Metadata Service From Container
|
- rule: Contact cloud metadata service from container
|
||||||
desc: Detect attempts to contact the Cloud Instance Metadata Service from a container
|
desc: Detect attempts to contact the Cloud Instance Metadata Service from a container
|
||||||
condition: outbound and fd.sip="169.254.169.254" and container and consider_metadata_access and not user_known_metadata_access
|
condition: outbound and fd.sip="169.254.169.254" and container and consider_metadata_access and not user_known_metadata_access
|
||||||
output: Outbound connection to cloud instance metadata service (command=%proc.cmdline connection=%fd.name %container.info image=%container.image.repository:%container.image.tag)
|
output: Outbound connection to cloud instance metadata service (command=%proc.cmdline connection=%fd.name %container.info image=%container.image.repository:%container.image.tag)
|
||||||
|
Loading…
Reference in New Issue
Block a user