Skip to content

Commit

Permalink
fix sentinelone check in edr policy
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 committed Oct 2, 2024
1 parent 3dc7c00 commit 28d946e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/mondoo-edr-policy.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
policies:
- uid: mondoo-edr-policy
name: Mondoo Endpoint Detection and Response (EDR)
version: 1.3.1
version: 1.4.0
license: BUSL-1.1
tags:
mondoo.com/category: security
Expand Down Expand Up @@ -95,7 +95,7 @@ queries:
filters: asset.family.contains('linux')
mql: |
package('falcon-sensor').installed ||
['SentinelAgent', 'sentinelagent'].all(package(_).installed) ||
['SentinelAgent', 'sentinelagent'].any(package(_).installed) ||
file('/opt/eset/RemoteAdministrator/Agent').exists
- uid: mondoo-edr-policy-ensure-edr-agent-is-installed-windows
filters: asset.family.contains('windows')
Expand Down

0 comments on commit 28d946e

Please sign in to comment.