Quantcast
Channel: SANS Internet Storm Center, InfoCON: green
Viewing all articles
Browse latest Browse all 8250

ISC Feature of the Week: The 404Project - now with IP Mask, (Thu, Jul 26th)

$
0
0
Overview
We've covered the 404 Project https://isc.sans.edu/404project/ in a previous feature https://isc.sans.edu/diary/ISC+Feature+of+the+Week+The+404Project/12415 and announced reports in https://isc.sans.edu/diary/ISC+Feature+of+the+Week+404Project+Reports/12685.
Today we feature an IPMask for those who would like to obfuscate the IPfor privacy or legal concerns. The parsing scripts have been tested to handle v1 format (without IP mask) or v2 (with mask) so backwards compatibility is ensured.
Features
A quick summary explanation with example ranges has been added at https://isc.sans.edu/404project/index.html#summary.
The full details are in the code block at https://isc.sans.edu/404project/index.html#instructions
Simply copy/paste the new code, fill in the variables as before with the addition of updating $sIPMask if you want to obfuscate the IP or leave the default to pass the entire value unchanged. Possible masks include but not limited to:

0xffffffff = 192.168.1.1 (Default)
0xffffff00 = 192.168.1.0 (mask /24)
0xffff0000 = 192.168.0.0 (mask /16)
0xff000000 = 192.0.0.0 (mask /8)
0x00ffffff = 0.168.1.1 (mask first octet)
0xff00ffff = 192.0.1.1 (mask second octet)
etc...


Please send us a note if you encounter any problems or post suggestions or comments in the section below or send us any questions or comments in the contact form on https://isc.sans.edu/contact.html#contact-form

--

Adam Swanger, Web Developer (GWEB, GWAPT)

Internet Storm Center https://isc.sans.edu (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.

Viewing all articles
Browse latest Browse all 8250

Trending Articles