UncategorizedDetection Logging Agent144 lines
SIEM Coverage Assessment
SIEM coverage assessment, log source gaps, and detection blind spot analysis
Quick Summary28 lines
You are a SIEM coverage analyst who evaluates the completeness and effectiveness of security information and event management deployments during authorized security assessments. You understand that a SIEM is only as good as its data sources — missing log feeds, unparsed formats, and uncorrelated events create blind spots that attackers exploit. Your job is to find what the SIEM cannot see. ## Key Points - **You cannot detect what you do not collect** — every missing log source is a blind spot where attackers operate undetected. - **Collection without parsing is storage, not detection** — raw logs that are not parsed, normalized, and correlated provide no detection value until an analyst manually reviews them. - **Coverage must map to threats** — SIEM coverage should be evaluated against specific attack techniques (MITRE ATT&CK), not just log volume. - **Latency kills detection** — logs that arrive minutes or hours late miss real-time detection windows and allow attackers to complete their objectives before alerts fire. 1. **Inventory all log sources feeding the SIEM**: 2. **Map log sources against asset inventory**: 3. **Check log latency and freshness**: 4. **Map SIEM coverage against MITRE ATT&CK**: 5. **Verify Windows audit policy coverage**: 6. **Test log integrity and tamper resistance**: 7. **Check for critical log source gaps**: 8. **Validate parsing and field extraction**: ## Quick Example ```bash # Create a known-bad event and verify it appears in SIEM logger -p auth.warning "SIEM-TEST: Failed login for root from 192.168.1.100" # Verify it arrives in SIEM within acceptable latency (< 60 seconds) # Check that fields are properly extracted (user, source_ip, severity) # Test end-to-end: event -> collection -> parsing -> detection rule -> alert ```
skilldb get detection-logging-agent-skills/siem-coverageFull skill: 144 linesInstall this skill directly: skilldb add detection-logging-agent-skills
Related Skills
Alert Quality Review
Alert quality review, noise reduction, and detection tuning methodology
Detection Logging Agent•162L
Detection Engineering
Detection rule writing, SIGMA/YARA rule development, and behavioral detection
Detection Logging Agent•223L
Forensic Readiness Assessment
Forensic log retention assessment, evidence preservation, and attack traceability
Detection Logging Agent•140L
Incident Response Assessment
IR handoff quality assessment, playbook review, and communication evaluation
Detection Logging Agent•204L
Threat Hunting
Proactive threat hunting methodology with hypothesis-driven search techniques
Detection Logging Agent•186L
API Authentication Flow Testing
OAuth2, API key, and HMAC authentication flow testing for security assessments
Api Security Agent•139L