Monday, October 13, 2014

Domain: etk.heckbro.cu.cc

Domain: etk.heckbro.cu.cc

If you are seeing queries for this domain, than you are likely participating in DNS Amplification attacks and your DNS server is probably reachable from the internet and has recursion enabled.

If you are seeing responses for this domain.. unlucky. You are currently beeing DDOS-ed! Good luck.


IPtables:


There are two iptable rules available. If your distribution supports Iptables 'u32' module pick this one, otherwise use the 'string' rule.

U32:
iptables --insert INPUT -p udp --dport 53 -m u32 --u32 "0x28&0xFFDFDFDF=0x0345544b && 0x2c&0xFFDFDFDF=0x07484543 && 0x30&0xDFDFDFDF=0x4b42524f && 0x34&0xFFDFDFFF=0x02435502 && 0x38&0xDFDFFF00=0x43430000" -j DROP -m comment --comment "DROP DNS Q etk.heckbro.cu.cc"

More U32 rules can be found here:

https://github.com/smurfmonitor/dns-iptables-rules/blob/master/domain-blacklist.txt

String:
iptables --insert INPUT -p udp --dport 53 -m string --from 40 --to 59 --algo bm --hex-string '|0365746b076865636b62726f02637502636300|' -j DROP -m comment --comment "DROP DNS Q etk.heckbro.cu.cc"
More Iptables rules for the STRING module can be found here:


https://github.com/smurfmonitor/dns-iptables-rules/blob/master/domain-blacklist-string.txt

Source:


No IP source for this domain

Name server:


;; ANSWER SECTION:
heckbro.cu.cc. 21536 IN NS coby.ns.cloudflare.com.
heckbro.cu.cc. 21536 IN NS alla.ns.cloudflare.com.


Response:


TXT 1
Rsize 4095





No comments:

Post a Comment