15.2 Malicious Activity, Social Engineering, and Behavior Analytics

Key Takeaways

  • SSCP 7.1 malicious activity includes insider threat, data theft, distributed denial of service, botnets, zero-day exploits, web-based attacks, and advanced persistent threats — name the activity the stem describes, not a malware brand.
  • Outline countermeasures are user awareness and training, system hardening, patching, isolation, and data loss prevention; match the control to the activity.
  • Social engineering methods on the outline are SPAM, phishing, smishing, vishing, impersonation, scarcity, and whaling. Whaling is phishing aimed at a senior executive or other high-value target.
  • An urgent CEO-to-CFO wire request is whaling built from impersonation and scarcity; out-of-band verification and finance training beat a disk scanner that reports clean.
  • Behavior analytics uses machine learning, artificial intelligence, and data analytics to flag baseline deviations (impossible travel, mass download, new process lineage) even when no malware signature exists.
Last updated: August 2026

Malicious activity is more than a malware family

Knowledge area 7.1 continues past malware into types of malicious activity, malicious activity countermeasures, social engineering methods, and behavior analytics. The CAT will mix these. A whaling email that tricks a chief financial officer into a wire is malicious activity even if no binary ever ran. An advanced persistent threat (APT) may use fileless malware and stolen credentials and a zero-day. Your job is to name the activity the stem actually describes and pick a countermeasure from the outline's list: user awareness/training, system hardening, patching, isolation, and data loss prevention (DLP).

Types of malicious activity

ActivityWhat it isSSCP tellTypical countermeasure mix
Insider threatMalicious or negligent person with legitimate accessUnusual access to shares the role does not need; copy-out after a resignationLeast privilege, DLP, monitoring, awareness — not "more antivirus"
Data theftUnauthorized exfiltrationLarge cloud uploads, DNS tunneling, email to personal accountsDLP on egress, encryption, isolation of sensitive segments
Distributed denial of service (DDoS)Overwhelming availability from many sourcesSite or virtual private network unusable; volumetric, protocol, or application-layer floodsProvider scrubbing is Domain 6; here you also kill any botnet you host and harden exposed apps
BotnetCompromised devices under command and controlOutbound C2, spam relay, crypto-mining, being used in someone else's DDoSIsolation, remediation of zombies, block C2, patch the hole
Zero-day exploitsAttacks using a vulnerability with no vendor patch yetExploit kit or implant on software that is fully currentIsolation, virtual patching, hardening, detection of behavior — not "wait for Tuesday"
Web-based attacksBrowser and application attacks: cross-site scripting, SQL injection, drive-by, watering hole, malvertisingCompromised content management system, malicious ad, stolen session cookiePatching, browser isolation, allowlisting, application-layer filtering
Advanced persistent threat (APT)Skilled, targeted, long-dwell adversaryMonths of living-off-the-land, credential reuse, slow staging of dataIsolation of identities and hosts, hunting, DLP, hardening, patching — not a single antivirus clean

Insider threat is not automatically "the employee is evil." A claims analyst who emails a spreadsheet of members to a personal mailbox because the virtual private network is slow is still data theft. A sysadmin who plants a trapdoor before being fired is a malicious insider. Controls differ (DLP and training versus immediate account revocation and forensics), but both are 7.1 activity types.

Botnet versus DDoS. A botnet is a fleet. DDoS is one mission that fleet might fly. Your endpoints can be victims of DDoS, members of a botnet, or both. Cleaning a miner that phones home to a C2 server is botnet remediation. Absorbing a flood at the provider is DDoS response and sits primarily with Domain 6 network countermeasures. Do not mix those on the exam.

Zero-day means the vendor does not have a patch, not "we forgot last month's cumulative update." Last month's missing update is a known vulnerability. Zero-day countermeasures are isolation, attack-surface reduction, and detection of behavior (behavior analytics, EDR), because signatures will not exist yet.

APT is about persistence and objectives, not a specific malware brand. Nine months of valid administrator tools, stolen tickets, and quiet cloud copies is APT-style activity even if every file hash is a vendor binary.

Malicious activity countermeasures

The outline's list is short on purpose. Use it.

CountermeasureOperations meaningWhen it is the best answer
User awareness / trainingPhishing simulations, reporting buttons, payment-callback policy, insider reportingSocial engineering, negligent insiders, "the chief executive said to wire this"
System hardeningSecure configuration baselines, disable unused services and macros, remove local adminWorms, unused remote services, living-off-the-land abuse
PatchingOperating system, application, firmware, and browser updates on a measured service levelWorms exploiting published vulnerabilities, most content-management compromises
IsolationNetwork segmentation, sandbox, EDR isolate, disable account, quarantine VLANOutbreaks, zero-days, APT footholds, infected kiosks
Data loss prevention (DLP)Monitor or block sensitive data at rest, in motion, and in useData theft, insider exfil, misdirected email, unsanctioned cloud sync

Scenario (insider and DLP). A claims analyst's last day is Friday. On Thursday night, DLP alerts on thousands of member records copied to a personal cloud drive. Isolation here is: disable the account and the endpoint, revoke tokens, and hold the laptop. Awareness training would not have stopped a determined thief, but DLP, blocked personal sync, and timely deprovisioning reduce the blast radius. Hardening (no local admin, blocked removable media) makes the copy harder.

Patching without isolation during an active worm is how you patch hosts that are already encrypting their neighbors. Isolation without later patching is how the next unpatched laptop reconstitutes the botnet.

