Get Historical Compromised Credentials Found Issues
Get "historical_compromised_credentials_found" issues in a scorecard.
External Documentation
To learn more, visit the SecurityScorecard documentation.
Basic Parameters
Parameter | Description |
---|---|
Issue ID | Filter issues by the issue ID (UUID). |
Issue IDs | Enter a comma-separated list of issue IDs to filter (UUIDs). |
Scorecard ID | Your scorecard ID. |
Advanced Parameters
Parameter | Description |
---|---|
First Seen After | Filter issues where the first_seen_time is on or after the specified time stamp. |
First Seen Before | Filter issues where the first_seen_time is on or before the specified time stamp. |
Last Seen After | Filter issues where the last_seen_time is on or after the specified time stamp. |
Last Seen Before | Filter issues where the last_seen_time is on or before the specified time stamp. |
Example Output
{
"entries": [
{
"issue_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"parent_domain": "string",
"feedback": [
{
"created_at": "2024-10-07T09:37:29.541Z",
"classifier": "string",
"claim": "string",
"description": "string",
"feedback_type": "string",
"feedback_status": "string",
"request_id": "string",
"user_id": "string",
"last_update": 0,
"classifier_type": "string"
}
],
"count": 0,
"first_seen_time": "2024-10-07T09:37:29.541Z",
"last_seen_time": "2024-10-07T09:37:29.541Z",
"password": "string",
"infection_date": "string",
"domain": "string",
"user_name": "string",
"reason": "string",
"url": "string"
}
]
}
Workflow Library Example
Preview this Workflow on desktop