Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDoS: injection of 5000pps over 1sec can produce >5000 packets sent #94

Open
pepper-jk opened this issue Jun 30, 2019 · 0 comments
Open
Labels
bug Something isn't working

Comments

@pepper-jk
Copy link
Collaborator

pepper-jk commented Jun 30, 2019

sample seed: 37166886442902638009042361742793723293

Executing:

./id2t -i background.pcap -a DDoS attackers.count=1 inject.after-pkt=5 attack.duration=1 packets.per-second=5000 ip.src=66.66.66.66 ip.dst=12.12.12.12 -o forum_test.pcap -S 37166886442902638009042361742793723293

Results in the following ip statistics for 66.66.66.66:

> select * from ip_statistics where ipaddress="66.66.66.66";
Query returned 1 record:

ipAddress: 66.66.66.66
pktsReceived: 2291
pktsSent: 7709
kbytesReceived: 134.23828125
kbytesSent: 451.69921875
maxPktRate: 9920.0498046875
minPktRate: 0.0
maxKByteRate: 58.12528991699219
minKByteRate: 0.0
maxLatency: 3590
minLatency: 0
avgLatency: 1433
ipClass: A
@pepper-jk pepper-jk added the bug Something isn't working label Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant