Skip to content
Discussion options

You must be logged in to vote

Here is my attempt to answer my own question:

Network traffic monitoring is a core component of SO.

In an AWS environment this is done by enabling a sensor to monitor the traffic of an ENI

These commands allowed me to test such monitoring:
aws ec2 create-traffic-mirror-target
aws ec2 create-traffic-mirror-filter
aws ec2 create-traffic-mirror-filter-rule
aws ec2 create-traffic-mirror-session
aws ec2 describe-traffic-mirror-sessions

This can quickly get more complex when you want to monitor a network of devices and not just a single ENI, but this at least lets one kick the tires on SO/suricata before diving in deeper.

The below commands will dump the suricata rules that watch the traffic, n…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jmce123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
1 participant