Forum Discussion

retornet's avatar
retornet
Icon for Bronze III rankBronze III
2 months ago

Snort Rules: Ep.9 – Exploit Kits

I am pulling my hair with question number 8

Create a Snort rule to detect the third GET request in the second PCAP file, then submit the token.

This one should do it but it is not working.
alert tcp any any -> any any (msg:"detect the third GET request"; content:"e31e6edb08bf0ae9fbb32210b24540b6fl"; sid:1000001)

I tried so many rules base on the first GET header and still unable to get the token. Any tips?