Lesson 13 - Group 4: Application Attack Indicators

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:35 PM on 7/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards
Application attack
An attack targeting vulnerabilities in application code, architecture, or design.
2
New cards
Privilege escalation
Exploiting a vulnerable process or access-control weakness to gain additional privileges.
3
New cards
Vertical privilege escalation
Gaining a higher privilege level than the user currently possesses.
4
New cards
Horizontal privilege escalation
Accessing another user’s resources while remaining at a similar privilege level.
5
New cards
Remote code execution
Running attacker-controlled code on a target system after transferring or delivering the code from another system.
6
New cards
Buffer overflow
Supplying more data than an allocated memory area can hold, potentially allowing arbitrary code execution.
7
New cards
Replay attack
Resubmitting captured authorization tokens or session cookies to obtain an authenticated session.
8
New cards
Cookie hijacking
Stealing or predicting a session cookie and using it to take over an authenticated session.
9
New cards
CSRF or XSRF
Cross-Site Request Forgery; causes an authenticated user’s browser to submit an unintended request to a trusted site.
10
New cards
SSRF
Server-Side Request Forgery; causes a server to make attacker-controlled API calls or HTTP requests.
11
New cards
What weaknesses enable SSRF?
Weak authentication between internal services, weak access control, poor input validation, and request-parsing flaws.
12
New cards
SQL injection
Injecting database query syntax into application input to alter a SQL query.
13
New cards
Persistent XSS
Malicious script content stored by an application and later executed in users’ browsers.
14
New cards
XML injection
Manipulating XML input or document structure.
15
New cards
XXE
XML External Entity attack that uses external entities to access or exfiltrate files and data.
16
New cards
LDAP injection
Injecting LDAP query syntax to manipulate directory searches or updates.
17
New cards
Directory traversal
Using path manipulation to access files outside the intended web root directory.
18
New cards
What techniques may hide directory-traversal input?
Canonicalization tricks and percent encoding.
19
New cards
Command injection
Causing a server to execute operating-system shell commands.
20
New cards
What HTTP methods are listed for URL analysis?
GET, POST, and PUT.
21
New cards
What should analysts examine during URL analysis?
The domain, path, query parameters, HTTP method, and percent-encoded content.
22
New cards
What web-server log sources are listed?
Error logs, traffic logs, HTTP status codes, and HTTP header