Skip to content

Commit

Permalink
Update cyberark-epm-misconfigurations.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiodehartj1 authored Apr 10, 2024
1 parent 1287b1d commit 0380e7c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions rule-packs/cyberark-epm-misconfigurations.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[
{
"name": "cyberark-epm-application-control",
"description": "This query will look for applications that were installed before the EPM agent.",
"name": "cyberark-epm-blocked-applications",
"description": "This query will look for applications that have an unsatisfactory status.",
"queries": [
{
"name": "query0",
"query": "FIND cyberark_epm_applicationgroup as ag with ag.startOn > cyberark_epm_hostagent startOn",
"query": "FIND cyberark_epm_applicationgroup with status != 'OK'",
"version": "v1"
}
],
"alertLevel": "MEDIUM"
},
{
"name": "cyberark-epm-blocked-applications",
"description": "This query will look for applications that have an unsatisfactory status.",
"name": "cyberark-epm-application-groups-with-no-policy",
"description": "This query will look for application groups that have no policy associated.",
"queries": [
{
"name": "query0",
"query": "FIND cyberark_epm_applicationgroup with status != 'OK'",
"query": "FIND cyberark_epm_applicationgroup THAT !ENFORCES << cyberark_epm_policy",
"version": "v1"
}
],
"alertLevel": "MEDIUM"
},
{
"name": "cyberark-epm-application-groups-with-no-policy",
"description": "This query will look for application groups that have no policy associated.",
{
"name": "cyberark-epm-service-with-no-policy",
"description": "This query will look for services that have no policy associated.",
"queries": [
{
"name": "query0",
Expand Down

0 comments on commit 0380e7c

Please sign in to comment.