Skip to content
Discussion options

You must be logged in to vote

Here's the full rule for SID 2018959:

alert http $EXTERNAL_NET any -> $HOME_NET any (msg:"ET POLICY PE EXE or DLL Windows file download HTTP"; flow:established,to_client; flowbits:isnotset,ET.http.binary; flowbits:isnotset,ET.INFO.WindowsUpdate; file_data; content:"MZ"; within:2; byte_jump:4,58,relative,little; content:"PE|00 00|"; distance:-64; within:4; flowbits:set,ET.http.binary; classtype:policy-violation; sid:2018959; rev:4; metadata:created_at 2014_08_19, former_category POLICY, updated_at 2017_02_01;)

Notice that it sets a flowbit:

flowbits:set,ET.http.binary

Please see https://docs.securityonion.net/en/2.3/managing-alerts.html#flowbits for a full explanation of flowbits.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rosswakelin
Comment options

Answer selected by rosswakelin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants