EmailRep · Example Payload

Api Report Request Example

Phishing email impersonating the CEO with a malicious attachment.

becmaldoc

Api Report Request Example is an example object payload from EmailRep, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

emailtagsdescriptiontimestampexpires

Example Payload

Raw ↑
{
  "email": "attacker@example.com",
  "tags": [
    "bec",
    "maldoc"
  ],
  "description": "Phishing email impersonating the CEO with a malicious attachment.",
  "timestamp": 1748563200,
  "expires": 168
}