Payment Card Industry Data Security Standard
Security standard for organizations handling credit card data. Required for all merchants and service providers that store, process, or transmit cardholder data.
What PCI-DSS draws on
This framework pulls on all three pillars — which is why running them as three separate tools means reconciling three sets of evidence at audit time.
Compliance
Security
What your auditor cites,
and what produces the evidence
The regulator's text is quoted below in italic, exactly as written. What follows each one is what the platform records, detects, or proves — not a claim about your compliance status, which no tool can confer.
Audit Trail Implementation
MUST implement audit trails to link all access to system components to each individual user.
"Each individual user" is the hard half of this kind of requirement, not "audit trail". Most estates fail it at the connection-pool boundary, where twenty analysts arrive as one service account. Real-time SQL auditing resolves the database session, the OS user, the client host, and the application context on every statement, so access resolves to a person rather than to app_user. User behaviour analytics keeps that attribution useful over time by baselining what each identity normally does — which is how a shared credential looks different from a compromised one.
Most estates fail this at the connection-pool boundary, where many analysts arrive as one service account. What is resolved per statement is the database session, the OS user, the client host, and the application context.
Automated Audit Trails
MUST implement automated audit trails for all system components to reconstruct events.
A record of processing is only as good as the layer producing it. Real-time SQL auditing captures every statement against the data — the identity, the session, the client, the objects touched, the outcome — with no nightly batch window where activity goes unrecorded. Classification is what makes that a record of *regulated* data rather than a log of everything: it tells you which tables are in scope, so the register describes the processing you actually have to declare. Policy templates then produce it in the shape the framework asks for, instead of leaving you to assemble it from raw logs the week before an inspection.
Time Synchronization
All critical system clocks MUST be synchronized. Audit logs MUST have accurate timestamps.
A requirement like this is about the record surviving the person who would rather it did not, which means the audit trail has to be protected as carefully as the data. File activity monitoring hashes the datafiles, the transaction logs, the backups, and the audit trail itself with XXH3, then baselines them — so an alteration or a deletion is evident rather than inferred, and it is attributed to the session and OS user behind it. Because the same platform holds the query trail, a destructive statement and the file-level change it produced are two views of one event rather than two investigations.
Events are stamped from one synchronised source at the collector, so ordering across instances is reconstructable without reconciling timestamps host by host at audit time.
Audit Trail Retention
Audit trail history MUST be retained for at least one year, with minimum 3 months immediately available.
Retention obligations are easy to state and expensive to meet, because the cost is in keeping the record queryable rather than merely stored. Audit events land in columnar storage on immutable object storage, so a multi-year window costs object-storage prices and is still searchable in seconds when an examiner asks for a sample. Each record carries a verification hash, so what you produce years later is demonstrably what was written at the time.
What PCI-DSS covers
PCI DSS v4.0.1 — Account Data, comprising cardholder data and sensitive authentication data
Account data. The primary account number is what pulls a system into scope; the other cardholder fields are covered because they travel with it.
In scope
- Primary account number (PAN)
- Cardholder name
- Expiration date
- Service code
Sensitive authentication data — which must NEVER be retained after authorisation, in any form, encrypted or not (Req. 3.3)
The instrument's own term, kept as it writes it — these labels differ between frameworks on purpose.
- Full track data from the magnetic stripe or its chip equivalent
- Card verification code — CAV2, CVC2, CVV2 or CID
- PINs and PIN blocks
What falls outside
Nothing leaves scope by being encrypted. Rendering a PAN unreadable changes the risk, not the scope — it still needs access control, logging and a retention limit.
A PAN truncated to first six and last four is still cardholder data and still in scope. A data inventory that omits truncated values is wrong, and that is a common assessment finding.
PCI Security Standards Council · as at 2026-08
How PCI-DSS is enforced
Every figure below is the ceiling the instrument publishes about itself, not a prediction of what anything would cost. Enforced by The card brands, assessed against your acquiring bank, which passes the cost on to you.
A scheme rule or contract, not law. Enforced by the counterparty.
| Published maximum | Charged | As at |
|---|---|---|
| USD 5,000 to USD 10,000Indicative | per month for the first three months of non-compliance | 2026-08 |
| USD 25,000 to USD 50,000Indicative | per month from the fourth month | 2026-08 |
| USD 50,000 to USD 100,000Indicative | per month from the seventh month | 2026-08 |
PCI DSS is not law and no government enforces it. It becomes binding because you signed a merchant agreement. Published tiers run from USD 5,000 to USD 10,000 a month for the first quarter of non-compliance up to USD 50,000 to USD 100,000 a month from the seventh month, and the brands fine the acquirer rather than you directly.
Fine schedules are set in private scheme rules and passed through contractually, so the published figures are indicative rather than statutory.
Uncapped exposure that sits outside this instrument
These come from company law rather than from PCI-DSS, and they are not penalties — they are liability for a loss, which is why nothing caps them at a published maximum.
Duty of oversight
Delaware, and followed in most US corporate jurisdictions. It is a rule of company law, not of any privacy or security statute.
Triggered by. A sustained or systematic failure by the board to establish a reporting system for a mission-critical risk — or, having one, consciously disregarding what it reported. The second limb is what a documented, unremediated finding goes to.
Who. Directors, in their personal capacity, in a derivative action brought on behalf of the company.
This is liability for the loss the company suffered, not a statutory penalty, so nothing caps it at a published maximum. A bad-faith finding also takes the conduct outside the exculpation and indemnification the charter would otherwise provide.
In re Caremark Int’l Deriv. Litig. (Del. Ch. 1996); Marchand v. Barnhill (Del. 2019); In re Boeing Co. Deriv. Litig. (Del. Ch. 2021).
Who the instrument makes accountable
Requirement 12.4 makes executive management responsible for protecting account data and for a compliance programme, and Requirement 12.4.1 puts that on a named executive in a designated entity.
The insurance position
Cyber policies commonly cover PCI assessments and card-brand fines as a specified extension, but that extension is often sub-limited well below the exposure and may exclude assessments arising from a failure to maintain compliance.
How this class of policy is commonly written. Only your own policy answers what it covers.
Enforcement data reviewed August 2026. Several figures are indexed annually and move.
Built for PCI-DSS,
not configured for it afterwards
Cardholder Data Access Monitoring
Track all SELECT/UPDATE/DELETE on cardholder data tables
PCI Compliance Scorecard
Requirement 10 compliance evidence with gap analysis
PCI Data Patterns
Detect PANs, CVVs, expiration dates, cardholder names
Bulk Card Data Access
Alert on queries returning large volumes of card data
Other Financial frameworks
Walk into the PCI-DSS audit knowing the answer
228 cited requirements across 57 frameworks are mapped to the controls that evidence them. A fixed-fee gap assessment tells you which of them you can already prove today.