Skip to content

Commit

Permalink
fix: Ensure events that modify the system's network environment are c…
Browse files Browse the repository at this point in the history
…ollected -> variants ++ fix asset

Signed-off-by: Manuel Weber <[email protected]>
  • Loading branch information
mm-weber committed Dec 3, 2024
1 parent d944c88 commit 351e900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mondoo-linux-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ queries:
|| split(" ").containsAll(["-F","key=logins"])
)
- uid: mondoo-linux-security-login-and-logout-events-are-collected-other
filters: asset.family.contains(/redhat|debian/) == false
filters: asset.family.contains(/redhat|debian/) == false && asset.platform != "amazonlinux"
mql: |
props.mondooLinuxSecurityAuditFiles.flat.unique.any(_ == /\/var\/log\/lastlog/)
props.mondooLinuxSecurityAuditFiles.flat.unique.any(_ == /\/var\/log\/tallylog/)
Expand Down

0 comments on commit 351e900

Please sign in to comment.