Perimeter Protection
Get Threat Intelligence IPv4 check
API Documentation
Endpoints
- Aegister Threat Blocker
- Cloud Defender
- Cyber Assurance
- Documents
- Notifications
- Organizations
- Perimeter Protection
- Search
- Assessments
- Log Analysis
- VPN
Perimeter Protection
Get Threat Intelligence IPv4 check
Retrieves Threat Intelligence IPv4 check.
Provided by OneFirewall
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
Path Parameters
Response
200
application/json
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"
}
}
]
}
}