- Practical Network Scanning
- Ajay Singh Chauhan
- 259字
- 2022-07-12 10:43:06
Authentication, authorization, and accounting
Authentication, authorization, and accounting (AAA) is a function for centrally and securely controlling access to IT infrastructure resources. This is achieved by enforcing policies and providing audit functionality by keeping track of activities performed on a given device. In simple terms, authentication can refer to identifying a user with a username and password. The AAA server matches user's authentication credentials against credentials setup and stored in a back-end database. The authorization process validates whether the user has the authority to do a specified task or not. This can include accessing or executing any command on a given resource. The final piece in the AAA function is accounting, which records all the activity on resources consumed by a user during access.
AAA functions are always offered by an exclusive centralized AAA server, a software program that performs all these functions. A current standard by which network access servers interface with the AAA server is the Remote Authentication Dial-In User Service (RADIUS) or Terminal Access Controller Access Control System (TACACS) protocols.
TACACS can be further connected to domain controller security groups, which gives elevated security access. You will have to create two security groups on domain controller, for example, RO and RW. After one or two human security approvals, your user account will be automatically added to the RW group. This provides a way to dynamically request administrative (admin) access to production machines. After the specified time, the account will be removed from there automatically.
- 云原生安全:攻防實踐與體系構建
- 計算機網絡安全技術(第6版·慕課版)
- Metasploit Penetration Testing Cookbook(Third Edition)
- Rootkit和Bootkit:現代惡意軟件逆向分析和下一代威脅
- Kali Linux Wireless Penetration Testing Cookbook
- 零信任網絡:在不可信網絡中構建安全系統(第2版)
- 計算機網絡安全基礎(第5版)
- 華為Anti-DDoS技術漫談
- 白話零信任
- Cybersecurity Threats,Malware Trends,and Strategies
- 功能型密碼算法設計與分析
- 數字銀行安全體系構建
- Securing Network Infrastructure
- 信息組織
- 網絡入侵檢測系統原理與應用