How to exclude a range of IPs from analysis with whitelists in RSA Web Threat Detection
Originally Published: 2015-08-20
Article Number
Applies To
RSA Product/Service Type: Forensics
RSA Version/Condition: All
Platform: Linux
Resolution
<whitelist
name="66.249.78.60"
and="32"
invisible="true"
/>
Here, the “and” attribute (which represents the CIDR mask bits) is 32 and so will correspond to a single IP address, but this value can be used to specify any range.
Example:
According to the whois for a particular IP:
$ whois 66.249.66.1 OrgName: Google Inc. OrgID: GOGL Address: 1600 Amphitheatre Parkway City: Mountain View StateProv: CA [Querying whois.internic.net] PostalCode: 94043 Country: US NetRange: 66.249.64.0 – 66.249.95.255 CIDR: 66.249.64.0/19 NetName: GOOGLE NetHandle: NET-66-249-64-0-1 Parent: NET-66-0-0-0-0 NetType: Direct Allocation NameServer: NS1.GOOGLE.COM NameServer: NS2.GOOGLE.COM Comment: RegDate: 2004-03-05 Updated: 2004-11-10
So using the CIDR for this you could filter all google IPs with a single entry of something like the following:
<whitelist
name="66.249.64.0"
and="19"
invisible="true"
/>
The cleanest/safest method to add these is within the Configuration Manager UI under schema but can also be added directly to the universal_conf.py, which would then need to be re-imported and pushed.
Notes
Related Articles
How to exclude RSA Authentication Manager 8.x from picking up disabled user account data from the Microsoft LDAP directory 161Number of Views How to Include or Exclude an Active Directory OU from the Microsoft LDAP directory on RSA Authentication Manager 8.x 93Number of Views Authentication for the Cloud Administration APIs 140Number of Views RSA Authentication Manager response to log4j vulnerabilities; CVE-2021-44228, CVE-2021-45046, CVE-2021-4104, CVE-2022-2330… 1,11KNumber of Views RSA Error "Offline Authentication is not enabled or not available" in MFA agent 568Number of Views
Trending Articles
RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 Troubleshooting RSA MFA Agent for Microsoft Windows How to download and install the AFX Server Archive in RSA Identity Governance & Lifecycle The Template ({Connector Template Name}) has missing file content error when creating AFX Connectors in RSA Identity Gover…
Don't see what you're looking for?