Advertisement
Ujio

Untitled

Jul 15th, 2019
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. _sourceCategory=cloudflare
  2. | json field=_raw "WAFAction" | where %WAFAction != "unknown"
  3. | json field=_raw "FirewallMatchesRuleIDs" as all_rule_ids
  4. | parse regex field=all_rule_ids "(?<rule>\w+)" multi
  5. | count by rule
  6. | order by _count
  7. //https://www.dropbox.com/s/0prrpi1id3r1oj3/Screen%20Recording%202019-07-15%20at%2008.37.47.mov?dl=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement