Skip to main content

Get threat event

Get threat event

Endpoint

Get a threat event by id

GET /cti/v2/events/{id}

Request

GET /cti/v2/events/2fc25065-5fa1-4766-93a3-471f36599f1d

Response

A ThreatEvent object.

{
"id": "2fc25065-5fa1-4766-93a3-471f36599f1d",
"date": "2023-10-27T09:42:58.000Z",
"type": "DOMAIN_REPORTED",
"brand": {
"id": 1,
"name": "Example",
"monitored_since": "2014-06-13T15:20:08.880Z"
},
"domain": "example.com",
"criticality": {
"level": "HIGH",
"name": "High"
},
"comments": [
{
"content": "Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.",
"date": "2023-10-26T07:28:10.670Z"
}
],
"customer_id": 42,
"observed_data": {
"dns_records": [
{
"country_code": "ZZ",
"ip": "13.107.246.42",
"name": "cng4cvfbf6g4eaby.example.com",
"type": "CNAME"
}
],
"whois": {
"owner_name": "Example owner",
"owner_email": "owner@example.com",
"owner_organisation": "Example Org",
"registrar_name": "Nameshield",
"statuses": [
"clientDeleteProhibited",
"clientRenewProhibited",
"clientTransferProhibited",
"clientUpdateProhibited"
],
"creation_date": "1998-09-22T22:00:00.000Z",
"updated_date": "2023-09-21T22:00:00.000Z",
"expiration_date": "2024-09-21T22:00:00.000Z",
"resource_url": "https://resources.namescan.com/l5occem4hcvl9n1vebral8ncll.txt"
},
"website": {
"page_title": "Example title",
"page_description": "Example description",
"origin_url": "http://www.example.com",
"final_url": "https://example.com",
"redirection_types": [
"301"
],
"screenshot_resource_url": "https://resources.namescan.com/ius4otg08as0c90r4vs71u9eab.png",
"source_resource_url": "https://resources.namescan.com/f5bg8e8dvik94indgf4ehfed5s.html"
}
}
}