GET
/
api
/
v1
/
perimeter-protection
/
threat-intelligence
/
ip
/
{ip}
curl --request GET \
  --url https://app.aegister.com/api/v1/perimeter-protection/threat-intelligence/ip/{ip} \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 0,
  "messages": [],
  "data": {
    "body": [
      {
        "gid": "OFA-RULE-GID-XXXXXXXXXXXX",
        "ip": "XXX.YYY.WWW.ZZZ",
        "ts": 1700637507,
        "ttl": null,
        "events": [],
        "entry_ts": 1699945986,
        "score": 74,
        "info": {
          "members": 5,
          "events": 5,
          "sources": [
            "githubusercontent stamparm levels 1",
            "dataplane.org sshpwauth",
            "opendbl.net blocklistde-all",
            "blocklist.de"
          ],
          "notes": [
            "luna3"
          ]
        },
        "delay": 0,
        "dec": 0.00003873155618178224,
        "ip_info": {
          "as_domain": "sample.com",
          "as_name": "Sample LLC",
          "asn": "ASXXXXX",
          "continent": "XX",
          "continent_name": "Xxxxxxxxxxx",
          "country": "XX",
          "country_name": "Xxxxxxxxxx"
        }
      }
    ]
  }
}

Authorizations

X-Aegister-Token
string
header
required

Path Parameters

ip
string
required

Response

200
application/json
{key}
any