Skip to main content
Have a personal or library account? Click to login
Cognitive-Adaptive Multilayer AI Firewall Architecture (C-AMLAFA) for Encrypted Traffic Analysis in Enterprise Networks Cover

Cognitive-Adaptive Multilayer AI Firewall Architecture (C-AMLAFA) for Encrypted Traffic Analysis in Enterprise Networks

Open Access
|May 2026

Figures & Tables

Figure 1:

C-AMLAFA. C-AMLAFA, cognitive-adaptive multi-layer AI firewall architecture; IF, isolation forest; RF, random forest; SVM, support vector machine.

Figure 2:

Comprehensive performance evaluation metrics. CNN, convolutional neural network; LSTM, long short term memory.

Figure 3:

C-AMLAFA-advanced performance and security analysis.

Figure 4:

C-AMLAFA-Comprehensive performance and deployment analysis.

Overall detection performance comparison across 15 enterprise environments

MethodAccuracy (%)Precision (%)Recall (%)F1-Score (%)AUC-ROCFPR (%)
C-AMLAFA (proposed)94.7 ± 1.292.3 ± 1.491.8 ± 1.692.0 ± 1.30.9612.4
BiLSTM85.683.284.783.90.8924.8
LSTM84.381.883.482.60.8815.2
CNN82.780.481.981.10.8725.7
XGBoost80.178.679.278.90.8586.3
Random forest78.476.877.377.00.8417.1
SVM76.274.975.475.10.8297.8
MLP74.872.374.173.20.8178.4
IF71.268.972.670.70.7989.2

Simulation setup for C-AMLAFA

ParameterDescription/configuration
Simulation environmentPython 3.10, TensorFlow 2.13, PyTorch 2.1, Scikit-Learn 1.3, MATLAB R2025a; Digital Twin emulation for network traffic and SOC operations
Hardware specificationsCPU: Intel Xeon Gold 6248R (48 cores), GPU: NVIDIA A100, RAM: 256 GB; Storage: 10 TB SSD; Multi-node virtualized environment for federated experiments
Network configurationEnterprise-scale virtual network with multiple subnets; Simulated encrypted traffic (TLS 1.2 & 1.3) at 1–10 Gbps; QoS: Low-latency & burst scenarios; 15 virtual network nodes
Dataset2,346,892 encrypted flows over 6 months from 15 organizations (financial, healthcare, tech, manufacturing, education); Public datasets: CICIDS2017, UNSW-NB15,CSE-CIC-IDS2018 (re-encrypted TLS 1.3)
Data preprocessingFeature extraction from Layer 1: 42 behavioral features; Normalization (Z-score), categorical encoding, train-test split 70-30, class balancing using SMOTE
Federated learning setup15 network nodes, local training with privacy-preserving aggregation; Global model updated via FedAvg; Differential privacy with ɛ = 0.1
C-AMLAFA AI/ML modelsLayer 3: RF, XGBoost, BiLSTM, CNN, SVM; Dynamic context-aware weighting for ensemble selection; Online adaptation via UCB algorithm
Attack scenariosEncrypted malware, lateral movement, data exfiltration, command-and-control, zero-day anomalies; behavioral mimicry attacks simulated for evasion tests
Evaluation metricsDetection Accuracy, Precision, Recall, F1-Score, False Positive Rate, Detection Latency, Throughput (Mbps), Resource Utilization (CPU/RAM)
Privacy & security enforcementLayer 2 quantum-resilient feature transformation; Federated aggregation ensures no raw traffic sharing; Formal information-theoretic privacy guarantees
Simulation duration24–72 hr per experimental run with dynamic traffic conditions, attack injection, and federated learning rounds
Software tools for monitoringMATLAB Simulink, TensorBoard, Grafana dashboards, pfSense GUI for traffic capture and visualization
IDS/IPS integrationSuricata 7.0.1 with custom ET Open ruleset for signature-based baseline comparison; Snort 3.× for hybrid detection testing

Computational performance metrics

