Have I Been Pwned - Stealer Logs by Email Domain
hibp_get_stealer_logs_by_email_domainReturn email aliases and associated website domains historically observed in stealer logs for an email domain. Requires an OAuth-linked active subscription with the stealer-log feature; results do not establish current account access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to include in the response. Defaults to 25. | |
| domain | Yes | The email domain to search for in stealer logs. | |
| offset | No | Number of items to skip before returning results. Defaults to 0. | |
| response_format | No | Format only the text content as markdown (default) or a JSON string. The same machine-readable data is always returned in structuredContent. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| domain | No | ||
| offset | No | ||
| aliases | No | ||
| hasMore | No | ||
| message | No | Present when the tool returns an error. | |
| guidance | No | Additional guidance for resolving the tool error. | |
| aliasCount | No | ||
| nextOffset | No | ||
| statusCode | No | Present when the tool returns an error. | |
| totalCount | No | ||
| returnedCount | No | ||
| rateLimitResetAt | No | UTC timestamp indicating when the current rate limit window should have reset. | |
| retryAfterHeaders | No | Retry headers that mirror the standard HTTP rate-limit response when applicable. | |
| retryAfterSeconds | No | How long to wait before retrying, when the tool is rate limited. |