Skip to content

Instantly share code, notes, and snippets.

@huynhbaoan
Created March 12, 2025 09:18
Show Gist options
  • Save huynhbaoan/7521e00ebc3331177c9d7a73f9e320c8 to your computer and use it in GitHub Desktop.
Save huynhbaoan/7521e00ebc3331177c9d7a73f9e320c8 to your computer and use it in GitHub Desktop.
Flowlog
fields @message
| parse @message " * * * * * * * * * * * * * * *" as version, account_id, interface_id, srcAddr, dstAddr, srcPort, dstPort, protocol, packets, bytes, start_time, end_time, action, log_status
| filter dstPort = 25 or dstPort = 465
| filter dstAddr in ["10.39.132.10", "10.39.133.138", "10.39.132.97", "10.39.133.151"]
| limit 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment