↳ GitHub sourceAnalytics ruleHigh
PRODAFT USTA - Non-expired payment card exposed
Description
'Identifies a new PRODAFT USTA Payment Card Fraud Intelligence ticket that exposes a
payment card whose expiration date is still in the future. A non-expired card is
immediately usable for fraudulent transactions and is therefore higher risk than an
already-expired card. The full card number is never stored - only the BIN, last 4 digits,
brand, and length are retained. Prioritize reissue of the affected card with the issuing
bank and monitor for fraudulent activity.'
- Rule type
- Scheduled
- Version
- 1.0.0
- Declared status
- Available
- Query frequency
- 1h
- Query period
- 1h
- Trigger
- gt 0
Declared MITRE coverage
Declared sources
Metadata from the source file. No dependencies inferred from KQL.
Connectors
Data types
KQL query
Original query, unchanged.
PRODAFTUstaCompromisedCards
| where Created > ago(1h)
| where ExpirationDate > now()
| project
TimeGenerated,
Created,
TicketId,
CompanyName,
CardBrand,
CardBin,
CardLast4,
CardMasked,
CardLength,
ExpirationDate,
Status
Related content
Links established from declared identifiers and solution manifests.
Source provenance
GitHubDisplayed values come from files in Azure/Azure-Sentinel. They describe the published template, not your workspace configuration.
- Commit
9800e51↗- Source identifier
674429c9-a858-436c-95b8-5808024ebd01
GSTEP / CATALOG TRACKING
Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC