Malicious IP API documentation
Getting started
Get API Key and Password and use the API freely.
Auth
Issue API Key and Password.
POSThttps://threat-intelligence-api.cloudbric.com/auth/key
curl --request POST https://threat-intelligence-api.cloudbric.com/v1/auth/key
Malicious IP Reputation
Get the attack history of an IPv4.
GEThttps://threat-intelligence-api.cloudbric.com/v1/ipr/ipv4/{ipv4}
curl --get --data 'startDate={ymd}' --data 'descending={boolean}' --data 'limit={integer}' 'https://threat-intelligence-api.cloudbric.com/v1/ipr/ipv4/{ipv4}'
--user {Api Key}:{Password}
-H 'Content-Type: application/json'
-H 'Accept-Language: {kr|en|jp}'
Get a list of malicious IPv4s and their details over a given period of time.
GEThttps://threat-intelligence-api.cloudbric.com/v1/ipr/report?period={7|30|90}
curl --get --data 'period={7|30|90}' --data 'limit={integer}' 'https://threat-intelligence-api.cloudbric.com/v1/ipr/report'
--user {Api Key}:{Password}
-H 'Content-Type: application/json'
-H 'Accept-Language: {kr|en|jp}'