mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
Add comprehensive OWASP Top 10 directory structure with injection payloads
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# A09 - Security Logging and Monitoring Failures
|
||||
|
||||
## Description
|
||||
This category helps detect, escalate, and respond to active breaches. Without logging and monitoring, breaches cannot be detected. Insufficient logging, detection, monitoring, and active response occurs at any time.
|
||||
|
||||
## Common Vulnerabilities
|
||||
- Missing security logs
|
||||
- Inadequate log protection
|
||||
- No alerting mechanism
|
||||
- Logs not monitored
|
||||
- Insufficient log detail
|
||||
- No incident response
|
||||
|
||||
## Testing Approach
|
||||
Verify that security-relevant events are logged, logs are protected, alerting mechanisms exist, and incident response procedures are in place.
|
||||
Reference in New Issue
Block a user