Skip to content

Commit

Permalink
falco-CLA-1.0-signed-off-by: Nataly Sheinin <sheininn@gmail.com> (#593)
Browse files Browse the repository at this point in the history
correcting typo and including google accounts daemons in Read sensitive file untrusted
  • Loading branch information
natalysheinin authored and Kaizhe committed May 29, 2019
1 parent 12d0f45 commit 45241e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,8 @@
- macro: run_by_google_accounts_daemon
condition: >
(proc.aname[1] startswith google_accounts or
proc.aname[2] startswith google_accounts)
proc.aname[2] startswith google_accounts or
proc.aname[3] startswith google_accounts)
# Chef is similar.
- macro: run_by_chef
Expand Down Expand Up @@ -1343,6 +1344,7 @@
and not proc.cmdline contains /usr/bin/mandb
and not run_by_qualys
and not run_by_chef
and not run_by_google_accounts_daemon
and not user_read_sensitive_file_conditions
and not perl_running_plesk
and not perl_running_updmap
Expand Down Expand Up @@ -2122,7 +2124,7 @@
priority: WARNING
tags: [network, process, mitre_execution]

- rule: Lauch Suspicious Network Tool in Container
- rule: Launch Suspicious Network Tool in Container
desc: Detect network tools launched inside container
condition: >
spawned_process and container and network_tool_procs
Expand Down

0 comments on commit 45241e7

Please sign in to comment.