The Rules That Govern Communications
Tools of the Trade
Controlling Who Can Access
Managing Expectations
Protecting The Chain
200

Originally designed with no built-in sender authentication, this protocol sends email in cleartext.

What is SMTP?

200

This tool was most likely to have detected log4j, aggregating logs from across an organization's infrastructure, correlates events, and generates alerts.

What is SIEM?

200

This access control principle that grants users only the minimum permissions required to perform their job function.

What is least privilege?

200

This national vulnerability database is operated by the MITRE Corporation and assigns a unique identifier to each disclosed vulnerability.

What is the CVE database?

200

This type of attack is where malicious code is inserted into a vendor's legitimate software before it is distributed to customers.

What is a supply chain attack?

400

The three-protocol combination that retrofits authentication onto SMTP — one verifies which servers send email for a domain, the second adds a cryptographic signature, and the third tells recievers what to do if the first two fail.

What are SPF, DKIM, and DMARC?

400

A security control that prevents sensitive data from leaving the network, sitting at egress points to inspect outbound traffic.

What is DLP (Data Loss Prevention)?

400

These four steps of the IAA framework in order, from claiming an identity to recording the event.

What are Identification, Authentication, Authorization, and Accounting?

400

This scoring system rates vulnerabilities on a severity scale from 0.0 to 10.0, with 9.0-10.0 being classified as critical.

What is CVSS (Common Vulnerability Scoring System)?

400

This cybersecurity firm discovered the SolarWinds compromise while investigating suspicious activity on its own network.

Who is FireEye?

600

This DNS record type can hand an attacker a complete list of every hostname in a domain in a single request, if misconfigured to allow unrestricted access.

What is a zone transfer (AXFR record)?

600

The type of security scan that an attacker can use from outside the network without credentials, seeing only what is exposed to the internet.

What is an external uncredentialed scan?

600

The numeric permission value in Linux that grants the owner read/write/execute permissions, the group read/execute, and others no access.

What is 750?

600

This compliance framework protects payment card data and is mandated by the major credit card companies.

What is PCI DSS?

600

This term is the length of time an attacker remains undetected inside a compromised network.

What is dwell time?

800

This attack technique encodes data inside DNS queries to exfiltrate information or maintain C2 communication, bypassing firewalls that allow DNS traffic without inspection.

What is DNS tunneling?

800

The exploit where a log message contained a special prefix, causing the system to evaluate the string as a remote resource lookup rather than just writing it to a file.

What is the log4j exploit?

800

This Linux command is used to grant fine-grained permissions to a specific user on a file or directory without changing group ownership.

What is setfacl?

800

This vulnerability lifecycle step follows identification and determines which vulnerabilities to fix first, taking into account asset value, exploitability, and potential business impact.

What is prioritization / evaluation?

800

The process of cryptographically verifying that a software package was built by its claimed author.

What is code signing?

1000

Beyond simply keeping clocks synchronized, this reason is why NTP (Network Time Protocol) is considered security-critical.

What is certificate validation (and Kerberos authentication / log correlation during incident response)?

1000

This reason caused the log4j vulnerability to be so widespread despite affecting just a single library.

What is transitive dependency?

1000

This IAA step was successfully bypassed by the Twitter 2020 attackers by impersonating IT staff over the phone.

What is Authentication?

1000

This tool would not detect an SQL injection vulnerability because it is a network and host scanner, not a web application scanner.

What is Nessus?

1000

This document lists every component, library, and dependency in a piece of software — now increasingly required by compliance frameworks as a direct response to SolarWinds.

What is an SBOM (Software Bill of Materials)?