This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:security:ddos [2018/09/08 10:06] gcooper |
internet:security:ddos [2018/09/08 10:17] (current) gcooper |
||
---|---|---|---|
Line 14: | Line 14: | ||
===== Are You Under Attack? ===== | ===== Are You Under Attack? ===== | ||
+ | |||
+ | :!: You may want to change the port '' | ||
< | < | ||
netstat -alpn | grep :80 | awk ' | netstat -alpn | grep :80 | awk ' | ||
+ | </ | ||
+ | |||
+ | Which IP address of your server is targeted by the DDoS attack: | ||
+ | |||
+ | < | ||
+ | netstat -plan | grep :80 | awk ' | ||
+ | </ | ||
+ | |||
+ | From which IPs the attack is coming: | ||
+ | |||
+ | < | ||
+ | netstat -plan | grep :80 | awk ' | ||
</ | </ | ||