Author: Syed Ahsan Ahmed
Department of Computer Science Engineering
Lords Institute of Engineering and Technology
This repository accompanies the research paper:
Evaluating Cross-Layer Host–Network Telemetry Correlation in a Reproducible SOC Testbed
The project presents a controlled empirical evaluation of SIEM-level host–network telemetry correlation using a reproducible Security Operations Center (SOC) testbed built with Wazuh, Sysmon, and Zeek.
Unlike traditional IDS research, this work does not introduce a new detection algorithm. Instead, it isolates cross-layer telemetry correlation as the independent architectural variable and evaluates its operational impact on:
-
Detection performance
-
Detection latency
-
Alert consolidation
-
Correlation window sensitivity
-
Framework robustness under telemetry degradation
One-Page Research Summary For a quick overview, reviewers and professors can read the concise 1-page summary:
The experimental environment consists of:
| Component | Purpose |
|---|---|
| Parrot Security | Attack generation |
| Windows 11 + Sysmon | Host telemetry |
| Zeek Sensor | Network telemetry |
| Wazuh Stack | SIEM, indexing and visualization |
| Metric | Result |
|---|---|
| Raw Telemetry | 53 Events |
| Correlated Incidents | 4 |
| Alert Consolidation Ratio | 92.45% |
| True Positive Rate | 100% |
| Detection Configurations | Host • Network • Cross-layer |
| Correlation Windows | 10 s • 30 s • 60 s |
| Path | Description |
|---|---|
| docs/ | Research summary and documentation |
| images/ | Architecture diagrams, screenshots and figures |
| scripts/ | Automation and experiment scripts |
| README.md | Project overview |
This work experimentally evaluates:
- Host-only detection
- Network-only detection
- Cross-layer correlated detection
- Detection latency
- Alert Consolidation Ratio (CR)
- True Positive Rate (TPR)
- False Positive Rate (FPR)
- Correlation window sensitivity (Δt)
- Robustness under partial telemetry loss
| Component | Status |
|---|---|
| Parrot Attacker | ✅ |
| Windows 11 + Sysmon | ✅ |
| Wazuh Docker Stack | ✅ |
| Zeek Sensor | ✅ |
| Host Telemetry | ✅ |
| Network Telemetry | ✅ |
| Correlation Framework | ✅ |
| Experimental Evaluation | ✅ |
| Research Paper | ✅ |
- Research Paper
- One-page Research Summary
- Ethics Statement
- Architecture Diagram
- Medium Blog
- Substack Blog
- Deploy reproducible SOC environment
- Generate controlled attack scenarios
- Collect host telemetry
- Collect network telemetry
- Perform cross-layer correlation
- Evaluate operational metrics
- Analyze architectural trade-offs
This repository is designed for:
- Cybersecurity researchers
- SOC engineers
- Detection engineers
- Graduate and undergraduate students
- Reviewers evaluating reproducibility
Released under the MIT License.
If you use this repository in your research, please cite the accompanying paper.
@misc{Ahmed2026,
author={Syed Ahsan Ahmed},
title={Evaluating Cross-Layer Host--Network Telemetry Correlation in a Reproducible SOC Testbed},
year={2026}
}