WAF 300001

From Atomicorp Wiki
Revision as of 12:16, 1 August 2011 by Mshinn (Talk | contribs)

Jump to: navigation, search

Rule ID

300001

Status

Active rule currently published.

Alert Message

Atomicorp.com WAF Rules: Blacklist Spam Domain

Description

This rule detects if a domain is on the spam blacklist. These are domains that have been used to spam either honeypots operated by Atomicorp or other trusted sources.

This rules work by detecting the use of a the domain in an argument.

Determining what domain was blocked

Please see the Modsecurity_audit_log article about how to read modsecurity audit log events. For a 300001 event, you will want to look at the H section of the audit log entry, which will look similar to this example:

--5f3acc73-H--
Message: [file "/etc/httpd/modsecurity.d/30_asl_antispam.conf"] [line "52"]
 [id "300001"] [rev "23"] [msg "Atomicorp.com WAF Rules: Blacklist Spam Domain"] 
[data ""] [severity "CRITICAL"] Access denied with code 403 (phase 2). 
'''Matched phrase "www.example.com" at ARGS:message.'''
Action: Intercepted (phase 2)
Apache-Handler: php5-script
Stopwatch: 1311655548998047 492700 (405774* 492191 -)
WAF: ModSecurity for Apache/2.5.13 ( http://www.modsecurity.org/); 201107251315.
Server: Apache/2.2.18 (CentOS)

The highted section above shows the phrase that was matched, which in this case was the domain www.example.com. Please look for that line your audit log entry, which will show you which domain was blocked by this rule.

False Positives

A false positive can occur when a domain is not bounded, due to the parallel matching technique used to do the blocklist searches, or if a domain has previously been used to spam and is no longer engaging in this activity.

It is not recommended that you disable this rule if you have a false positive. If you believe this is a false positive, please report this to our security team to determine if this is a legitimate case, or if its clever attack on your system. Instructions to report false positives are detailed on the Reporting False Positives wiki page. If it is a false positive, we will fix the issue in the rules and get a release out to you promptly.

Tuning Guidance

If you know that this behavior is acceptable for your application, please see the Tuning the Atomicorp WAF Rules page for basic information.

Similar Rules


Knowledge Base Articles

https://www.atomicorp.com/wiki/index.php/ASL_FAQ#How_are_spam_domains_added.3F

https://www.atomicorp.com/wiki/index.php/ASL_FAQ#How_are_spam_domains_aged_out.3F

https://www.atomicorp.com/wiki/index.php/ASL_FAQ#Do_you_use_third_party_spam_domain_lists.3F

Outside References

None.

Personal tools