Support #1992
closedTesting DDOS attack
Description
Actually we are adding a local rule for ddos attack,
Like this
drop tcp any any -> any any (flags: S; msg:"Possible TCP DoS"; flow: stateless; threshold: type both, track by_dst, count 70, seconds 10; sid:10001;rev:1)
after that i am sending DDOS traffic through hping using "hping3 -S -p 80 --flood --rand-source 47.47.47.2" and within less than 10 seconds i am getting this rule in fastlog and traffic is getting dropped ,but after if i made pinging(nomal traffic) to the same interface and no rule is exist ,its not pinging.So can we tell how to test DDOS and DOS traffic and rule needed to be added.
Updated by Victor Julien almost 8 years ago
- Tracker changed from Bug to Support
- Priority changed from Immediate to Normal
Updated by Andreas Herz almost 8 years ago
- Assignee set to Anonymous
- Target version set to TBD
Can you be more verbose about the step after the hping? You say no rule exists, but did you reload the rules or restart suricata or what did you do exactly?
Updated by Andreas Herz about 7 years ago
- Status changed from New to Closed
closed due to no response