mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-17 16:42:10 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
904 B
904 B
White / Grey Listing
White listing is a security practice that involves creating a list of trusted entities, such as IP addresses or applications, that are explicitly permitted to access a network or system while blocking everything else by default. In contrast, grey listing is a temporary restriction method that rejects requests from unknown or suspicious sources, forcing them to retry before gaining access to ensure they are legitimate. Together, these techniques help filter traffic, reduce the attack surface, and prevent unauthorized connections from reaching sensitive infrastructure.
Visit the following resources to learn more: