GET
/
api
/
v1
/
perimeter-protection
/
threat-intelligence
/
file
/
{file}
curl --request GET \
  --url https://app.aegister.com/api/v1/perimeter-protection/threat-intelligence/file/{file} \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 0,
  "messages": [],
  "data": {
    "md5": "E27A6A678D2A3391D3DEDD7F6B5BCFFE",
    "sha1": "8A0A4A6524C4FAE519CA273F427A067A80FD6B5A",
    "sha256": "7CAB5BE54EA256801FFBB8C5F14BBE8ACF8C8EDF4B14BEC82A8E73F2A22FC229",
    "score": 96,
    "ts": 1700561246,
    "file_bytes": null,
    "total_reports": 48,
    "total_members": 1,
    "file_type": "application/zip",
    "file_name": "dex.apk",
    "tags": [
      "IRATA",
      "apk",
      ".zip"
    ],
    "elk_ts": "2023-11-21T10:07:26.000Z",
    "elk_entry_ts": "2023-11-19T11:03:07.000Z",
    "entry_ts": 1700391787
  }
}

Authorizations

X-Aegister-Token
string
header
required

Path Parameters

file
string
required

Response

200
application/json
{key}
any