idpw-leaked-logins
Retrieve compromised login logs for a specific email from IDPW.io service.
Syntax
idpw-leaked-logins [profile=PROFILE] email=EMAIL [verify=VERIFY]
- profile=PROFILE
- Optional. Connect profile code for IDPW
- email=EMAIL
- Required. Email address to search
- verify=VERIFY
- Optional. If f, does not raise an error when connect profile is not configured and returns empty output (default: t)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | Connect profile code for IDPW |
| _time | Date | Time | Breach timestamp |
| String | Breached email address | ||
| password | String | Password | Masked password |
| url | String | URL | Login URL |
| password_len | Integer | Password length | Length of the password |
| password_prefix | String | Password prefix | First 3 characters of password |
| nt_user | String | NT user | Windows NT username |
| host_ip | IP address | Host IP | Host IP address |
| country | String | Country | Country code |
| locale | String | Locale | System locale |
| timezone | String | Timezone | System timezone |