Leak and infostealer exposure of one e-mail address
Leak and infostealer exposure of one e-mail address: infections that saved it (count, first/last seen, corporate vs user services), leak records and sources - aggregates only, never passwords, logins, devices or IPs; the address is echoed only as SHA-256. For addresses you own or are authorised to check
Answeringour last check, 2026-09-24
1 of 1checks answered this week
992 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agent.connskill.com/v1/exposure-check-email
| Category | Everything else |
|---|---|
| Provider host | agent.connskill.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 992 ms |
Example input (from the provider)
{
"body": {
"email": "someone@example.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"email": {
"description": "E-mail address you own or are authorised to check",
"minLength": 6,
"type": "string"
}
},
"required": [
"email"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"domain": "example.com",
"infostealer": {
"compromised": true,
"corporateServices": 16,
"firstCompromised": "2026-04-12T\u2026",
"infections": 2,
"lastCompromised": "2026-05-27T\u2026",
"userServices": 1262
},
"leaks": {
"fieldTypes": [
"name",
"password"
],
"found": 7,
"sources": [
{
"date": "2012-05",
"name": "LinkedIn.com"
}
]
},
"status": "delivered",
"subject": "sha256:9f86d0\u2026",
"verdict": {
"level": "high",
"reasons": [
"2 infostealer infection(s) with this address saved, last 2026-05-27"
]
}
}
}
}
}
}