Reports
Fetch a single report
Fetches data of one report from an ID
Authorization
Authorization Authorization<token>
In: header
Path Parameters
service*string
Query Parameters
report*string
Response Body
application/json
application/json
application/json
curl -X GET "https://abuse.uncoverit.org/feed/string/api?report=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"{
"report": {
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "PLAYIT",
"tags": [
"string"
],
"c2Address": "example.com:8080",
"reportedAt": "2024-10-26 10:00:00",
"reportedBy": "Uncover it",
"file256Hash": "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",
"firstSeenID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"referenceLink": "https://www.uncoverit.org/results/ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",
"confidenceScore": 10
},
"successful": true
}{
"error": "string",
"successful": true
}{
"error": "string",
"successful": true
}