http://y7egb5vi45k74makeixpfb7jnimfxm3gf233lb3ke2ldonozjk55nvad.onion/mirai_iot_ddos_botnet_analysis.html
For example, the following scripts close all processes that use SSH,
Telnet and HTTP ports: killer_kill_by_port(htons(23)) // Kill telnet service
killer_kill_by_port(htons(22)) // Kill SSH service
killer_kill_by_port(htons(80)) // Kill HTTP service These locate/eradicate other botnet processes from memory, a
technique known as memory scraping: #DEFINE TABLE_MEM_QBOT // REPORT %S:%S
#DEFINE TABLE_MEM_QBOT2 // HTTPFLOOD
#DEFINE...