Tyscorpa Study resources Open the Academy

Acronyms - Security Operations

Endpoints, vulnerability management, monitoring, identity and automation - the largest domain, and the one with the most pairs of tools that have to be kept apart.

SY0-701 Obj. 4.1 - 4.9 Security Operations 28% of the exam

Most of these name a product category, and several pairs get confused because the products themselves overlap. The fourth column separates the ones the exam tests against each other.

Endpoints and mobile

AcronymExpands toWhat it isWorth knowing
EDREndpoint Detection and ResponseBehavioural detection and response on the endpointWatches what code does rather than what it looks like, which is what catches fileless malware and living-off-the-land activity.
XDRExtended Detection and ResponseEDR correlated across endpoint, network, mail and cloud
HIDS / HIPSHost-based Intrusion Detection / Prevention SystemThe same detect-or-block distinction, on one machineSees what the network never does, including activity that never leaves the host and traffic that is encrypted end to end.
MDMMobile Device ManagementCentral management of mobile devicesMatters more than network controls for phones, because a cellular connection bypasses the perimeter entirely.
BYODBring Your Own DeviceThe employee owns the deviceEvery control is negotiated against the fact that it is somebody else's property, which is what containerisation exists to resolve.
COPECorporate-Owned, Personally EnabledThe organisation owns it and permits personal use
CYODChoose Your Own DeviceThe employee picks from an approved list the organisation owns

Vulnerability management

AcronymExpands toWhat it isWorth knowing
CVECommon Vulnerabilities and ExposuresA unique identifier for a known vulnerabilityAn identifier and nothing more. It carries no severity, no exploitability and no deadline, so asking how bad a CVE is has no answer from the number itself.
CVSSCommon Vulnerability Scoring SystemA 0-10 severity scorePublished scores are usually base metrics only, describing a worst case rather than your case. The environmental metrics are what express what the system is worth here.
NVDNational Vulnerability DatabaseCVE entries enriched with scores and references
KEVKnown Exploited VulnerabilitiesA catalogue of vulnerabilities being exploited in the wildOften a better guide to urgency than the score, because it describes what is happening rather than what could.
SASTStatic Application Security TestingAnalysing source code without running itFinds the flaw before the code ships and cannot tell whether the path is reachable, which is where its false positives come from.
DASTDynamic Application Security TestingTesting the application while it runsSees the deployed configuration and the flaws that only exist once the parts are assembled.
OSINTOpen Source IntelligenceIntelligence gathered from publicly available sourcesOpen means publicly available, not open-source software. It is passive, so nothing reaches the target and nothing is logged.
SCAPSecurity Content Automation ProtocolA standard for expressing and checking configurationWhat lets one benchmark be evaluated by tools from different vendors and produce the same answer.

Monitoring and response