MetricAMLAFABiLSTMRFBaseline Avg
Mean latency285 ms450 ms200 ms305 ms
95th percentile420 ms680 ms310 ms465 ms
99th percentile580 ms920 ms450 ms670 ms
Throughput3,500 conn/s2,200 conn/s5,000 conn/s3,300 conn/s
CPU overhead20%35%12%22%
Memory (10 K conn)210 MB180 MB120 MB150 MB

F1-Scores by attack category

Attack categoryC-AMLAFA (%)BiLSTM (%)RF (%)SVM (%)
Data exfiltration96.288.479.175.3
Lateral movement93.884.278.676.8
C&C communication95.186.777.974.2
Encrypted malware92.483.576.373.9
Cryptomining94.785.180.477.5
Ransomware comms96.887.979.876.1
DNS tunneling91.382.875.772.4

C-AMLAFA components and functions

Component/layerPurpose in C-AMLAFADesign characteristicsOperational outcome
Layer 1: Cognitive behavioral analysisExtract behavior-driven traffic patterns from encrypted flowsFlow statistics, packet timing patterns, session behavior profilingEarly discrimination between benign and suspicious traffic
Layer 2: Quantum-resilient feature transformationProtect extracted behavioral features against future cryptanalytic attacksLattice-inspired feature transformation with privacy preservationLong-term security against quantum-enabled adversaries
Layer 3: Adaptive intelligence layerDynamically select optimal detection model based on contextContext-aware model weighting using recent performance feedbackImproved detection accuracy under evolving attack patterns
Federated learning engineEnable collaborative learning without raw data sharingDecentralized training with secure aggregationPrivacy-preserving global intelligence sharing
Cognitive feedback loopEnable cross-layer learning and self-optimizationPerformance-driven feedback from detection outcomesContinuous system adaptation and reduced false positives
Digital twin environmentSimulate real-time network behavior and policy validationVirtual replica of enterprise network statesSafe validation of policies before live deployment
Threat intelligence context moduleIncorporate external and internal threat signalsIndicators of compromise, attack trends, vulnerability alertsContext-enhanced decision making
Privacy preservation mechanismPrevent sensitive data leakage during analysisLocal feature processing and noise-aware aggregationCompliance with enterprise privacy requirements
Policy enforcement moduleAutomate firewall rule validation and deploymentPredictive risk scoring and policy recommendationFaster and safer security policy updates
Scalability designSupport high-throughput enterprise trafficModular architecture with distributed processing supportStable performance at multi-gigabit traffic rates

Research gaps and C-AMLAFA solutions

Research gapPrior work limitationC-AMLAFA solution
Quantum threat integrationNo framework incorporates quantum-resistant mechanisms based on rigorous cryptographic foundationsLattice-based feature extraction with formal security proofs (Ring-LWE hardness, 256-bit quantum security)
Theoretical foundationSystems presented as engineering solutions without formal security analysis or complexity boundsInformation-theoretic security analysis (I(C;F) ≤ ɛ), formal complexity analysis (O(n) behavioral extraction, O(n log n) lattice operations)
Multi-domain evaluationMost studies evaluate on single network type (enterprise OR IoT OR cloud)15 diverse enterprise environments spanning five sectors with 2.3 M connections over 6 months
Adversarial robustnessFew works test against sophisticated adversarial traffic or behavioral mimicry2,000 mimicry attacks per category (timing, size, protocol) with 89.2% detection maintained
Practical deploymentProof-of-concept implementations without addressing scalability and operational challengesDetailed deployment framework with three modes (inline, passive, hybrid), computational cost analysis, SOC integration guidelines
Architectural integrationSimple ensemble methods combining classifiers without theoretical justificationThree layers with specific theoretical roles: Layer 1 (behavioral distinguishability), Layer 2 (quantum resistance), Layer 3 (adaptive optimization)
Language: English
Submitted on: Aug 14, 2025
Published on: May 28, 2026
In partnership with: Paradigm Publishing Services
Publication frequency: 1 issue per year

© 2026 P. Senthil Kumar, Chin-Shiuh Shieh, Mong-Fong Horng, published by Macquarie University, Australia
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.

Volume 19 (2026): Issue 1 (January 2026)