Skip to content

Commit

Permalink
ql change
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiodehartj1 committed Aug 30, 2024
1 parent 315ecfe commit f2a8556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rule-packs/mitre-attck-initial-access-attack-paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"queries": [
{
"name": "query0",
"query": "FIND * WITH _integrationType = 'azure' WITH sslEnforced != true OR sslEnforcement != 'Enabled'",
"query": "FIND * WITH _integrationType = 'azure' AND sslEnforced != true OR sslEnforcement != 'Enabled'",
"version": "v1"
}
],
Expand All @@ -29,7 +29,7 @@
"queries": [
{
"name": "query0",
"query": "FIND * WITH _integrationType = 'google_cloud' WITH sslEnforced != true OR sslEnforcement != 'Enabled'",
"query": "FIND * WITH _integrationType = 'google_cloud' AND sslEnforced != true OR sslEnforcement != 'Enabled'",
"version": "v1"
}
],
Expand Down

0 comments on commit f2a8556

Please sign in to comment.