"매 attack 의 weakest link 의 human 의 exploit. Tech-stack 의 hardening 보다 매 human-layer 의 manipulation 가 cheaper.". 매 phishing, vishing, pretexting, baiting 의 family — 매 2026 LLM-generated voice clones / deepfake video 가 매 attack vector 의 industrialize 했음. 매 SOC2 / ISO27001 의 awareness training 의 mandate.
매 핵심
매 attack vectors
Phishing (email) — bulk credential harvest.
Spear-phishing — targeted, OSINT-backed.
Vishing (voice) — 매 LLM voice clone 의 era.
Smishing (SMS) — package delivery, bank scam.
Pretexting — impersonation (CEO fraud, IT helpdesk).
Baiting — USB drop, malicious download.
Tailgating — physical access.
매 psychological levers (Cialdini)
Authority (CEO impersonation).
Urgency ("account locked, act now").
Scarcity ("last chance").
Reciprocity ("free gift").
Social proof ("colleagues already responded").
Liking (rapport building).
매 응용 (defense)
MFA (phishing-resistant — FIDO2/passkey).
SPF/DKIM/DMARC for email auth.
Awareness training + simulated phishing.
Approval workflow for wire transfers (out-of-band verify).
defis_suspicious(msg):spf=msg.get('Authentication-Results','')if'spf=fail'inspfor'dkim=fail'inspf:returnTrueifmsg['From']!=msg['Reply-To']:returnTrue# display name spoofreturnFalse