AcronymExpands toWhat it isWorth knowing
SIEMSecurity Information and Event ManagementCentral collection, correlation and alerting on logsThe value is in the correlation, not the storage. An intrusion is visible in the sequence across sources, and no single system holds that sequence.
SOCSecurity Operations CenterThe people and process who watch and respondCollides with SOC 2, which is an audit report and unrelated. Which one is meant comes from the surrounding words.
SOARSecurity Orchestration, Automation and ResponsePlaybooks that act across integrated toolsAdds automated response to what a SIEM detects. Its stored credentials make it one of the highest-value targets in the estate.
DLPData Loss PreventionDetecting and blocking sensitive data on its way outA control against accident and the untrained. Splitting, encoding or archiving a value defeats it, so it will not stop a determined insider.
FIMFile Integrity MonitoringAlerting when files that should not change doCatches persistence whether or not anything recognises the file that was planted.
UEBA / UBAUser (and Entity) Behavior AnalyticsAlerting on departures from a learned baselineThe entity half matters because much of an intrusion is machine behaviour. Its weakness is that an intrusion present while the baseline was learned gets baselined as normal.
SNMPSimple Network Management ProtocolDevice state and traps from network equipmentVersion 3 is the one with authentication and encryption; the earlier versions send a community string in clear text.
IRIncident ResponsePreparation, detection, analysis, containment, eradication, recovery, lessons learnedContainment comes before eradication. Removing the malware first destroys the evidence and usually misses how it arrived.
RCARoot Cause AnalysisEstablishing why it was possible, not what was done
CoCChain of CustodyThe unbroken record of who held evidence and whenWhat makes evidence admissible. A gap in it is not a paperwork problem.
CMDBConfiguration Management DatabaseThe record of what exists and how the pieces depend on each otherVulnerability management, change management and incident response all fail the same way when it is wrong - on the assets nobody recorded.
PICERLPreparation, Identification, Containment, Eradication, Recovery, Lessons learnedThe incident response phases as a mnemonicContainment sits before eradication deliberately. Cleaning first destroys the evidence and usually misses the way in.
FTKForensic ToolkitA forensic acquisition and analysis suiteNamed alongside dd and Autopsy. What matters is the write blocker and the hash, not the brand.
ESIElectronically Stored InformationThe data a legal hold applies toA hold suspends deletion, so retention schedules and automatic purges have to be stopped. Continuing to delete on schedule is spoliation.
UTCCoordinated Universal TimeThe single timezone logs are normalised toCorrelating sources across regions is impossible without it, and a timeline assembled from local timestamps is wrong in a way that is hard to see.

Access control models

AcronymExpands toWhat it isWorth knowing
RBACRole-Based Access ControlRights attach to a role, and people are put into rolesWhat makes a move between departments a change of role rather than an addition to it. Rights that accumulate instead are privilege creep.
ABACAttribute-Based Access ControlThe decision is computed from attributes at request timeHandles conditions a role cannot express - this device, this location, this hour - which is what conditional access is built on.
DACDiscretionary Access ControlThe owner of a resource decides who may use itWhat ordinary file permissions are. Flexible, and impossible to hold to a policy centrally.
MACMandatory Access ControlThe system enforces labels and no owner may override themClassification levels and clearances - the strictest model and the least flexible. Three unrelated things in this syllabus share these letters: this, Media Access Control (a hardware address) and Message Authentication Code (a keyed integrity check). Only the surrounding sentence separates them.

Identity and access

AcronymExpands toWhat it isWorth knowing
IAMIdentity and Access ManagementThe whole discipline of who may do what
PAMPrivileged Access ManagementVaulting, just-in-time rights and ephemeral credentialsRestores attribution to a shared account that a system requires and cannot be made individual.
LDAP / LDAPSLightweight Directory Access Protocol (Secure)Querying a directory, without and with TLSA query protocol. Nothing in it tells an application that a person was hired or dismissed.
SAMLSecurity Assertion Markup LanguageAsserting who a user is, for single sign-onAuthentication. OAuth is delegated authorisation, and confusing the two is the standard error.
OAuthOpen AuthorizationGranting an application limited access on your behalfDoes not authenticate on its own. OpenID Connect is the identity layer that adds that.
OIDCOpenID ConnectAn identity layer on top of OAuth
SCIMSystem for Cross-domain Identity ManagementPushing account creation, change and deactivation between systemsThe provisioning answer, and its value is the leaver case: access ends without anybody raising a ticket.
JITJust-In-TimeRights granted for a bounded period on requestAn account holding permanent administrative rights is worth stealing at any hour; one holding none usually yields nothing.
FIDO2Fast Identity Online 2The standard behind hardware security keys and passkeysPhishing-resistant because the credential is bound to the origin and will not be offered to a replica site.
ADActive DirectoryThe Windows directory and authentication serviceCompromising it is compromising the estate, which is why domain controllers are treated as a tier of their own.
KDCKey Distribution CenterThe Kerberos service that issues tickets
TGTTicket Granting TicketThe ticket proving you authenticated, used to request othersA stolen TGT is usable without the password, which is why pass-the-ticket survives a password reset.
TGSTicket Granting ServiceIssues service tickets against a TGTKerberoasting requests one for a service account and cracks it offline, because the ticket is encrypted with that account's password hash.
KRBTGTKerberos Ticket Granting Ticket accountThe account whose key signs every ticket in the domainIts hash forges a golden ticket. Recovering from that theft means resetting it twice, and nothing less works.
NTLMNT LAN ManagerThe legacy Windows authentication protocolWhat makes pass-the-hash possible, since the hash is the credential. Kerberos replaced it and it stays enabled for compatibility.
PIVPersonal Identity VerificationA smart card holding a certificate and requiring a PINTwo factors in one object - the card and the PIN - which is why it is not single-factor despite being one item.
IGAIdentity Governance and AdministrationCertification campaigns, entitlement review and segregation-of-duties checksAnswers who should have this, where IAM answers who does. Attestation lives here.
JMLJoiner, Mover, LeaverThe identity lifecycleMover is the one that leaks. Joining and leaving are noticed; a transfer that adds rights without removing any is not.
PAWPrivileged Access WorkstationA hardened machine used only for administrationKeeps mail and browsing off the machine that holds domain credentials, which is where those credentials are usually stolen from.
FARFalse Acceptance RateHow often the wrong person is admittedThe security failure. Tightening the sensor lowers it and raises the FRR - the two always move against each other.
FRRFalse Rejection RateHow often the right person is refusedThe usability failure, and the one that drives people to work around the control.
CER / EERCrossover / Equal Error RateThe sensitivity at which FAR and FRR are equalThe single figure biometric systems are compared by. Lower is better.

