Intel
Get the intel list
Query parameters
searchstringOptional
eventstring · uuidOptional
Filter intel by event ID
typestringOptional
Filter intel by type
offsetintegerOptional
Pagination offset
limitinteger · min: 1 · max: 100Optional
Pagination limit
orderBystringOptionalExample:
Order the results by this field, in this direction
createdAt:descPattern: ^[a-zA-Z0-9\_]+(:(asc|desc))?$Responses
200
OK
application/json
get
/intel200
OK
Get a single Intel object
Path parameters
intelIdstring · uuidRequired
Responses
200
OK
application/json
User Permissions Role
idstring · uuidRead-onlyOptional
typestring · enumRead-onlyOptionalPossible values:
The intel type
observableIdstringRead-onlyOptional
The intel id
observableValuestringRead-onlyOptional
The intel value
threatScorenumberRead-onlyOptional
The threat score
longitudenumber · nullableRead-onlyOptional
The longitude
latitudenumber · nullableRead-onlyOptional
The latitude
citystring · nullableRead-onlyOptional
The city
regionstring · nullableRead-onlyOptional
The region
countrystring · nullableRead-onlyOptional
The country
organisationNamestring · nullableRead-onlyOptional
The organisation name
organisationAsnstring · nullableRead-onlyOptional
The organisation asn
firstSeenstringRead-onlyOptional
lastSeenstringRead-onlyOptional
createdAtstring · date-timeRead-onlyOptional
updatedAtstring · date-timeRead-onlyOptional
get
/intel/{intelId}200
OK