Tyscorpa Study resources Open the Academy

Fundamental Security Concepts

CIA Triad, Non-repudiation, AAA, Gap Analysis, Zero Trust, Deception Technologies.

SY0-701 Obj. 1.2 General Security Concepts 12% of the exam

The CIA Triad

The three core pillars of information security:

PillarDefinitionExample AttackControl
ConfidentialityOnly authorized parties can read dataEavesdropping, data breachEncryption, access controls, MFA
IntegrityData is accurate and unalteredMan-in-the-middle tampering, ransomwareHashing, digital signatures, version control
AvailabilityData is accessible to authorized users when neededDDoS attack, ransomware, hardware failureRedundancy, backups, load balancing, DR plans
Memory Aid: CIA — like the spy agency, but for your data. Think: Can I Access (it) safely?

Non-Repudiation

Ensures that a party cannot deny having performed an action. Achieved through digital signatures and audit logs.

AAA Framework — Authentication, Authorization, Accounting

ComponentQuestion AnsweredExamples
AuthenticationWho are you?Password, fingerprint, smart card, MFA
AuthorizationWhat are you allowed to do?ACLs, RBAC, permissions, group policies
AccountingWhat did you do?Audit logs, SIEM, session recording

RADIUS and TACACS+ are common AAA protocols. RADIUS combines authentication and authorization; TACACS+ separates all three for finer control.

Gap Analysis

A gap analysis compares an organization's current security posture against a desired target state (a framework, regulation, or best-practice baseline).

Zero Trust Architecture

Zero Trust assumes no implicit trust — every access request must be authenticated, authorized, and continuously validated regardless of network location.

Old Perimeter Model
  • Trust inside the network
  • Firewall at the edge = security
  • VPN grants full access once connected
Zero Trust Model
  • Never trust, always verify
  • Microsegmentation — each resource requires auth
  • Least privilege enforced at every layer

Key Zero Trust concepts: Control Plane (policy engine + policy administrator), Data Plane (policy enforcement points — PEPs), Subject/System, Policy Decision Point (PDP).

Deception and Disruption Technologies

TechnologyDescriptionPurpose
HoneypotA single decoy system designed to attract attackersDetect, study, and delay attackers
HoneynetA network of honeypots simulating a real environmentStudy attacker behavior on a larger scale
HoneyfileA fake file with enticing name (e.g., passwords.xlsx) that triggers an alert when accessedDetect insider threats or lateral movement
HoneytokenA fake credential or API key planted in code/reposAlert when stolen credentials are used
DNS SinkholeRedirects malicious DNS queries to a controlled IPBlock C2 communications, identify infected hosts
Exam Tip: Honeypots are detective controls. They don't prevent attacks — they detect and study them. A honeytoken is useful for detecting credential theft even when the attacker never accesses your live systems.

Physical Security

Physical security protects hardware, facilities, and people. Key elements:

External Resources

PreviousSecurity Controls NextChange Management

Test yourself on this

Reading is the easy half. The Academy has 1,360 exam-style questions, including performance-based ones, and it keeps pulling from whichever domain you keep getting wrong. Free to create an account.

Open the Academy