Friday, March 14, 2014

Domain: admin.blueorangecare.com

Domain: admin.blueorangecare.com

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=0x0541444d && 0x2c&0xDFDFFFDF=0x494e0e42 && 0x30&0xDFDFDFDF=0x4c55454f && 0x34&0xDFDFDFDF=0x52414e47 && 0x38&0xDFDFDFDF=0x45434152 && 0x3c&0xDFFFDFDF=0x4503434f && 0x40&0xDFFF0000=0x4d000000" -j DROP -m comment --comment "DROP DNS Q admin.blueorangecare.com"

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 66 --algo bm --hex-string '|0561646d696e0E626c75656f72616e67656361726503636f6d00|' -j DROP -m comment --comment "DROP DNS Q admin.blueorangecare.com"
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:


74.125.128.101

Name server:


;; ANSWER SECTION:
blueorangecare.com. 21599 IN NS ns2.seekdotnet.com.
blueorangecare.com. 21599 IN NS ns1.seekdotnet.com.


Response:


TXT 10
Rsize 2670


Whois



Whois Server Version 2.0

Domain names in the .com and .net domains can now be registered
with many different competing registrars. Go to http://www.internic.net
for detailed information.

Domain Name: BLUEORANGECARE.COM
Registrar: DOMAIN.COM, LLC
Whois Server: whois.domain.com
Referral URL: http://www.domain.com
Name Server: NS1.SEEKDOTNET.COM
Name Server: NS2.SEEKDOTNET.COM
Status: ok
Updated Date: 27-feb-2014
Creation Date: 05-feb-2006
Expiration Date: 05-feb-2015

>>> Last update of whois database: Sat, 15 Mar 2014 02:13:50 UTC <<<

NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar. Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.


The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.
Domain Name: BLUEORANGECARE.COM
Registry Domain ID: 335428018_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.domain.com
Registrar URL: www.domain.com
Updated Date: 2014-02-27 04:39:15
Creation Date: 2006-02-05 12:10:35
Registrar Registration Expiration Date: 2015-02-05 12:10:35
Registrar: Domain.com, LLC
Registrar IANA ID: 886
Registrar Abuse Contact Email: compliance@domain-inc.net
Registrar Abuse Contact Phone: +1.6027165396
Reseller: Dotster.com
Reseller: support@dotster-inc.com
Reseller: +1.8004015250
Domain Status: ok
Registry Registrant ID:
Registrant Name: unknown unknown
Registrant Organization: Mr. Bhail
Registrant Street: 81, Broad Walk
Registrant City: Heston
Registrant State/Province: Middlesex
Registrant Postal Code: TW5 9AA
Registrant Country: GB
Registrant Phone: 02085709000
Registrant Phone Ext:
Registrant Fax: 02085709000
Registrant Fax Ext:
Registrant Email: Jit@Bhail.com
Registry Admin ID:
Admin Name: unknown unknown
Admin Organization: Mr. Bhail
Admin Street: 81, Broad Walk
Admin City: Heston
Admin State/Province: Middlesex
Admin Postal Code: TW5 9AA
Admin Country: GB
Admin Phone: 02085709000
Admin Phone Ext:
Admin Fax: 02085709000
Admin Fax Ext:
Admin Email: Jit@Bhail.com
Registry Tech ID:
Tech Name: unknown unknown
Tech Organization: Mr. Bhail
Tech Street: 81, Broad Walk
Tech City: Heston
Tech State/Province: Middlesex
Tech Postal Code: TW5 9AA
Tech Country: GB
Tech Phone: 02085709000
Tech Phone Ext:
Tech Fax: 02085709000
Tech Fax Ext:
Tech Email: Jit@Bhail.com
Name Server: NS2.SEEKDOTNET.COM
Name Server: NS1.SEEKDOTNET.COM
DNSSEC: Unsigned
URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
>>> Last update of WHOIS database: 2014-02-27 04:39:15 <<<

Registration Service Provider:
Dotster.com, support@dotster-inc.com
+1.8004015250
This company may be contacted for domain login/passwords,
DNS/Nameserver changes, and general domain support questions.




Saturday, March 8, 2014

Domain: ahuyehue.info

Domain: ahuyehue.info

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=0x08414855 && 0x2c&0xDFDFDFDF=0x59454855 && 0x30&0xDFFFDFDF=0x4504494e && 0x34&0xDFDFFF00=0x464f0000" -j DROP -m comment --comment "DROP DNS Q ahuyehue.info"

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 55 --algo bm --hex-string '|08616875796568756504696e666f00|' -j DROP -m comment --comment "DROP DNS Q ahuyehue.info"
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:
ahuyehue.info. 10799 IN NS a.dns.gandi.net.
ahuyehue.info. 10799 IN NS b.dns.gandi.net.
ahuyehue.info. 10799 IN NS c.dns.gandi.net.


Response:


A 491
MX 2
NS 3
SOA 1
Rsize 8025


Whois


