· 6 years ago · Dec 01, 2018, 08:28 AM
1# Bank Oceanic index page DoS
2alert tcp any any -> 192.168.11.2 80 ( \
3classtype: attempted-dos; \
4msg: "Bank Oceanic index page DoS"; \
5flow: to_server, established; \
6threshold: type both, track by_src, count 50, seconds 5; \
7react: block; \
8sid:000000002; )