v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBAttributes
[restSearch] Get a filtered and paginated list of attributes
This is the recommended endpoint for searching attributes.
post/attributes/restSearch
Request body
Example request
{
"value": "127.0.0.1",
"value1": "127.0.0.1",
"value2": "127.0.0.1",
"org": "12345",
"tags": [
"tlp:amber"
],
"searchall": "malware",
"eventid": "12345",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"publish_timestamp": "1617875568",
"timestamp": "1617875568",
"attribute_timestamp": "1617875568",
"event_timestamp": "1617875568",
"sharinggroup": [
"1"
],
"requested_attributes": [
"id"
],
"attackGalaxy": "mitre-attack",
"object_relation": "filepath",
"modelOverrides": {
"lifetime": 3,
"decay_speed": 2.3,
"threshold": 30,
"default_base_score": 80,
"base_score_config": {
"estimative-language:confidence-in-analytic-judgment": 0.25,
"estimative-language:likelihood-probability": 0.25,
"phishing:psychological-acceptability": 0.25,
"phishing:state": 0.2
}
}
}Response
Rest search attributes response
Example response
{
"response": {
"Attribute": [
{
"id": "12345",
"event_id": "12345",
"object_id": "12345",
"object_relation": "sensor",
"value": "127.0.0.1",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"timestamp": "1617875568",
"distribution": "4",
"sharing_group_id": "1",
"comment": "logged source ip",
"first_seen": "1581984000000000",
"last_seen": "1581984000000000",
"Tag": [
{
"id": "12345",
"name": "tlp:white",
"colour": "#ffffff",
"org_id": "12345",
"user_id": "12345",
"numerical_value": "12345"
}
],
"Galaxy": [
{
"id": "12345",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"name": "Ransomware",
"type": "ransomware",
"description": "Ransomware galaxy based on ...",
"version": "1",
"icon": "globe",
"namespace": "misp",
"kill_chain_order": {
"fraud-tactics": [
"Initiation",
"Target Compromise",
"Perform Fraud",
"Obtain Fraudulent Assets",
"Assets Transfer",
"Monetisation"
]
}
}
],
"event_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"decay_score": [
{
"score": 10.5,
"base_score": 80,
"DecayingModel": {
"id": "12345",
"name": "Phishing model"
}
}
],
"Event": {
"id": "12345",
"org_id": "12345",
"distribution": "4",
"info": "logged source ip",
"orgc_id": "12345",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"date": "1991-01-15",
"attribute_count": "321",
"timestamp": "1617875568",
"sharing_group_id": "1",
"publish_timestamp": "1617875568",
"sighting_timestamp": "1617875568",
"extends_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b"
},
"Object": {
"id": "12345",
"name": "ail-leak",
"template_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"template_version": "1",
"event_id": "12345",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"timestamp": "1617875568",
"distribution": "4",
"sharing_group_id": "1",
"first_seen": "1581984000000000",
"last_seen": "1581984000000000",
"Attribute": [
{
"id": "12345",
"event_id": "12345",
"object_id": "12345",
"object_relation": "sensor",
"value": "127.0.0.1",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"timestamp": "1617875568",
"distribution": "4",
"sharing_group_id": "1",
"comment": "logged source ip",
"first_seen": "1581984000000000",
"last_seen": "1581984000000000",
"Tag": [
{
"id": "12345",
"name": "tlp:white",
"colour": "#ffffff",
"org_id": "12345",
"user_id": "12345",
"numerical_value": "12345"
}
],
"Galaxy": [
{
"id": "12345",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"name": "Ransomware",
"type": "ransomware",
"description": "Ransomware galaxy based on ...",
"version": "1",
"icon": "globe",
"namespace": "misp",
"kill_chain_order": {
"fraud-tactics": [
"Initiation",
"Target Compromise",
"Perform Fraud",
"Obtain Fraudulent Assets",
"Assets Transfer",
"Monetisation"
]
}
}
]
}
]
}
}
]
}
}