Domain Name:AHUYEHUE.INFO
Domain ID: D51782614-LRMS
Creation Date: 2014-02-25T22:17:32Z
Updated Date: 2014-02-25T22:17:34Z
Registry Expiry Date: 2015-02-25T22:17:32Z
Sponsoring Registrar:Gandi SAS (R191-LRMS)
Sponsoring Registrar IANA ID: 81
WHOIS Server:
Referral URL:
Domain Status: clientTransferProhibited
Domain Status: serverTransferProhibited
Registrant ID:MD8911-GANDI
Registrant Name:Maria Dietze
Registrant Organization:
Registrant Street: Whois Protege / Obfuscated whois
Registrant City:Paris
Registrant State/Province:
Registrant Postal Code:75013
Registrant Country:FR
Registrant Phone:+33.170377666
Registrant Phone Ext:
Registrant Fax: +33.143730576
Registrant Fax Ext:
Registrant Email:4b180cdd6569cf29910b55b359e2d81c-1863102@contact.gandi.net
Admin ID:MD8911-GANDI
Admin Name:Maria Dietze
Admin Organization:
Admin Street: Whois Protege / Obfuscated whois
Admin City:Paris
Admin State/Province:
Admin Postal Code:75013
Admin Country:FR
Admin Phone:+33.170377666
Admin Phone Ext:
Admin Fax: +33.143730576
Admin Fax Ext:
Admin Email:4b180cdd6569cf29910b55b359e2d81c-1863102@contact.gandi.net
Billing ID:MD8911-GANDI
Billing Name:Maria Dietze
Billing Organization:
Billing Street: Whois Protege / Obfuscated whois
Billing City:Paris
Billing State/Province:
Billing Postal Code:75013
Billing Country:FR
Billing Phone:+33.170377666
Billing Phone Ext:
Billing Fax: +33.143730576
Billing Fax Ext:
Billing Email:4b180cdd6569cf29910b55b359e2d81c-1863102@contact.gandi.net
Tech ID:MD8911-GANDI
Tech Name:Maria Dietze
Tech Organization:
Tech Street: Whois Protege / Obfuscated whois
Tech City:Paris
Tech State/Province:
Tech Postal Code:75013
Tech Country:FR
Tech Phone:+33.170377666
Tech Phone Ext:
Tech Fax: +33.143730576
Tech Fax Ext:
Tech Email:4b180cdd6569cf29910b55b359e2d81c-1863102@contact.gandi.net
Name Server:C.DNS.GANDI.NET
Name Server:B.DNS.GANDI.NET
Name Server:A.DNS.GANDI.NET
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
DNSSEC:Unsigned

Access to AFILIAS WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Afilias registry database. The data in this record is provided by Afilias Limited for informational purposes only, and Afilias does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to(a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Afilias reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.





Saturday, March 1, 2014

Domain: www.jrdga.info

Domain: www.jrdga.info

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=0x03575757 && 0x2c&0xFFDFDFDF=0x054a5244 && 0x30&0xDFDFFFDF=0x47410449 && 0x34&0xDFDFDFFF=0x4e464f00" -j DROP -m comment --comment "DROP DNS Q www.jrdga.info"

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 56 --algo bm --hex-string '|03777777056a7264676104696e666f00|' -j DROP -m comment --comment "DROP DNS Q www.jrdga.info"
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:


122.136.196.116

Name server:


;; ANSWER SECTION:
jrdga.info. 7199 IN NS ns1.sdfre.info.
jrdga.info. 7199 IN NS ns2.sdfre.info.


Response:


A 255
Rsize 4112


Whois


Domain Name:JRDGA.INFO
Domain ID: D51677779-LRMS
Creation Date: 2014-02-14T04:15:26Z
Updated Date: 2014-02-14T05:01:21Z
Registry Expiry Date: 2015-02-14T04:15:26Z
Sponsoring Registrar:GoDaddy.com, LLC (R171-LRMS)
Sponsoring Registrar IANA ID: 146
WHOIS Server:
Referral URL:
Domain Status: clientDeleteProhibited
Domain Status: clientRenewProhibited
Domain Status: clientTransferProhibited
Domain Status: clientUpdateProhibited
Domain Status: serverTransferProhibited
Registrant ID:CR160847378
Registrant Name:li he
Registrant Organization:
Registrant Street: guangdongsheng
Registrant City:guangdongsheng
Registrant State/Province:guangdongsheng
Registrant Postal Code:562633
Registrant Country:CN
Registrant Phone:+86.861254655996
Registrant Phone Ext:
Registrant Fax:
Registrant Fax Ext:
Registrant Email:withyoos@163.com
Admin ID:CR160847380
Admin Name:li he
Admin Organization:
Admin Street: guangdongsheng
Admin City:guangdongsheng
Admin State/Province:guangdongsheng
Admin Postal Code:562633
Admin Country:CN
Admin Phone:+86.861254655996
Admin Phone Ext:
Admin Fax:
Admin Fax Ext:
Admin Email:withyoos@163.com
Billing ID:CR160847381
Billing Name:li he
Billing Organization:
Billing Street: guangdongsheng
Billing City:guangdongsheng
Billing State/Province:guangdongsheng
Billing Postal Code:562633
Billing Country:CN
Billing Phone:+86.861254655996
Billing Phone Ext:
Billing Fax:
Billing Fax Ext:
Billing Email:withyoos@163.com
Tech ID:CR160847379
Tech Name:li he
Tech Organization:
Tech Street: guangdongsheng
Tech City:guangdongsheng
Tech State/Province:guangdongsheng
Tech Postal Code:562633
Tech Country:CN
Tech Phone:+86.861254655996
Tech Phone Ext:
Tech Fax:
Tech Fax Ext:
Tech Email:withyoos@163.com
Name Server:NS1.SDFRE.INFO
Name Server:NS2.SDFRE.INFO
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
DNSSEC:Unsigned

Access to AFILIAS WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Afilias registry database. The data in this record is provided by Afilias Limited for informational purposes only, and Afilias does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to(a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Afilias reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.