Get “compromised_credentials_found” issues in a scorecard.

External Documentation

To learn more, visit the SecurityScorecard documentation.

Basic Parameters

ParameterDescription
Issue IDFilter issues by the issue ID (UUID).
Issue IDsEnter a comma-separated list of issue IDs to filter (UUIDs).
Scorecard IDYour scorecard ID.

Advanced Parameters

ParameterDescription
First Seen AfterFilter issues where the first_seen_time is on or after the specified time stamp.
First Seen BeforeFilter issues where the first_seen_time is on or before the specified time stamp.
Last Seen AfterFilter issues where the last_seen_time is on or after the specified time stamp.
Last Seen BeforeFilter 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:41:09.154Z",
					"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:41:09.154Z",
			"last_seen_time": "2024-10-07T09:41:09.154Z",
			"password": "string",
			"infection_date": "string",
			"domain": "string",
			"user_name": "string",
			"reason": "string",
			"url": "string"
		}
	]
}

Workflow Library Example

Get Compromised Credentials Found Issues with Securityscorecard and Send Results Via Email

Preview this Workflow on desktop