Abuse Panel - Documentation
Reports

New report

Creates a new report for a specific service

Requirements:

  • User must be a researcher
POST
/feed/{service}/api

Authorization

Authorization
Authorization<token>

In: header

Path Parameters

service*string

Request Body

application/json

tags*array<string>
c2Address*string
file256Hash*string
referenceLink*string

External link of where the C2 was found.

confidenceScore*integer
Range1 <= value <= 10

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://abuse.uncoverit.org/feed/string/api" \  -H "Content-Type: application/json" \  -d '{    "tags": [      "string"    ],    "c2Address": "example.com:8080",    "file256Hash": "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",    "referenceLink": "https://www.uncoverit.org/results/ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",    "confidenceScore": 10  }'
{
  "id": "string",
  "successful": true
}
{
  "error": "string",
  "successful": true
}
{
  "error": "string",
  "successful": true
}
{
  "error": "string",
  "successful": true
}
{
  "error": "string",
  "successful": true
}