Wednesday, December 17, 2014

Domain: globe.gov

Domain: globe.gov

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=0x05474c4f && 0x2c&0xDFDFFFDF=0x42450347 && 0x30&0xDFDFFFFF=0x4f560000 && 0x34&0xFF000000=0xFF000000" -j DROP -m comment --comment "DROP DNS Q globe.gov"

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 53 --algo bm --hex-string '|05676c6f626503676f760000ff|' -j DROP -m comment --comment "DROP DNS Q globe.gov"
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:
globe.gov. 21599 IN NS ns1.p03.dynect.net.
globe.gov. 21599 IN NS ns2.p03.dynect.net.
globe.gov. 21599 IN NS ns3.p03.dynect.net.
globe.gov. 21599 IN NS ns4.p03.dynect.net.


Response:


A 29
DNSKEY 9
MX 10
NS 17
NSEC 3
RRSIG 17
SOA 4
TXT 5
Rsize 6584


Whois


% DOTGOV WHOIS Server ready
Domain Name: GLOBE.GOV
Status: ACTIVE


>>> Last update of whois database: 2014-12-17T21:39:17Z <<<
Please be advised that this whois server only contains information pertaining
to the .GOV domain. For information for other domains please use the whois
server at RS.INTERNIC.NET.



No comments:

Post a Comment