Monday, December 22, 2014

Domain: defcon.org

Domain: defcon.org

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=0x06444546 && 0x2c&0xDFDFDFFF=0x434f4e03 && 0x30&0xDFDFDFFF=0x4f524700 && 0x34&0xFFFF0000=0x00FF0000" -j DROP -m comment --comment "DROP DNS Q defcon.org"

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 54 --algo bm --hex-string '|06646566636f6e036f72670000ff|' -j DROP -m comment --comment "DROP DNS Q defcon.org"
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:
defcon.org. 17330 IN NS dns-2.datamerica.com.
defcon.org. 17330 IN NS dns-1.datamerica.com.


Response:


A 14
DNSKEY 5
MX 3
NS 9
NSEC 2
RRSIG 10
SOA 3
SPF 3
TXT 3
Rsize 4084


Whois


Domain Name:DEFCON.ORG
Domain ID: D1826-LROR
Creation Date: 1993-06-21T04:00:00Z
Updated Date: 2014-04-21T08:27:45Z
Registry Expiry Date: 2017-06-20T04:00:00Z
Sponsoring Registrar:Network Solutions, LLC (R63-LROR)
Sponsoring Registrar IANA ID: 2
WHOIS Server:
Referral URL:
Domain Status: clientTransferProhibited
Registrant ID:51671423-NSIV
Registrant Name:Perfect Privacy, LLC
Registrant Organization:DEF CON Communications, Inc.
Registrant Street: 12808 Gran Bay Parkway West
Registrant Street: care of Network Solutions
Registrant Street: PO Box 459
Registrant City:Jacksonville
Registrant State/Province:FL
Registrant Postal Code:32258
Registrant Country:US
Registrant Phone:+1.5707088780
Registrant Phone Ext:
Registrant Fax:
Registrant Fax Ext:
Registrant Email:ua7cc74z6fh@networksolutionsprivateregistration.com
Admin ID:43296585-NSIV
Admin Name:Perfect Privacy, LLC
Admin Organization:
Admin Street: 12808 Gran Bay Parkway West
Admin Street: care of Network Solutions
Admin City:Jacksonville
Admin State/Province:FL
Admin Postal Code:32258
Admin Country:US
Admin Phone:+1.5707088780
Admin Phone Ext:
Admin Fax:
Admin Fax Ext:
Admin Email:rv4hu2bx2d2@networksolutionsprivateregistration.com
Tech ID:43296585-NSIV
Tech Name:Perfect Privacy, LLC
Tech Organization:
Tech Street: 12808 Gran Bay Parkway West
Tech Street: care of Network Solutions
Tech City:Jacksonville
Tech State/Province:FL
Tech Postal Code:32258
Tech Country:US
Tech Phone:+1.5707088780
Tech Phone Ext:
Tech Fax:
Tech Fax Ext:
Tech Email:rv4hu2bx2d2@networksolutionsprivateregistration.com
Name Server:DNS-2.DATAMERICA.COM
Name Server:DNS-1.DATAMERICA.COM
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
DNSSEC:signedDelegation
DS Created 1:2011-07-08T13:14:45Z
DS Key Tag 1:59611
Algorithm 1:5
Digest Type 1:1
Digest 1:07BCC192690AEE10148C5E6AB38995FE0A2A4B3D
DS Maximum Signature Life 1:1814400 seconds
DS Created 2:2011-07-08T13:15:14Z
DS Key Tag 2:59611
Algorithm 2:5
Digest Type 2:2
Digest 2:15B567E4743D993B923507926CDA709611F335A1D0A7D38456EE12E5D16375B7
DS Maximum Signature Life 2:1814400 seconds

Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry 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. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.





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.



Domain: inboot.co

