Sử dụng log Apache để phân tích DDos
[root@kiloccnp~]# cat kilo.txt | cut -d ' ' -f 9 | sort | uniq -c | sort -nr
698 404 691 HTTP/1.1" 168 HTTP/1.0" 27 403
[root@kiloccnp~]# grep " 404 " kilo.txt | cut -d ' ' -f 7 | sort | uniq -c | sort -nr
674 / 672 "POS...
kiloai.hashnode.dev11 min read