Mail and web hardening

AcronymExpands toWhat it isWorth knowing
SPFSender Policy FrameworkA DNS record listing who may send for the domainChecks the envelope sender, which the recipient never sees. That gap is why it fails alone.
DKIMDomainKeys Identified MailA signature over the message, verified against a published keySurvives forwarding in a way SPF does not, because it travels with the message.
DMARCDomain-based Message Authentication, Reporting and ConformanceWhat to do when SPF or DKIM fails, and where to report itThe one that closes the gap: it requires alignment with the visible From address, and it is the only one of the three that tells the recipient to reject.
S/MIMESecure/Multipurpose Internet Mail ExtensionsEnd-to-end signing and encryption of the message itselfProtects content from the mail servers too, where the three records above only authenticate the sending domain.
STARTTLSStart Transport Layer SecurityUpgrading an existing clear-text session to TLSOpportunistic. An attacker in the path can strip the offer and the session continues unencrypted, which is what MTA-STS exists to prevent.
HSTSHTTP Strict Transport SecurityA header instructing the browser never to use plain HTTP againCloses the redirect window a downgrade attack uses, but only after one successful visit unless the domain is preloaded.
STIGSecurity Technical Implementation GuideDISA's hardening specifications for a platform
CISCenter for Internet SecurityPublishes the Benchmarks and the Critical Security ControlsBenchmarks harden a platform; the Controls prioritise a programme. Two different documents from one body.
NGAVNext-Generation AntivirusMalware prevention driven by behaviour and machine learningPrevention, where EDR is detection and investigation. Products usually sell both together.

Automation

AcronymExpands toWhat it isWorth knowing
APIApplication Programming InterfaceHow automation talks to the systems it orchestratesEach integration is a credential, and together they can exceed the authority of any human administrator.
CI/CDContinuous Integration / Continuous DeploymentAutomated build, test and releaseA security check in the pipeline finds the defect while the author still has the context and nothing is exposed yet.
SDLCSoftware Development Life CycleRequirements through design, build, test, release and maintenanceSecurity requirements set at the requirements stage cost a fraction of the same fix found in production.
RESTRepresentational State TransferThe style most web APIs are built inStateless, so every request carries its own credential - which is why a leaked token is usable immediately and from anywhere.
JSONJavaScript Object NotationThe format most APIs exchange data in
XMLExtensible Markup LanguageThe format SAML assertions and older APIs useIts external entity feature is what XXE abuses, which is why parsers are configured to refuse them.
PreviousIncident Response

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