Domain: inboot.co

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=0x06494e42 && 0x2c&0xDFDFDFFF=0x4f4f5402 && 0x30&0xDFDFFFFF=0x434f0000 && 0x34&0xFF000000=0xFF000000" -j DROP -m comment --comment "DROP DNS Q inboot.co"

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 '|06696e626f6f7402636f0000ff|' -j DROP -m comment --comment "DROP DNS Q inboot.co"
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:
inboot.co. 21599 IN NS tim.ns.cloudflare.com.
inboot.co. 21599 IN NS sue.ns.cloudflare.com.


Response:


A 4
NS 4
SOA 1
TXT 2
Rsize 4240


Whois


Domain Name: INBOOT.CO
Domain ID: D61871173-CO
Sponsoring Registrar: ENOM, INC.
Sponsoring Registrar IANA ID: 48
Registrar URL (registration services): www.enom.com
Domain Status: clientTransferProhibited
Variant: INBOOT.CO
Registrant ID: 8EDE10B0075F53D1
Registrant Name: WhoisGuard Protected
Registrant Organization: WhoisGuard, Inc.
Registrant Address1: P.O. Box 0823-03411
Registrant City: Panama
Registrant State/Province: Panama
Registrant Postal Code: 00000
Registrant Country: Panama
Registrant Country Code: PA
Registrant Phone Number: +507.8365503
Registrant Facsimile Number: +51.17057182
Registrant Email: legal@whoisguard.com
Administrative Contact ID: 8EDE10B0075F53D1
Administrative Contact Name: WhoisGuard Protected
Administrative Contact Organization: WhoisGuard, Inc.
Administrative Contact Address1: P.O. Box 0823-03411
Administrative Contact City: Panama
Administrative Contact State/Province: Panama
Administrative Contact Postal Code: 00000
Administrative Contact Country: Panama
Administrative Contact Country Code: PA
Administrative Contact Phone Number: +507.8365503
Administrative Contact Facsimile Number: +51.17057182
Administrative Contact Email: legal@whoisguard.com
Billing Contact ID: 8EDE10B0075F53D1
Billing Contact Name: WhoisGuard Protected
Billing Contact Organization: WhoisGuard, Inc.
Billing Contact Address1: P.O. Box 0823-03411
Billing Contact City: Panama
Billing Contact State/Province: Panama
Billing Contact Postal Code: 00000
Billing Contact Country: Panama
Billing Contact Country Code: PA
Billing Contact Phone Number: +507.8365503
Billing Contact Facsimile Number: +51.17057182
Billing Contact Email: legal@whoisguard.com
Technical Contact ID: 8EDE10B0075F53D1
Technical Contact Name: WhoisGuard Protected
Technical Contact Organization: WhoisGuard, Inc.
Technical Contact Address1: P.O. Box 0823-03411
Technical Contact City: Panama
Technical Contact State/Province: Panama
Technical Contact Postal Code: 00000
Technical Contact Country: Panama
Technical Contact Country Code: PA
Technical Contact Phone Number: +507.8365503
Technical Contact Facsimile Number: +51.17057182
Technical Contact Email: legal@whoisguard.com
Name Server: TIM.NS.CLOUDFLARE.COM
Name Server: SUE.NS.CLOUDFLARE.COM
Created by Registrar: ENOM, INC.
Last Updated by Registrar: ENOM, INC.
Domain Registration Date: Sat Oct 11 18:43:36 GMT 2014
Domain Expiration Date: Sat Oct 10 23:59:59 GMT 2015
Domain Last Updated Date: Sat Oct 11 18:50:09 GMT 2014
DNSSEC: false

>>>> Whois database was last updated on: Wed Dec 17 20:22:54 GMT 2014 <<<<
.CO Internet, S.A.S., the Administrator for .CO, has collected this
information for the WHOIS database through Accredited Registrars.
This information is provided to you for informational purposes only
and is designed to assist persons in determining contents of a domain
name registration record in the .CO Internet registry database. .CO
Internet makes this information available to you "as is" and does not
guarantee its accuracy.

