List Breaches For Account
List all breaches for a given account.
External Documentation
To learn more, visit the Have I Been Pwned documentation.
Parameters
Parameter | Description |
---|---|
Account | The account to check. |
Domain | Filters the result set to only breaches against the domain specified. |
Include Unverified | Returns breaches that have been flagged as unverified. |
Shorten Response | Returns the full breach model. |
Example Output
[
{
"Name": "Adobe",
"Title": "Adobe",
"Domain": "adobe.com",
"BreachDate": "2013-10-04",
"AddedDate": "2013-12-04T00:00:00Z",
"ModifiedDate": "2022-05-15T23:52:49Z",
"PwnCount": 152445165,
"Description": "In October 2013, 153 million Adobe accounts were breached with each containing an internal ID, username, email, encrypted password and a password hint in plain text. The password cryptography was poorly done and many were quickly resolved back to plain text. The unencrypted hints also <a href="http://www.troyhunt.com/2013/11/adobe-credentials-and-serious.html" target="_blank" rel="noopener">disclosed much about the passwords</a> adding further to the risk that hundreds of millions of Adobe customers already faced.",
"LogoPath": "https://logos.haveibeenpwned.com/Adobe.png",
"DataClasses": [
"Email addresses",
"Password hints",
"Passwords",
"Usernames"
],
"IsVerified": true,
"IsFabricated": false,
"IsSensitive": false,
"IsRetired": false,
"IsSpamList": false,
"IsMalware": false,
"IsSubscriptionFree": false
}
]
Workflow Library Example
List Breaches for Account with Have I Been Pwned and Send Results Via Email
Preview this Workflow on desktop