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 13: | Line 13: | ||
http:// | http:// | ||
- | ===== Linux Shell ===== | + | ===== 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 ' | ||
</ | </ | ||