From CISO Marketplace — the hub for security professionals Visit

Greylist

Data Protection

Definition

Temporary blocklist requiring additional verification (e.g., email sender authentication) before allowing access.

Technical Details

Greylisting is a technique used primarily in email filtering to temporarily block incoming messages from unknown senders. When an email is received from a sender that is not recognized by the recipient's mail server, the server will respond with a temporary failure message, prompting the sender's mail server to retry sending the email after a short delay. This delay allows legitimate senders, who will typically retry sending their emails, to eventually deliver their messages, while spam senders, which often do not retry, will not. The greylisting process involves maintaining a database of sender IP addresses, timestamps, and email addresses to track and manage the graylisted messages effectively.

Practical Usage

Greylisting is implemented as a proactive measure against spam in email systems. Organizations can configure their mail servers to employ greylisting rules, which can be customized based on the organization's needs. For example, an organization may choose to greylist all emails from new or unverified domains temporarily. This practice can significantly reduce spam reaching users' inboxes, as many spam bots do not attempt to resend messages. Additionally, greylisting can be combined with other filtering techniques, such as blacklisting and whitelisting, to enhance overall email security.

Examples

Related Terms

Blacklisting Whitelisting Spam filtering Email authentication Rate limiting
← Back to Glossary