Edward Danso Ansong

2papers

2 Papers

4.9CRMay 19
Detecting Data Exfiltration through I2P Anonymity Networks: A Two-Phase Machine Learning Approach

Siddique Abubakr Muntaka, Muntaka Mohammed, Mansuru Mikail Azindo et al.

The Invisible Internet Project (I2P) provides strong anonymity through garlic routing and distributed network architecture, making it attractive for legitimate privacy needs. Nevertheless, the same properties can be exploited by malicious actors to steal sensitive information from corporate networks without detection. Current network security measures often fail to detect I2P traffic, and existing literature has focused primarily on protocol-level traffic identification without addressing behavioral threat assessment. This paper proposes a two-stage machine-learning model for I2P traffic analysis using the SafeSurf Darknet 2025 dataset comprising 184,548 network flows. Phase 1 achieved 99.96% accuracy in distinguishing I2P traffic from normal network traffic using a Random Forest classifier, with only 2 false positives among 32,318 normal flows. Phase 2 performed behavioral analysis on traffic identified as I2P, classifying it as either exfiltration or legitimate activity, achieving 91.11% accuracy using XGBoost. The system demonstrates that tree-based ensemble methods substantially outperform deep neural networks and support vector machines for this task. Feature importance analysis indicates that the most discriminative features are packet timing and flow duration. These findings establish that accurate I2P traffic detection and threat prioritization are achievable in operational network environments, enabling security teams to focus resources on high-risk events rather than monitoring all encrypted traffic.

7.5DCMay 18
iHAC: A Hybrid Cluster Architecture for Enhanced Performance and Resilience

Siddique Abubakr Muntaka, Edward Danso Ansong, Benjamin Yankson et al.

Uninterrupted system availability is a critical requirement for enterprise operations, yet traditional high-availability clusters suffer from limitations such as single points of failure and inefficient resource allocation. This paper introduces and evaluates the Integrated High Availability Cluster (iHAC), a hybrid architecture designed to enhance system resilience and performance. The iHAC integrates the strengths of active-active and active-passive configurations to optimize workload distribution and failover capabilities. We conducted a comparative analysis, simulating iHAC against conventional (legacy) clusters using Riverbed Modeler (OPNET). The results reveal significant performance improvements: iHAC reduced the average HTTP page response time by over 40%, from five seconds in a traditional active-active setup to under three seconds. This was achieved alongside reduced network latency and increased overall throughput. This study validates the iHAC architecture as a superior design for building robust, high-performance systems, offering a practical path to greater operational continuity and resilience.