- Practical Network Scanning
- Ajay Singh Chauhan
- 79字
- 2022-07-12 10:43:08
Anti-spoofing using access lists
A network operator can implement an anti-spoofing access-list filter to prevent packets with incorrect source IP addresses from entering and leaving the network. With the following command, the access list will prevent incoming packets that have the internal IP address from coming in. 220.x.x.x is a network which I own, so I do not expect to encounter any packets coming from outside my own IP address.
Cisco IOS command:
access-list 101 deny 220.x.x.0 0.0.0.255 any
推薦閱讀
- Securing Blockchain Networks like Ethereum and Hyperledger Fabric
- 軟件開發安全之道:概念、設計與實施
- Python Penetration Testing Cookbook
- 諸神之眼:Nmap網絡安全審計技術揭秘
- 模糊測試:強制發掘安全漏洞的利器
- Testing and Securing Android Studio Applications
- Spring Security(Third Edition)
- End to End GUI Development with Qt5
- 華為Anti-DDoS技術漫談
- 捍衛隱私
- 交換機·路由器·防火墻(第2版)
- Android Application Security Essentials
- Learn Azure Sentinel
- 安全網絡構建
- Metasploit 5.0 for Beginners