Incident Report

Get a detailed exposure incident report for a single malware log, including compromised credentials, device details, and malware attribution.

What this endpoint does

Generates a comprehensive incident report for a single stealer malware infection, showing every credential the malware harvested from the compromised machine. The source parameter is the file path string found in dump.source from Identity: Detections or dumps[].source from Identity: Lookup. Important: the include_details field must be explicitly set to true or false in every request — omitting it causes a 400 error despite the spec describing it as optional.

Response data

Returns the full scope of one infection event — every credential the malware exfiltrated, with partially masked domains, logins, and passwords. When include_details=true, also returns machine context: malware family, OS, username, timezone, exfiltration date, and source IP. Paginated via next_offset when the infection yielded more credentials than one page can hold.

Body Params
string
length ≤ 20
^uhash:[a-zA-Z0-9]+$
string
required
length ≤ 200
.+

The dump source identifier (e.g., dump-redline-2024-07-21-001)

boolean
required

Include extended device and malware details in the response

int64
0 to 1000

Maximum number of credential entries to return

string
length ≤ 200
.+

Pagination token for next page

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain