Blocklist
A blocklist is a predefined list of specific items, such as IP addresses, domains, email addresses, or accounts, that a system is configured to block or filter out based on a policy decision. Its purpose is to help stop unwanted or potentially harmful entities from interacting with a system, user, or platform. This concept was historically known as a 'blacklist.'
A blocklist is a documented set of specific elements that are denied access or filtered per a defined policy decision, in contrast to an allowlist, which permits only enumerated entries. In payment and fraud contexts, blocklist elements may include IP addresses, domains, email addresses, device identifiers, or previously flagged account or card attributes, and are typically enforced at network, application, or transaction-screening layers. Blocklists are a deny-based control and have known limitations: they act reactively on known-bad indicators, can produce false positives (blocking legitimate entities) and false negatives (missing not-yet-listed threats), and require ongoing maintenance to remain effective. They help reduce exposure to recognized threats but do not by themselves eliminate fraud and should be combined with other detection and authentication controls.
Why it matters
Blocklists are a foundational deny-based control in fraud prevention and access management, giving teams a direct way to stop known-bad entities such as IP addresses, domains, email addresses, device identifiers, or previously flagged account or card attributes from interacting with a system. Because they act on recognized indicators, they can quickly shut out entities already associated with fraud, abuse, or attack traffic, which helps reduce exposure to threats a team has already observed and documented.
Their value, however, is bounded by their reactive nature. A blocklist only stops what it already knows about, so it produces false negatives when threats are new or not yet listed, and false positives when legitimate entities are mistakenly blocked, for example a customer sharing an IP range that was flagged for other reasons. This trade-off means blocklists can inadvertently harm legitimate users and revenue if maintained poorly, while still missing evolving threats. They require ongoing maintenance to stay accurate and relevant.
For these reasons, a blocklist should be treated as one layer among several rather than a standalone defense. It does not by itself eliminate fraud and is most effective when combined with other detection, screening, and authentication controls so that gaps in any single approach are covered by complementary measures.
Who it's relevant to
Inside Blocklist
Common questions
Answers to the questions practitioners most commonly ask about Blocklist.