Please enable JavaScript.
Coggle requires JavaScript to display documents.
WEB SECURITY - Coggle Diagram
WEB SECURITY
Attack
Forgeries
FAKE EMAIL
FAKE WEB SITE
FAKE CODE
Threat
Integrity Failure
WEB SITE DEFACEMENT
Replaces or modifies the content of a legitimate web site
Defeats the integrity of the web page
SUBSTITUTE CONTENT ON A REAL WEBSITE
FAKE EMAIL MESSAGE
Spam
Phishing
FAKE (INACCURATE) EMAIL HEADER DATA
WEB BUG
CLICKJACKING
CROSS SITE SCRIPTING
REFLECTED XSS
PERSISTENT / STORED XSS
DOM-BASED XSS
SQL INJECTION
Vulnerability
Protocol Weaknesses
Code Flaws
Humans
FRAMING
OPTIMISM BIAS
NAÏVETÉ
Countermeasure
Digital Signature
PUBLIC KEY INFRASTRUCTURE
Registration Authority (RA)
Certificate Authority (CA)
Validation Authority (VA)
Secure Protocols
Access Control
CONCEPT
Limited Privilege
IMPLEMENTATION
Procedure-Oriented Access Control
Role-Based Access Control
User Education