Created
January 12, 2022 17:00
-
-
Save TheCloudScout/9f24999ecd80a5d97858f951fdf26f08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let AzureFirewallNetworkRulesLogsSample = datatable( msg_s:string ) | |
[ | |
"ICMP Type=8 request from 10.0.0.1 to 10.0.0.2. Action: Allow.", | |
"TCP request from 10.0.0.1:56088 to 10.0.0.2:443. Action: Allow.", | |
"HTTP request from 10.0.0.1:62504 to ocsp.sca1b.amazontrust.com:80. Url: ocsp.sca1b.amazontrust.com/MFE=. Action: Deny. ThreatIntel: Bot Networks", | |
"HTTPS request from 10.0.0.1:53415 to tags.bluekai.com:443. Action: Deny. ThreatIntel: Phishing Url", | |
"ICMP request from 10.0.0.1: to 10.0.0.2:. Action: alert. Signature: 2100366. IDS: ICMP_INFO PING *NIX. Priority: 3. Classification: Misc activity" | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment