Security+ Acronyms I - Review Flashcards
(145 cards)
3DES?
Triple Digital Encryption Standard
- Deprecated and considered insecure.
- Replaced by AES
- Symmetric
- Applies the DES Cipher Algorithm 3 times to each Data Block.
AAA?
Authentication, Authorization, Accounting
- Often used to describe RADIUS, or some other form of Networking Protocl that provides Authentication, Authorization, Accounting.
ABAC?
Attribute-based Access Control
- Database and Identity service used to provide Identity Management
ACL?
Access Control List
- Set of rules that allow/permit or deny any traffic flow through Routers.
- Looks at the packet to determine whether it should be allowed or denied.
- Works at Layer 3 to provide Security by filtering and controlling the flow of traffic from one Router to another.
AES?
Advanced Encryption Standard
- Industry-standard for Data Security
- 128-bit, 192-bit, or 256-bit implementations (Strongest).
AES256?
Advanced Encrption Standard 256-bit
- This is the 256-bit implementation of AES.
- 256 references the bit size of the Keys.
AH?
Authentication Header
- Used to Authenticate origins of Packets of Data transmitted.
- These Headers don’t hide any Data from attackers, but they do provide proof that the Data Packets are from a trusted source and that the data hasn’t been tampered with.
- Helps protect against Replay Attacks.
AI?
Artificial Intelligence
- For the Exam, be aware of what’s called Data Poisoning (or Tainted Training) and adversarial AI.
AIS?
Automated Indicator Sharing
- DHS and CISA Free Program
- Enables organizations to share and receive machine-readable Cyber Threat Indicators (CTI) and Defensive Measures (DM) in Real-Time
- Useful to monitor and defend Networks against known threats.
ALE?
Annualized Loss Expectancy
- IE: Can expect X number of devices to fail per year.
AP?
Access Point
- Networking Hardware device that provides WIFI access, typically then connected via wire to the Router, or directly integrated in the Router itself.
API?
Application Programming Interface
- APIs are used to allow applicationst o talk to one another.
- For Example: An application can query an API to retrieve data and then display that data or process it in some way.
APT?
Advanced Persistent Threat
- Stealthy Threat Actor (usually Nation-State or State-Sponsored Groups) that gains unauthorized access to a system and remains undetected for a period of time.
ARO?
Annualized Rate of Occurrence
- The calculated probability that a Risk will occur in a given year.
ASLR?
Address Space Layout Randomization
- Prevent exploitation of memory corruption vulnerabilities.
ASP?
Active Server Page
- Microsoft Server-Side scripting language and engine to create dynamic Web Pages.
- Superseded by ASP.NET in 2002.
ATT&CK?
Adversarial Tactics, Techniques & Common Knowledge
- Knowledge base Framework of adversary tactics and techniques based on real-world observations.
- Helpful to build effective threat models and defenses against real threats.
AUP?
Acceptable Use Policy
- Terms that users must accept in order to use a Network, System, Website, etc…
AV?
Antivirus
- Antivirus Software
- Typically uses Signature-based detection
- Not effective against Zero-Day or Polymorphic Malware.
BASH?
Bourne Again Shell
- Powerful UNIX Shell and command language.
- Used to issue commands that get executed, which can also be turned into Shell scripts.
- Often used for Automation.
BCP?
Business Continuity Plan
- Plan used to create processes and systems of both prevention and recovery to deal with threats that a company faces.
- This plan outlines how a business can continue delivering products and services if crap hits the fan.
BIA?
Business Impact Analysis
- Used to predict the consequences a business would face if there were to be a disruption.
BGP?
Border Gateway Protocol
- The “Postal Service” of the Internet.
- BGP finds the best Route for Data to travel to reach its destination.
BIOS?
Basic Input/Output System
- Firmware that performs hardware initialization when systems are booting up, and to provide runtime services for the OS and programs.
- First software to run when you power on a Computer System.