Overview
A blacklist is a record used to identify people, organizations, devices or data that are to be denied access, privileges or recognition. Blacklists are applied in many domains — from network security and email filtering to hiring practices and public policy — and serve as a negative access control mechanism: items on the list are treated as disallowed or untrusted.

Characteristics and structure

Blacklists vary in form and scope. They may be simple enumerations of names or identifiers, or complex databases that include reasons, timestamps and reputation scores. Implementation can be manual or automated: an administrator may add entries after review, or machine-learning systems and heuristics can add items dynamically based on behavior or signatures.

History and terminology

The concept of keeping lists of disfavored parties is old and found in many cultures. In modern usage the term "blacklist" became common in administrative and commercial contexts. In recent years some institutions and software projects have moved toward more neutral alternatives such as "blocklist" or "denylist," especially where inclusive language is a concern.

Common uses and examples

  • Computing: email spam filters, firewall rules and domain name blocklists that prevent communication with malicious addresses.
  • Employment and security: lists of people barred from work in certain sectors or from obtaining licenses after misconduct.
  • Commercial and financial: credit blacklists or sanctions lists maintained by governments and agencies to restrict transactions.
  • Culture and politics: historical examples include lists that excluded artists or professionals from participation in industries or institutions.

Blacklisting raises questions about fairness, transparency and redress. Errors and outdated information can cause unjust denial of services. Many jurisdictions require procedural safeguards for significant restrictions, and private organizations may adopt appeal mechanisms. There is also a policy debate over broad automated blacklists, which can disproportionately affect certain groups or suppress legitimate activity.

Blacklisting contrasts with a whitelist (or allowlist), which specifies items that are explicitly permitted while everything else is denied. Some systems combine both approaches: a whitelist of trusted items plus a blacklist of known bad items. Alternatives to the term emphasize function rather than color: "denylist" and "blocklist" are increasingly used in standards, documentation and corporate policies.

Notable facts: Organizations that maintain lists often publish policies for inclusion and removal; many modern security solutions rely on shared blocklists to respond quickly to emerging threats. The balance between protection and individual rights remains a central concern in how blacklists are used.