v1
latestOpenAPI 3.1.12026-07-242899061.7 MBMalware Intelligence
Query Malware Intelligence data with query language
Find and aggregate sandbox artifacts using structured query language.
post/v1/query
Request body
Example request
{
"query": "dynamic.network.flows.dst_port == 5353",
"field": "sha256",
"start_date": "2024-11-01",
"end_date": "2024-11-30",
"sandbox_score": true,
"links": true
}Response
List of 'field' values matching the query
Example response
{
"data": [
{
"name": "9211caf87f978d7761bfb267bb0a61e43d66f8dfdcfd1793654408d0bb15b54e",
"count": 10,
"risk_score": 50,
"sandbox_score": 5,
"file_extensions": [
".exe",
".dll"
],
"tags": [
"ransomware",
"trojan"
],
"links": {
"universal_report": "https://app.recordedfuture.com/portal/intelligence-card/hash:9211caf87f978d7761bfb267bb0a61e43d66f8dfdcfd1793654408d0bb15b54e/sandbox-report",
"intelligence_card": "https://app.recordedfuture.com/portal/intelligence-card/hash:9211caf87f978d7761bfb267bb0a61e43d66f8dfdcfd1793654408d0bb15b54e"
}
}
],
"counts": {
"returned": 1,
"total": 1000
},
"total_pages": 100
}