Project

General

Profile

Actions

Feature #4649

open

Autonomous System Number (ASN) support similar to GeoIP

Added by Brandon Murphy over 2 years ago. Updated 11 months ago.

Status:
New
Priority:
Normal
Target version:
Effort:
Difficulty:
Label:

Description

Request is to introduce a new keyword which leverages the MaxMind GeoIP ASN database similar to that of the current "geoip" keyword.

The keyword should also allow for negations.

This keyword is useful for detecting host name impersonation such as the following:

http.host; content:".azure.com"; endswith; asn:!dst,398656,398575;

The optional "org" argument could allow the AS Organization to be inspected instead of the AS number itself, useful with an org has many different ASNs

http.host; content:".azure.com"; endswith; asn:!dst,org Microsoft Corporation;

I provide the above only as examples, I'm not too concerned about the specific keyword format.

Documentation on the GeoIP ASN Database can be found here - https://dev.maxmind.com/geoip/docs/databases/asn?lang=en

Actions

Also available in: Atom PDF