By submitting a WHOIS query, you agree that you will use this data
only for lawful purposes and that, under no circumstances will you
use this data: (1) to allow, enable, or otherwise support the transmission
of mass unsolicited, commercial advertising or solicitations via direct
mail, electronic mail, or by telephone; (2) in contravention of any
applicable data and privacy protection laws; or (3) to enable high volume,
automated, electronic processes that apply to the registry (or its systems).
Compilation, repackaging, dissemination, or other use of the WHOIS
database in its entirety, or of a substantial portion thereof, is not allowed
without .CO Internet's prior written permission. .CO Internet reserves the
right to modify or change these conditions at any time without prior or
subsequent notification of any kind. By executing this query, in any manner
whatsoever, you agree to abide by these terms. In some limited cases,
domains that might appear as available in whois might not actually be
available as they could be already registered and the whois not yet updated
and/or they could be part of the Restricted list. In this cases, performing a
check through your Registrar's (EPP check) will give you the actual status
of the domain. Additionally, domains currently or previously used as
extensions in 3rd level domains will not be available for registration in the
2nd level. For example, org.co,mil.co,edu.co,com.co,net.co,nom.co,arts.co,
firm.co,info.co,int.co,web.co,rec.co,co.co.

NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT
INDICATIVE OF THE AVAILABILITY OF A DOMAIN NAME.

All domain names are subject to certain additional domain name registration
rules. For details, please visit our site at www.cointernet.co .



Domain: vlch.net

Domain: vlch.net

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=0x04564c43 && 0x2c&0xDFFFDFDF=0x48034e45 && 0x30&0xDFFFFFFF=0x540000FF" -j DROP -m comment --comment "DROP DNS Q vlch.net"

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 52 --algo bm --hex-string '|04766c6368036e65740000ff|' -j DROP -m comment --comment "DROP DNS Q vlch.net"
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:
vlch.net. 3599 IN NS ns.ru-tld.ru.
vlch.net. 3599 IN NS ns.ru-tld.com.
vlch.net. 3599 IN NS ns.ru-tld.net.
vlch.net. 3599 IN NS ns.ru-tld.org.


Response:


NS 4
SOA 1
TXT 1
Rsize 4400


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: VLCH.NET
Registrar: BIZCN.COM, INC.
Whois Server: whois.bizcn.com
Referral URL: http://www.bizcn.com
Name Server: NS.RU-TLD.COM
Name Server: NS.RU-TLD.NET
Name Server: NS.RU-TLD.ORG
Name Server: NS.RU-TLD.RU
Status: clientDeleteProhibited
Status: clientTransferProhibited
Updated Date: 06-dec-2014
Creation Date: 05-dec-2014
Expiration Date: 05-dec-2015

>>> Last update of whois database: Wed, 17 Dec 2014 20:21:53 GMT <<<

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: vlch.net
Registry Domain ID: 1888849831_DOMAIN_NET-VRSN
Registrar WHOIS Server: whois.bizcn.com
Registrar URL: http://www.bizcn.com
Updated Date: 2014-12-05T18:40:38Z
Creation Date: 2014-12-05T18:40:34Z
Registrar Registration Expiration Date: 2015-12-05T18:40:34Z
Registrar: Bizcn.com,Inc.
Registrar IANA ID: 471
Registrar Abuse Contact Email: abuse@bizcn.com
Registrar Abuse Contact Phone: +86.5922577888
Reseller: Cnobin Technology HK Limited
Domain Status: clientDeleteProhibited
Domain Status: clientTransferProhibited
Registry Registrant ID:
Registrant Name: Zhong Si
Registrant Organization: Xicheng Co.
Registrant Street: Huixindongjie 15 2
Registrant City: Beijing
Registrant State/Province: Chaoyang
Registrant Postal Code: 101402
Registrant Country: cn
Registrant Phone: +01.01066569215
Registrant Phone Ext:
Registrant Fax: +01.01066549216
Registrant Fax Ext:
Registrant Email: williamdanielsen@yahoo.com
Registry Admin ID:
Admin Name: Zhong Si
Admin Organization: Xicheng Co.
Admin Street: Huixindongjie 15 2
Admin City: Beijing
Admin State/Province: Chaoyang
Admin Postal Code: 101402
Admin Country: cn
Admin Phone: +01.01066569215
Admin Phone Ext:
Admin Fax: +01.01066549216
Admin Fax Ext:
Admin Email: williamdanielsen@yahoo.com
Registry Tech ID:
Tech Name: Zhong Si
Tech Organization: Xicheng Co.
Tech Street: Huixindongjie 15 2
Tech City: Beijing
Tech State/Province: Chaoyang
Tech Postal Code: 101402
Tech Country: cn
Tech Phone: +01.01066569215
Tech Phone Ext:
Tech Fax: +01.01066549216
Tech Fax Ext:
Tech Email: williamdanielsen@yahoo.com
Name Server: ns.ru-tld.com
Name Server: ns.ru-tld.org
Name Server: ns.ru-tld.net
Name Server: ns.ru-tld.ru
DNSSEC: unsignedDelegation
URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
>>> Last update of WHOIS database: 2014-12-17T20:22:12Z




