BIN Attack
A BIN attack is a type of payment card fraud in which criminals use automated, trial-and-error methods to guess valid card details, such as the full card number, expiration date, and security code. They start from a known Bank Identification Number (the leading digits that identify a card issuer) and systematically test many possible combinations until some are accepted. The goal is to discover working card credentials that can then be used for unauthorized transactions.
A BIN attack is a brute-force fraud technique in which an attacker fixes a known Bank Identification Number (BIN) prefix and programmatically enumerates the remaining card fields, including the primary account number (PAN), expiration date, and card verification value (CVV/CVC2/CVV2), to identify valid combinations at scale. Because the issuer-identifying digits are known, the attacker constrains the search space and iterates candidate values, often testing them against merchant or payment endpoints to determine which are live. Note that per the evidence, some descriptions also reference PINs; PIN blocks are protected under PCI PIN and related requirements and are handled separately from the CVV and PAN elements typically enumerated in these attacks. Effective figures for success rates and volumes depend on source, period, and methodology and are not established here; controls such as velocity limits, rate limiting, and authentication checks may help reduce but do not guarantee prevention of such attacks.
Why it matters
BIN attacks target a structural feature of the payment card system: the Bank Identification Number, the leading digits that identify a card issuer, is publicly known and shared across many cards from the same issuer. Because attackers can fix a valid BIN and then enumerate the remaining fields, the search space is meaningfully constrained, allowing automated tools to test large volumes of candidate card details against merchant and payment endpoints. This means that even without stealing card data directly, criminals can attempt to discover working credentials through sheer trial and error.
For merchants, processors, and issuers, BIN attacks create both direct and indirect harm. Beyond the risk of fraudulent transactions on any successfully guessed credentials, the testing activity itself can generate high volumes of authorization requests, declines, and small-value or verification transactions that burden systems and can trigger card brand monitoring thresholds. The consequences of successful attacks and the operational costs of the testing traffic depend heavily on the specific environment, controls in place, and card brand and network rules, which vary by region and change over time.
Exact figures for how often BIN attacks succeed, the volumes involved, or associated losses depend on source, period, and methodology and are not established here. What is clear qualitatively is that no single control eliminates the threat: measures such as velocity limits, rate limiting, and authentication checks may help reduce the effectiveness of these attacks but do not guarantee prevention, and they involve trade-offs between blocking malicious traffic and disrupting legitimate customers.
Who it's relevant to
Inside BIN Attack
Common questions
Answers to the questions practitioners most commonly ask about BIN Attack.