Instiq
Chapter 1 · Essential Security Principles·v1.0.0·Updated 7/17/2026·~15 min

What's changed: Initial version

1.2Common threats and vulnerabilities

Key points

Covers the kinds of malware including ransom-demanding ransomware, service-halting DoS and the zombie army of a botnet, the human-deceiving social engineering family (phishing/spear phishing/vishing/smishing/tailgating), the traffic-intercepting man-in-the-middle attack, and IoT weaknesses, insider threats, and the advanced persistent APT, as the foundation for telling "what attack this email or symptom is."

The first skill demanded on the support and security floor is to quickly tell what kind of attack the event in front of you is. "I opened a suspicious email," "my files were encrypted and a ransom was demanded," "someone on the phone impersonated my manager and drew out information"—each has a different technique and response. This section organizes malware and its variety ransomware, the service-halting DoS and botnet, the psychology-exploiting techniques of social engineering, the traffic-interception of a man-in-the-middle attack, and IoT weaknesses, insider threats, and APT—learned not by rote but through the lens of identifying an attack from its symptoms.

1.2.1Malware, ransomware, DoS, and botnets

  • Malware is the umbrella term for software that behaves maliciously, including a virus (parasitizes legitimate files and spreads), a worm (self-replicates and spreads on its own), a Trojan horse (disguised as legitimate to get in), and spyware (steals information).
  • Ransomware is malware that seizes access—typically by encrypting files—and demands a ransom for recovery. It threatens both availability and confidentiality. Paying does not guarantee recovery, so regular backups and isolation are the best preparation.
  • DoS (Denial of Service) makes a service unusable with a flood of traffic or malformed requests. When launched from many devices at once it is a DDoS. The pool of hijacked devices used as launchpads is a botnet, controlled remotely by the attacker (a bot master). DoS targets the availability property of CIA.

1.2.2Social engineering techniques

  • Social engineering exploits human psychology (helpfulness, deference to authority, urgency) rather than technology to draw out information or actions. Its name changes by medium: phishing uses email broadly to lure victims to fake sites, while spear phishing is a targeted deception aimed at a specific individual or organization.
  • Vishing is phishing over voice/telephone (posing as a support desk or a manager). Smishing is phishing over SMS (text message). Tailgating is following a legitimate person through a door to enter a facility physically without authorization—a physical form of social engineering rather than a cyber one.
  • The recognition pattern: is the medium email, phone, SMS, or physical, and is it a broad audience or a specific target. Impersonating a sender, rushing with urgency, and requesting information or action via a link, attachment, or spoken word—spotting these shared signs lets you identify the same "deceive-the-human attack" even as the medium changes.
Exam point

Most-tested: ransomware = encrypt and demand ransom (paying does not guarantee recovery); DoS = seize availability, and DDoS comes from a botnet; phishing = email, spear = specific target, vishing = phone, smishing = SMS, tailgating = physical piggybacking; MITM = intercepting traffic; APT = advanced, persistent, targeted. Tell the technique from the medium and the target.

One morning an accountant tells you: "Someone claiming to be a supplier called and pressed me—'the payment account has changed, please urgently switch to this account.' They knew our internal affairs oddly well and even named my manager." Brushing this off as "a phone call, so not malware, and no harm yet, so wait and see" is a dangerous judgment. This is social engineering that exploits human psychology rather than technology, and because it uses the phone (voice) it is vishing; moreover, by targeting a specific person—the accountant—and researching internal affairs, it also carries the targeted character of spear phishing. The shared signs are impersonating a sender, pressure through urgency, and a request—"change the payment account"—that directly moves money or information. The correct response is not to change the account on a phone instruction alone, and to call back a pre-registered legitimate contact to verify (not the number the caller gave). Had the same content arrived by email it would be phishing (generic if untargeted, spear phishing if aimed), and by SMS it would be smishing; the name changes with the medium, but the judgment pattern—see through it by the shared signs of "impersonation + urgency + request for information/action"—is the same. And if a stranger tries to follow an employee through the door without badging, that must be stopped with the same vigilance as physical tailgating. At the introductory stage, more than deep analysis, building this habit—naming the technique from medium and target, and pausing on the shared signs—is the shortest path to preventing harm.

TechniqueMedium/traitKey to recognize
PhishingEmail broadly, luring to fake sitesImpersonation email to a broad audience
Spear phishingAimed at a specific individual/organizationTargeted deception researched from internal facts
VishingVoice/telephonePosing as support or a manager by phone
SmishingSMS (text message)Luring to a link or number by SMS
TailgatingPhysical (piggybacking through a door)Following a legitimate person in without authorization
Warning

Trap: "If infected by ransomware, paying the ransom always restores files as before" is wrong—ransomware offers no guarantee of recovery even if paid and may only embolden criminals; regular backups and isolation are the real answer. Also wrong: "fraud by phone or SMS is separate from phishing"—phone is vishing and SMS is smishing, both varieties of social engineering that merely differ in medium.

Malware/DoS and identifying social engineering by medium.
Telling which attack from the symptom

1.2.3Section summary

  • The malware variety ransomware encrypts and demands ransom (paying does not guarantee recovery); DoS/DDoS seizes availability, and the launchpad pool is a botnet
  • Social engineering is named by medium: email = phishing / specific target = spear / phone = vishing / SMS = smishing / physical = tailgating
  • A man-in-the-middle attack intercepts traffic, IoT devices are targeted for weak defaults, an insider threat comes from within, and an APT is advanced, persistent, and targeted

Sign in to track progress — Log in.

Quick check

(just a quick review)

Q1. An accountant reports that "someone claiming to be a supplier called, even naming my manager, and urgently pressed me to change the invoice payment account to this one." Which identification and first response is most appropriate?

Q2. Files on an internal PC are suddenly all encrypted and a screen demands "pay in the specified cryptocurrency to decrypt." Which identification and stance is most appropriate?

Q3. Which term refers to "a targeted attack by a well-resourced actor that uses advanced techniques to stealthily persist in a specific organization for a long time and continuously steal information"?

Check your understandingPractice questions for Chapter 1: Essential Security Principles