Domain: maximumstresser.net

Domain: maximumstresser.net

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=0x0f4d4158 && 0x2c&0xDFDFDFDF=0x494d554d && 0x30&0xDFDFDFDF=0x53545245 && 0x34&0xDFDFDFDF=0x53534552 && 0x38&0xFFDFDFDF=0x034e4554 && 0x3c&0xFF000000=0x00000000" -j DROP -m comment --comment "DROP DNS Q maximumstresser.net"

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 61 --algo bm --hex-string '|0F6d6178696d756d7374726573736572036e657400|' -j DROP -m comment --comment "DROP DNS Q maximumstresser.net"
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:
maximumstresser.net. 20557 IN NS ns2.maximumstresser.net.
maximumstresser.net. 20557 IN NS ns1.maximumstresser.net.


Response:


A 241
NS 2
SOA 1
Rsize 3992


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: MAXIMUMSTRESSER.NET
Registrar: ENOM, INC.
Whois Server: whois.enom.com
Referral URL: http://www.enom.com
Name Server: NS1.MAXIMUMSTRESSER.NET
Name Server: NS2.MAXIMUMSTRESSER.NET
Status: clientTransferProhibited
Updated Date: 15-dec-2014
Creation Date: 20-oct-2014
Expiration Date: 20-oct-2015

>>> Last update of whois database: Wed, 17 Dec 2014 20:19:06 GMT <<<

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: MAXIMUMSTRESSER.NET
Registry Domain ID: 1881263729_DOMAIN_NET-VRSN
Registrar WHOIS Server: whois.enom.com
Registrar URL: www.enom.com
Updated Date: 2014-10-20T07:13:35.00Z
Creation Date: 2014-10-20T14:13:00.00Z
Registrar Registration Expiration Date: 2015-10-20T14:13:00.00Z
Registrar: ENOM, INC.
Registrar IANA ID: 48
Registrar Abuse Contact Email: abuse@enom.com
Registrar Abuse Contact Phone: +1.4252982646
Reseller: NAMECHEAP.COM
Domain Status: clientTransferProhibited
Registry Registrant ID:
Registrant Name: WHOISGUARD PROTECTED
Registrant Organization: WHOISGUARD, INC.
Registrant Street: P.O. BOX 0823-03411
Registrant City: PANAMA
Registrant State/Province: PANAMA
Registrant Postal Code: 00000
Registrant Country: PA
Registrant Phone: +507.8365503
Registrant Phone Ext:
Registrant Fax: +51.17057182
Registrant Fax Ext:
Registrant Email: F0792631A61B409D871FFC1496678396.PROTECT@WHOISGUARD.COM
Registry Admin ID:
Admin Name: WHOISGUARD PROTECTED
Admin Organization: WHOISGUARD, INC.
Admin Street: P.O. BOX 0823-03411
Admin City: PANAMA
Admin State/Province: PANAMA
Admin Postal Code: 00000
Admin Country: PA
Admin Phone: +507.8365503
Admin Phone Ext:
Admin Fax: +51.17057182
Admin Fax Ext:
Admin Email: F0792631A61B409D871FFC1496678396.PROTECT@WHOISGUARD.COM
Registry Tech ID:
Tech Name: WHOISGUARD PROTECTED
Tech Organization: WHOISGUARD, INC.
Tech Street: P.O. BOX 0823-03411
Tech City: PANAMA
Tech State/Province: PANAMA
Tech Postal Code: 00000
Tech Country: PA
Tech Phone: +507.8365503
Tech Phone Ext:
Tech Fax: +51.17057182
Tech Fax Ext:
Tech Email: F0792631A61B409D871FFC1496678396.PROTECT@WHOISGUARD.COM
Name Server: NS1.MAXIMUMSTRESSER.NET
Name Server: NS2.MAXIMUMSTRESSER.NET
DNSSEC: unSigned
URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
Last update of WHOIS database: 2014-10-20T07:13:35.00Z


