v1
latestOpenAPI 3.1.12026-07-242899061.7 MBIntelligence Sources
Publish Reports
Submit threat intelligence reports with observables, TTPs, and threat actor associations to a custom source.
post/v1/sources/{id}/reports
Path parameters
idstring uuid required
Identity of the source
Identity of the source
Request body
Example request
[
{
"externalId": "1234-112233-abcd",
"observables": [
"ip:127.0.0.1"
],
"tlp": "green",
"ttp": [
"mitre:T1082"
],
"malware": [
"Kl70JR",
"MZycd3"
],
"threatActor": [
"I2QcS_"
]
}
]Response
Reports were published for processing