WhiteIntel Webhook API
Last updated
// Pseudo-code for generating the HMAC signature
signature = base64(HMAC_SHA256(timestamp, secret_key)){
"type": "consumer",
"value": "example.com",
"description":"As part of WhiteIntel's dark web surveillance, the specified consumer accounts have been found exposed in stolen credentials.",
"count": 8,
"usernames": [
["user2@gmail.com", 5],
["user1@gmail.com", 3]
],
"event_date": "2025-04-10 12:00:00",
"source": "watchlist_monitor"
}
{
"type": "corporate",
"value": "internal.corp.com",
"description":"As part of WhiteIntel's dark web surveillance, the specified corporate accounts have been found exposed in stolen credentials.",
"count": 5,
"usernames": [
["ceo@corp.com", 2],
["it@corp.com", 1]
],
"event_date": "2025-04-10 12:00:00",
"source": "watchlist_monitor"
}{
"type": "email",
"value": "staff@example.com",
"description": "As part of WhiteIntel's dark web surveillance, the specified email address has been found exposed in stolen credentials.",
"count": 2,
"usernames": [
["staff@example.com", 2]
],
"event_date": "2025-04-10 06:00:00",
"source": "watchlist_monitor"
}{
"type": "ip",
"value": "192.0.2.1",
"description": "As part of WhiteIntel's dark web monitoring, the following IP addresses have been identified as compromised by stealer malware.",
"count": 1,
"event_date": "2025-04-10 08:00:00",
"source": "watchlist_monitor"
}{
"type": "hostname",
"value": "DESKTOP-HACKED01",
"description": "As part of WhiteIntel's dark web monitoring, the specified Computer name have been identified as compromised by stealer malware.",
"count": 1,
"event_date": "2025-04-10 07:00:00",
"source": "watchlist_monitor"
}