We reserve the right to modify these terms at any time. By submitting
this query, you agree to abide by these terms.
Version 6.3 4/3/2002



Saturday, December 13, 2014

Domain: pizdaizda.com.ru

Domain: pizdaizda.com.ru

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=0x0950495a && 0x2c&0xDFDFDFDF=0x4441495a && 0x30&0xDFDFFFDF=0x44410343 && 0x34&0xDFDFFFDF=0x4f4d0252 && 0x38&0xDFFF0000=0x55000000" -j DROP -m comment --comment "DROP DNS Q pizdaizda.com.ru"

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 58 --algo bm --hex-string '|0970697a6461697a646103636f6d02727500|' -j DROP -m comment --comment "DROP DNS Q pizdaizda.com.ru"
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:
pizdaizda.com.ru. 298 IN NS ns2.spaceweb.ru.
pizdaizda.com.ru. 298 IN NS ns1.spaceweb.ru.


Response:


A 2
MX 2
NS 2
SOA 1
TXT 20
Rsize 4080


Whois


% By submitting a query to RIPN's Whois Service
% you agree to abide by the following terms of use:
% http://www.ripn.net/about/servpol.html#3.2 (in Russian)
% http://www.ripn.net/about/en/servpol.html#3.2 (in English).

No entries found for the selected source(s).

Last updated on 2014.12.13 22:56:31 MSK




Tuesday, December 9, 2014

Domain: basjuk.com.ru

Domain: basjuk.com.ru

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=0x06424153 && 0x2c&0xDFDFDFFF=0x4a554b03 && 0x30&0xDFDFDFFF=0x434f4d02 && 0x34&0xDFDFFF00=0x52550000" -j DROP -m comment --comment "DROP DNS Q basjuk.com.ru"

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 '|066261736a756b03636f6d02727500|' -j DROP -m comment --comment "DROP DNS Q basjuk.com.ru"
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:
basjuk.com.ru. 599 IN NS ns1.spaceweb.ru.
basjuk.com.ru. 599 IN NS ns2.spaceweb.ru.


Response:


A 2
MX 2
NS 2
SOA 1
TXT 20
Rsize 4077


Whois


% By submitting a query to RIPN's Whois Service
% you agree to abide by the following terms of use:
% http://www.ripn.net/about/servpol.html#3.2 (in Russian)
% http://www.ripn.net/about/en/servpol.html#3.2 (in English).

No entries found for the selected source(s).

Last updated on 2014.12.09 22:21:33 MSK




Monday, December 8, 2014

Domain: free-google-2.cloudns.org