Social engineering methods

Social engineering attacks people so that malware and fraudulent payments do not need a zero-day. The outline's examples are SPAM email, phishing / smishing / vishing, impersonation, scarcity, and whaling.

MethodChannel and trickSSCP tell
SPAMUnsolicited bulk email (and similar bulk noise on other channels)Scams and malware lures in volume; filtered and reported; not by itself "the executive wire"
PhishingFraudulent message that impersonates a trusted party to steal credentials or deliver malwareFake login page, password-reset lure, malicious attachment
SmishingPhishing via Short Message ServicePackage-delivery texts, "your multi-factor is locked," short links
VishingPhishing via voiceFake help desk or bank calls asking for one-time passwords
ImpersonationPretending to be a person or role, in person, email, or phone"IT" at the desk with a laptop; lookalike executive mail
ScarcityTime pressure: offer ending, account closing, executive in the air and unreachableThe urgency is the payload; slow the process
WhalingPhishing aimed at senior executives or other high-value targetsChief financial officer, chief executive, general counsel — usually a payment, tax-form dump, or identity-tenant credential

Phishing, smishing, and vishing are the same idea on three channels (email, SMS, voice). Whaling is about who is targeted, not a fourth radio. A whale still sees scarcity, impersonation, and a lookalike domain.

Whaling the CFO wire

Scenario. You support a mid-size manufacturer. At 16:40 on a Thursday, the chief financial officer (CFO) receives mail that appears to come from the chief executive officer (CEO): new overseas tooling vendor, wire 180,000 dollars before the banks close, "I am in the board meeting, do not call, this is confidential." The display name is right; the sending domain is a lookalike. No malware attachment.

This is whaling built from impersonation plus scarcity. It is not a zero-day against the mail server. It is not ordinary SPAM. Running a scanner on the CFO laptop will report clean and the organization can still lose the wire.

Operational controls:

  1. Awareness and training for finance and executives: no wire or gift-card request from email alone. Callback to a number already on file, not the number in the message.
  2. Dual-control and out-of-band verification in the payment procedure. When the stem is social engineering, that procedure is the awareness/training countermeasure the outline wants, not a new antivirus product.
  3. Technical assists: external-mail banners, lookalike-domain detection, DLP or hold on first-time vendor payments. Those assists do not replace the callback.
  4. If the CFO already submitted credentials to a lookalike site, isolate the identity (reset password, revoke sessions, inspect mailbox rules) as well as coach the human. Social engineering and account takeover often arrive together.

Exam traps. Calling every bulk nuisance message whaling. Calling a CEO-targeted wire a DDoS. Skipping isolation of a compromised mailbox after a phish because "it was only social engineering." Claiming behavior analytics makes awareness training obsolete.

Behavior analytics: machine learning, AI, and data analytics

The outline explicitly lists behavior analytics with machine learning (ML), artificial intelligence (AI), and data analytics. This is how you catch APT operators, insiders, and fileless activity that signatures miss.

User and entity behavior analytics (UEBA) builds a baseline: this claims analyst maps two shares at 09:00 from the office virtual LAN; this service account never talks to the internet; this domain admin does not use PowerShell at 02:00 from a virtual private network in another country. Data analytics correlating identity logs, EDR process trees, DLP events, and traffic volumes turns those streams into an event of interest. ML and AI in modern security information and event management (SIEM) and EDR products score anomalies — impossible travel, mass download, new process lineage.

What behavior analytics is not:

  • Proof of guilt. A 02:00 mass download from finance shares is an investigation, not an automatic termination.
  • A replacement for patching, hardening, isolation, DLP, or training. Models miss novel slow APTs and generate noise if the baseline is wrong (a newly hired contractor who should touch those shares).
  • Magic attribution. "The model named a nation-state" is not an SSCP answer. You isolate, hunt, and document facts.

Scenario continued. UEBA flags the CFO account authenticating from a new country twelve minutes after the whaling mail, then creating a mailbox forwarding rule. No malware hash exists. Behavior analytics plus isolation of that identity is the 7.1 response. Reimaging the laptop without revoking the cloud session leaves the attacker in the mailbox.

When the CAT stem gives you months of dwell time, answer APT and a mix of isolation, DLP, hardening, and patching. When it gives you a CEO-to-CFO urgent wire, answer whaling and awareness plus out-of-band verification. When it gives you a flood of traffic, separate DDoS from the botnet that may be causing it. When it gives you a baseline deviation without a signature, answer behavior analytics — then still investigate before you declare an insider.

Test Your Knowledge

Finance receives an email that appears to come from the chief executive officer, marked urgent, instructing the chief financial officer to wire funds to a new vendor before the banks close and warning not to call because of a board meeting. What social-engineering method is this, and what should the SSCP implement?

A
B
C
D
Test Your Knowledge

A threat actor has had a foothold visible in identity-provider logs for nine months, uses legitimate administrator tools, and slowly stages customer records to a cloud bucket. Which malicious-activity type and countermeasure pairing is most accurate?

A
B
C
D
Test Your Knowledge

The SSCP outline lists behavior analytics with machine learning, artificial intelligence, and data analytics. A user who normally maps two file shares at 09:00 from the office suddenly downloads tens of gigabytes from finance shares at 02:00 via a new virtual private network country. How should the SSCP use behavior analytics?

A
B
C
D