Domain: free-google-2.cloudns.org

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=0x0d465245 && 0x2c&0xDFFFDFDF=0x452d474f && 0x30&0xDFDFDFDF=0x4f474c45 && 0x34&0xFFFFFFDF=0x2d320743 && 0x38&0xDFDFDFDF=0x4c4f5544 && 0x3c&0xDFDFFFDF=0x4e53034f && 0x40&0xDFDFFF00=0x52470000" -j DROP -m comment --comment "DROP DNS Q free-google-2.cloudns.org"

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 67 --algo bm --hex-string '|0D667265652d676f6f676c652d3207636c6f75646e73036f726700|' -j DROP -m comment --comment "DROP DNS Q free-google-2.cloudns.org"
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:
cloudns.org. 3599 IN NS ns1.cloudns.net.
cloudns.org. 3599 IN NS ns2.cloudns.net.
cloudns.org. 3599 IN NS ns3.cloudns.net.
cloudns.org. 3599 IN NS ns4.cloudns.net.


Response:


A 128
MX 2
NS 4
SOA 1
Rsize 2250


Whois


Domain Name:CLOUDNS.ORG
Domain ID: D158423907-LROR
Creation Date: 2010-02-22T14:13:42Z
Updated Date: 2014-02-06T09:03:03Z
Registry Expiry Date: 2015-02-22T14:13:42Z
Sponsoring Registrar:PDR Ltd. d/b/a PublicDomainRegistry.com (R27-LROR)
Sponsoring Registrar IANA ID: 303
WHOIS Server:
Referral URL:
Domain Status: clientTransferProhibited
Registrant ID:DI_13293734
Registrant Name:Domain Administrator
Registrant Organization:Cloud DNS Ltd
Registrant Street: Iskar Str 4
Registrant Street: Lozenets
Registrant City:Sofia
Registrant State/Province:Sofia
Registrant Postal Code:1000
Registrant Country:BG
Registrant Phone:+359.888911444
Registrant Phone Ext:
Registrant Fax: +359.8889114441
Registrant Fax Ext:
Registrant Email:support@cloudns.net
Admin ID:DI_13293734
Admin Name:Domain Administrator
Admin Organization:Cloud DNS Ltd
Admin Street: Iskar Str 4
Admin Street: Lozenets
Admin City:Sofia
Admin State/Province:Sofia
Admin Postal Code:1000
Admin Country:BG
Admin Phone:+359.888911444
Admin Phone Ext:
Admin Fax: +359.8889114441
Admin Fax Ext:
Admin Email:support@cloudns.net
Tech ID:DI_13293734
Tech Name:Domain Administrator
Tech Organization:Cloud DNS Ltd
Tech Street: Iskar Str 4
Tech Street: Lozenets
Tech City:Sofia
Tech State/Province:Sofia
Tech Postal Code:1000
Tech Country:BG
Tech Phone:+359.888911444
Tech Phone Ext:
Tech Fax: +359.8889114441
Tech Fax Ext:
Tech Email:support@cloudns.net
Name Server:NS1.CLOUDNS.NET
Name Server:NS2.CLOUDNS.NET
Name Server:NS3.CLOUDNS.NET
Name Server:NS4.CLOUDNS.NET
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
Name Server:
DNSSEC:Unsigned

Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry 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. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.





Sunday, December 7, 2014

Domain: ojjr.ru

Domain: ojjr.ru

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:


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 51 --algo bm --hex-string '|046f6a6a720272750000ff|' -j DROP -m comment --comment "DROP DNS Q ojjr.ru"
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:
ojjr.ru. 3599 IN NS ns1.reg.ru.
ojjr.ru. 3599 IN NS ns2.reg.ru.


Response:


A 246
NS 2
SOA 1
Rsize 4032


Whois


% By submitting a query to RIPN's Whois Service
% you agree to abide by the following terms of use:
% http://www.ripn.net/about/servpol.html#3.2 (in Russian)
% http://www.ripn.net/about/en/servpol.html#3.2 (in English).

domain: OJJR.RU
nserver: ns1.reg.ru.
nserver: ns2.reg.ru.
state: REGISTERED, DELEGATED, UNVERIFIED
person: Private Person
registrar: REGRU-RU
admin-contact: http://www.reg.ru/whois/admin_contact
created: 2014.12.03
paid-till: 2015.12.03
free-date: 2016.01.03
source: TCI

Last updated on 2014.12.07 14:11:34 MSK