2026-04-06 19:28:17,058 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 19:28:17,058 - INFO - Press CTRL+C to quit 2026-04-06 19:28:17,179 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:17,395 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:18,499 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:18,703 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:19,615 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:20,751 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:22,351 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:22,465 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:23,005 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:23,415 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:24,643 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:24,848 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:25,605 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:26,118 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:26,520 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:26,691 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:26,810 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:28,740 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:30,789 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:30,993 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:31,115 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:31,611 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:32,498 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:32,565 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:33,040 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:33,136 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:34,240 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:34,883 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:35,705 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:35,910 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:36,642 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:36,644 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:36,726 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:36,727 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:36,766 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:36,932 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:37,110 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:37,332 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:37,563 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:37,834 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:38,107 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:38,773 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:38,951 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:38,982 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:38,985 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:39,029 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:39,799 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:41,028 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:43,077 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:43,107 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:43,281 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:43,605 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:44,118 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,123 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,640 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,642 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,663 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,665 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,667 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,668 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,668 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,669 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,669 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,670 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,671 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,671 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,672 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,672 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,673 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,674 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,674 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,674 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,676 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,676 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,735 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,739 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,740 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,741 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,741 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,742 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,742 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,762 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,764 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,764 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,765 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,765 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,766 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:45,855 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,056 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,064 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,119 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,121 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,122 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,122 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,122 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,124 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,124 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,124 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,125 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,125 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,125 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,126 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,126 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,126 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,128 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,128 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,129 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,129 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,130 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,130 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,130 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,130 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,131 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,131 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,131 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,133 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,133 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,134 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,137 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,139 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,139 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,140 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,140 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,140 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,141 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,141 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,141 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,141 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,143 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,143 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,144 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,156 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,158 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,158 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,158 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,160 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,160 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,161 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,162 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,162 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,162 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,163 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,163 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,253 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,254 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,254 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,255 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,255 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,256 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,257 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,258 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,258 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,258 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,259 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,445 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,446 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,449 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,452 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,456 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,457 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,458 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,458 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,459 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,459 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,460 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,460 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,460 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,461 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,461 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,540 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,551 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,553 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,554 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,555 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,556 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,557 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,558 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,558 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,560 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,604 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,605 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,605 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,606 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,606 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,607 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:46,608 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:47,171 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:47,342 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,438 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,444 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,449 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,449 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,452 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,452 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,452 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,452 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,453 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,453 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,453 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,454 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,454 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,454 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,455 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,455 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,479 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,481 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,481 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,482 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,482 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,483 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,484 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,485 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,485 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,506 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,506 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,507 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,514 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,516 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,516 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,518 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,520 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,522 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,522 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,524 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,565 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,660 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,662 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,664 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,710 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,746 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:48,810 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:49,016 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:49,116 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:49,220 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:49,619 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,445 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,446 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,447 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,452 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,455 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,455 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,455 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,456 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,456 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,457 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,457 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,458 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,458 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,458 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,459 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,459 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,529 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,531 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,531 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,533 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,533 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,534 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,582 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,585 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,589 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,591 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,593 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,593 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,594 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,594 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,594 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,595 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,595 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,737 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,785 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:50,786 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:51,080 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:51,197 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:51,282 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:51,423 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,501 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,521 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,525 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,528 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,530 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,531 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,531 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,531 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,532 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,533 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,533 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,533 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,533 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,534 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,535 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,535 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,537 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,538 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,538 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,539 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,539 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,539 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,541 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,541 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,570 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,575 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,576 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,578 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,582 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,583 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,585 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,586 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,588 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,589 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,589 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,589 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,589 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,750 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,769 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,774 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,775 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,776 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,778 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,779 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,814 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,818 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,819 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:53,973 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:54,026 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:54,752 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,003 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,061 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,089 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,108 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,135 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,192 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,199 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,212 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,220 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,227 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,242 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,245 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,250 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,253 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,254 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,254 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,255 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,265 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,272 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,274 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,279 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,299 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,309 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,328 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,336 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,359 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,375 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,379 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,397 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,425 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,429 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,431 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,456 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,462 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,475 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,488 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,498 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,511 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,534 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,541 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,546 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,557 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,567 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,579 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,584 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,590 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,591 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,591 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,592 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,592 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,592 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,593 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,593 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,594 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,594 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,594 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,595 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,595 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,595 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,596 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,596 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,596 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,597 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,597 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,598 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,598 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,598 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,599 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,599 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,599 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,605 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,608 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,611 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,618 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,624 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,633 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,643 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,647 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,661 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,683 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,694 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,701 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,717 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,728 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,732 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,738 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,746 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,757 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,762 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,767 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,779 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,793 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,803 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,819 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,821 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,821 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,823 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,824 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,825 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,825 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,826 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,827 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,827 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,828 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,828 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,829 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,830 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,830 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,831 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,831 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,832 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,833 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,841 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,841 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,842 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,843 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,843 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,844 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,845 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,845 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,845 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,874 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,910 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,917 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,923 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,973 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:55,984 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,049 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,062 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,079 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,109 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,122 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,144 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,155 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,176 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,180 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,190 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,212 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,244 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,257 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,287 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,296 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,314 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,346 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,358 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,362 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,372 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,375 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,376 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,377 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,379 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,393 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,414 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,420 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,427 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,430 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,439 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,446 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,451 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,456 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,465 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,471 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,481 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,486 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,552 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,566 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,570 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,572 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,578 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,584 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,587 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,598 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,607 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,612 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,619 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,628 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,635 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,642 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,645 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,687 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,698 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,709 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,720 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,724 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,731 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,739 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,742 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,761 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,771 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,777 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,784 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,787 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,797 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,806 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,820 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,823 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,837 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,840 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,843 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,849 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,858 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,860 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,861 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,861 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,864 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,865 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,866 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,866 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,866 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,871 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,872 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,873 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,873 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,874 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,874 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,874 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,875 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,875 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,875 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,875 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,876 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,876 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,876 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,876 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,877 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,877 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,877 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,879 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,880 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,881 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,881 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,881 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,882 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,883 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,887 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,890 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,893 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,898 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,903 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,907 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,911 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,923 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,926 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,932 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,939 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,947 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,956 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,961 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,971 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,976 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,979 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,982 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,989 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:56,998 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,007 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,015 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,022 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,033 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,042 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,043 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,044 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,045 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,045 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,046 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,046 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,047 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,047 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,047 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,047 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,048 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,048 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,049 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,049 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,050 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,053 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,055 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,065 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,077 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,084 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,091 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,095 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,097 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,102 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,111 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,114 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,124 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,127 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,129 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,142 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,147 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,152 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,163 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,171 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,172 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,173 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,173 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,174 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,175 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,176 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,176 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,176 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,177 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,177 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,177 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,178 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,178 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,179 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,179 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,179 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,180 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,180 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,180 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,181 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,181 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,182 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,182 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,182 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,186 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,187 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,188 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,192 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,194 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,194 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,196 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,196 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,197 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,197 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,197 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,198 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,198 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,198 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,199 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,199 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,201 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,202 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,203 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,203 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,203 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,204 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,204 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,205 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,206 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,218 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,232 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,235 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,254 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,260 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,267 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,283 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,302 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,311 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,316 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,319 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,320 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,320 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,321 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,321 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,321 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,322 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,322 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,322 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,323 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,323 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,329 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,336 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,340 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,346 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,353 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,356 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,363 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,365 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,369 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,371 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,374 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,375 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,375 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,376 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,376 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,376 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,377 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,377 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,377 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,377 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,378 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,378 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,378 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,378 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,379 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,379 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,379 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,379 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,380 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,380 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,380 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,380 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,381 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,381 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,381 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,381 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,382 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,382 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,383 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,384 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,385 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,385 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,386 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,386 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,386 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,387 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,387 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,387 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,387 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,388 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,388 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,388 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,388 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,389 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,389 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,390 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,390 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,391 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,391 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,391 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,392 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,392 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,393 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,393 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,393 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,394 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,394 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,394 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,400 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,403 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,406 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,407 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,407 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,408 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,408 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,409 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,410 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,414 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,415 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,416 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,416 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,419 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,420 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,421 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,422 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,422 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,422 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,423 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,423 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,423 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,423 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,424 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,424 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,424 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,424 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,424 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,425 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,425 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,425 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,425 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,427 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,427 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,427 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,427 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,428 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,428 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,428 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,428 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,429 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,429 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,429 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,430 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,430 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,430 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,431 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,431 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,431 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,431 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,433 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,433 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,434 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,434 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,435 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,435 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,435 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,436 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,436 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,437 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,437 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,437 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,437 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,439 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,439 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,439 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,439 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,440 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,440 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,440 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,440 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,441 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,441 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,441 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,441 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,442 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,442 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,442 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,443 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,443 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,443 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,443 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,444 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,444 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,444 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,444 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,446 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,446 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,446 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,446 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,447 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,447 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,447 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,449 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,452 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,453 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,453 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,454 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,454 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,455 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,455 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,455 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,455 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,456 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,456 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,456 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,457 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,457 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,457 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,457 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,457 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,459 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,459 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,459 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,459 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,460 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,460 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,460 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,460 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,460 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,461 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,461 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,461 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,461 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,461 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,463 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,463 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,463 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,463 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,464 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,464 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,464 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,465 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,465 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,465 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,465 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,467 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,468 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,468 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,468 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,469 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,469 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,470 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,470 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,470 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,470 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,472 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,472 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,472 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,473 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,473 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,473 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,473 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,473 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,474 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,474 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,474 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,474 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,475 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,475 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,475 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,476 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,476 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,476 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,477 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,477 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,477 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,477 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,477 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,479 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,479 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,479 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,479 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,480 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,480 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,480 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,480 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,481 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,481 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,481 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,481 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,482 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,482 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,484 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,484 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,485 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,485 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,485 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,485 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,486 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,486 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,487 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,487 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,487 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,488 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,488 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,488 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,489 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,489 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,490 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,490 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,490 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,491 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,491 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,491 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,492 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,492 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,492 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,494 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,494 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,494 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,495 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,496 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,496 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,497 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,497 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,498 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,498 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,498 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,499 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,503 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,505 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,505 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,505 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,507 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,507 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,507 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,507 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,508 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,508 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,509 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,509 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,509 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,510 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,510 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,510 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,510 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,511 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,511 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,511 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,512 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,513 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,513 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,514 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,515 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,515 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,538 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,540 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,568 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,587 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,589 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,593 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,593 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,594 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,594 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,595 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,595 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,597 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,610 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,613 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,614 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,618 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,624 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,626 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,629 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,644 - INFO - 127.0.0.1 - - [06/Apr/2026 19:28:57] "GET / HTTP/1.1" 200 - 2026-04-06 19:28:57,649 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,649 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,663 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,704 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,706 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,707 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,709 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,711 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,712 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,713 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,713 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,714 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,714 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,714 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,715 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,715 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,715 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,716 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,717 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,720 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,720 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,721 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,721 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,722 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,722 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,722 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,723 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,723 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,724 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,724 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,724 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,725 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,725 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,726 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,726 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,727 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,727 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,727 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,728 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,728 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,728 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,729 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,729 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,730 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,730 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,730 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,731 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,731 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,732 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,732 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,732 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,735 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,736 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,737 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,737 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,737 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,738 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,738 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,739 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,739 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,739 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,740 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,740 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,740 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,741 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,741 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,742 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,742 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,742 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,743 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,743 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,744 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,744 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,745 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,745 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,746 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,746 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,747 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,747 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,747 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,748 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,749 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,751 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,752 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,752 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,753 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,755 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,761 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,770 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,774 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,776 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,777 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,779 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,779 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,779 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,780 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,787 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,787 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,788 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,788 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,790 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,790 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,791 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,791 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,793 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,794 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,796 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,797 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,798 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,798 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,800 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,801 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,803 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,803 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,804 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,804 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,805 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,805 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,805 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,806 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,807 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,807 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,807 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,808 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,809 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,809 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,839 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,853 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,856 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,857 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,857 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,858 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,858 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,858 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,879 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,883 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,884 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,886 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,886 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,886 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,887 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,887 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,889 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,889 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,890 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,890 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,894 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,897 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,900 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,900 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,901 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,901 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,902 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,902 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,902 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,905 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,927 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,930 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,931 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,931 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,932 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,936 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,937 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,938 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,983 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:57,985 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:58,218 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:58,363 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:58,365 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:58,415 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:58,552 - INFO - 127.0.0.1 - - [06/Apr/2026 19:28:58] "GET /favicon.ico HTTP/1.1" 404 - 2026-04-06 19:28:58,695 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:58,787 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:58,849 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:59,461 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:59,484 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:59,498 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:59,768 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:59,773 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:28:59,821 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:00,704 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:01,104 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:01,507 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:01,555 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:01] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:01,717 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,117 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,410 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,618 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,865 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,866 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,871 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,875 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,876 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,876 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,878 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,880 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,880 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,881 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,881 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,882 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,882 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,884 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,884 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,884 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,884 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,884 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,885 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,885 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,885 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,935 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,936 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,936 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,944 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,950 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,954 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,954 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,955 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,955 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,955 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,957 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,957 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,957 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,958 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:02,958 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:03,124 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:03,133 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:03,136 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:03,139 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:03,141 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:03,352 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:03,786 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:03,865 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:04,064 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:04,069 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:04,111 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:04,395 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:04,558 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:04,734 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:04,774 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:04] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:05,398 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:05,410 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:05,419 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:05,688 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:05,770 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:05,813 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,634 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,644 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,665 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,675 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,682 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,686 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,686 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,687 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,687 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,688 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,688 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,689 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,690 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,690 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,690 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,690 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,690 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,691 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,691 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,692 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,692 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,692 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,694 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,694 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,694 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,694 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,695 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,695 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,695 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,696 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,696 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,696 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,696 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,698 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,698 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,698 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,698 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,699 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,699 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,699 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,699 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,701 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,701 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,701 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,702 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,702 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,702 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,703 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,703 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,703 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,703 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,705 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,705 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,714 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,715 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,716 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,716 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,716 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,717 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,717 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,723 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,727 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,728 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,728 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,729 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,729 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,729 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,730 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,835 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,839 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,840 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,842 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,843 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,848 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,854 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,866 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,868 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,869 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,869 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,870 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,871 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,871 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,872 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,872 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,873 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,874 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,875 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,896 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,897 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:06,898 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,085 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,094 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,096 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,109 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,154 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,326 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,350 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,405 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,406 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,609 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,651 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:07,963 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:07] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:09,495 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:10,146 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:10,161 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:10,443 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:10,449 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:10,458 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:10,460 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:10,863 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:10,922 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,040 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,041 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,043 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,046 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,050 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,055 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,055 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,056 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,056 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,057 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,057 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,057 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,057 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,057 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,058 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,058 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,058 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,058 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,058 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,060 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,060 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,060 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,061 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,061 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,061 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,062 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,062 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,062 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,062 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,063 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,063 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,094 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,095 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,096 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,096 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,124 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,126 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,127 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,127 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,132 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,142 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,143 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,143 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,143 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,155 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:11] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:11,157 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,162 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,168 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,171 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,172 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,178 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,182 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,183 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,183 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,183 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,184 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,184 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,466 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,511 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,588 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,592 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,598 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,603 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,605 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,609 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,609 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,610 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,610 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,610 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,612 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,612 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,613 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,613 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,613 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,613 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,614 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,615 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,618 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,621 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,625 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,628 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,628 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,630 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,630 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,630 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,630 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,631 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,631 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,631 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,632 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,632 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,632 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,632 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,634 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,636 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,636 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,637 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,637 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,637 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,638 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,638 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,638 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,640 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,640 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,640 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,641 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,641 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,641 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,641 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,642 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,642 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,642 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,644 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,644 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,644 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,645 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,645 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,645 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,646 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,646 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,647 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,647 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,658 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,659 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,676 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,680 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,687 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,693 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,695 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,695 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,697 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,697 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,697 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,698 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,698 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,698 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,699 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,699 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,699 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,699 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,701 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,701 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,701 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,702 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,702 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,702 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,703 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,703 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,704 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,704 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,704 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,704 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,705 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,705 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,705 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,705 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,706 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,727 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,728 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,735 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,738 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,739 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,739 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,740 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,746 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,780 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,781 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,781 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,808 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,812 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,812 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,814 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,815 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,816 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,887 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,890 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,890 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,891 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:11,953 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,020 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,040 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,067 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,069 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,069 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,071 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,071 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,072 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,078 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,079 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,079 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,079 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,080 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,080 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,080 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,083 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,084 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,084 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,085 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,085 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,086 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,086 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,087 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,149 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,151 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,151 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,152 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,175 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,231 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,232 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,232 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,233 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,233 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,233 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,234 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,234 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,694 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,753 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,754 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,754 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,764 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,808 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,809 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,858 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,875 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,915 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,920 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,921 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,921 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,921 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,923 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,924 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,924 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,924 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,925 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,958 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:12,959 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,086 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,087 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,136 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,377 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,406 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,593 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,598 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,599 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,600 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,640 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,652 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,657 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,794 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,809 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:13,857 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:14,365 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:14] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:14,819 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:15,402 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:15,434 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:15,639 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:15,698 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:15,750 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:15,782 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:15,844 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:16,029 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:16,030 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:16,374 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:17,686 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:17,746 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:17] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:18,710 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:18,752 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:18,783 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:18,803 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,017 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,035 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,116 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,149 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,150 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,215 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,217 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,235 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,286 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,288 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,288 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,432 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,440 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,442 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,442 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,443 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,443 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,443 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,444 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,444 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,445 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,445 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,445 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,446 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,446 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,447 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,447 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,448 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,449 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,449 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,450 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,451 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,451 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,451 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,451 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,453 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,463 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,465 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,465 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,466 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,466 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,466 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,466 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,468 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,510 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,510 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,541 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,620 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,621 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,736 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,744 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,965 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,968 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,969 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,969 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,970 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,971 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,972 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,972 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,972 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,973 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,973 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,973 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,974 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,974 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:19,974 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:20,001 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:20,005 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:20,118 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:20,208 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:20,963 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:21,018 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:21] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:21,777 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:21,782 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:21,904 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:22,843 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:23,098 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:23,830 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,018 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,020 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,022 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,025 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,026 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,029 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,030 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,030 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,030 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,031 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,031 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,031 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,032 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,032 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,032 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,034 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,034 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,034 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,034 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,035 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,107 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,112 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,118 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,120 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,121 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,122 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,123 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,169 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,181 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,183 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,184 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,186 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,186 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,187 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,362 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:24] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:24,718 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,720 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:24,853 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:25,016 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:25,018 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:25,020 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:25,105 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:25,463 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:25,541 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:25,745 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:26,083 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:26,104 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:27,703 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:27] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:27,925 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:29,974 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:30,670 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:30,671 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:30,721 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:30,727 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:30,728 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:30,728 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:30,793 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:31,105 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:31,235 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:31] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:32,022 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:32,104 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:32,311 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:32,312 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:32,357 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:32,359 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:32,360 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:32,666 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:33,664 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:33,752 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:33,800 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:34,069 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:34,657 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:34] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:35,095 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:35,663 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:36,119 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:36,732 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:36,980 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:37,039 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:37,040 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:37,108 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:37,110 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:37,321 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:37,326 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:38,096 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:38] "GET / HTTP/1.1" 200 - 2026-04-06 19:29:38,107 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:38,167 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:38,325 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:38,334 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:38,805 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:39,112 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:40,121 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:40,214 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:40,329 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:40,335 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:40,624 - ERROR - Main loop error: name 'p' is not defined Traceback (most recent call last): File "D:\MayOne Secuirty\main.py", line 54, in start self.process_packet(packet) File "D:\MayOne Secuirty\main.py", line 65, in process_packet rule_threats = self.detector.detect(packet) File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in detect recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] File "D:\MayOne Secuirty\detection\threat_detector.py", line 51, in recent_pkts = [p for t,_ in self.src_packets[src] if t > ts - 1] NameError: name 'p' is not defined 2026-04-06 19:29:41,552 - INFO - 127.0.0.1 - - [06/Apr/2026 19:29:41] "GET / HTTP/1.1" 200 - 2026-04-06 19:31:27,801 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 19:31:27,803 - INFO - Press CTRL+C to quit 2026-04-06 19:31:28,801 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:28,887 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:28,960 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:29,040 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:29,114 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:29,190 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:29,271 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:29,347 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:29,424 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:29,501 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:29,575 - ERROR - Failed to block 163.53.76.86: 2026-04-06 19:31:29,668 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:31:55,202 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:24,151 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:24,245 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:24,349 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:24,449 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:24,583 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:24,675 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:24,762 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:24,854 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:24,947 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,074 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,157 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,239 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,332 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,418 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,501 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,578 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,668 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,754 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,839 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:25,946 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:26,066 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:26,157 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:32:49,859 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 19:32:49,860 - INFO - Press CTRL+C to quit 2026-04-06 19:33:05,881 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:05] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:13,046 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:13] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:16,602 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:16] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:19,809 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:19] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:23,023 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:23] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:26,308 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:26] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:29,556 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:29] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:32,946 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:32] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:36,389 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:36] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:39,855 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:39] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:43,393 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:43] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:46,807 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:46] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:49,468 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:33:49,657 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:33:49,834 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:33:50,006 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:33:50,284 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:50] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:53,752 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:53] "GET / HTTP/1.1" 200 - 2026-04-06 19:33:57,232 - INFO - 127.0.0.1 - - [06/Apr/2026 19:33:57] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:00,682 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:00] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:04,260 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:04] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:07,736 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:07] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:07,801 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:08,049 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:08,274 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:08,491 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:08,683 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:08,899 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:09,114 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:09,311 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:11,284 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:11] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:14,695 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:14] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:18,196 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:18] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:21,441 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:21] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:24,676 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:24] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:27,892 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:27] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:31,083 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:31] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:34,308 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:34] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:37,557 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:37] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:40,256 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:40,426 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:40,577 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:40,737 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:40,802 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:40] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:40,962 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:41,179 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:41,384 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:41,582 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:41,777 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:41,949 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:42,292 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:42,439 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:42,584 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:42,781 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:42,950 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:43,117 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:34:44,104 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:44] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:47,420 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:47] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:50,879 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:50] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:54,450 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:54] "GET / HTTP/1.1" 200 - 2026-04-06 19:34:57,960 - INFO - 127.0.0.1 - - [06/Apr/2026 19:34:57] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:00,281 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:00,449 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:00,607 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:00,786 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:00,951 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:01,106 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:01,387 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:01,436 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:01] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:04,897 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:04] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:08,497 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:08] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:11,939 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:11] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:15,432 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:15] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:19,016 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:19] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:22,428 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:22] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:25,908 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:25] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:29,424 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:29] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:32,641 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:32] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:35,879 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:35] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:37,793 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:38,845 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:38] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:40,099 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:40] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:40,690 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:40] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:43,916 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:43] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:46,278 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:46,449 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:46,605 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:46,840 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:47,022 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:47,135 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:47] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:47,248 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:47,457 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:47,670 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:47,939 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:48,176 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:48,397 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:48,693 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:48,896 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:49,171 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:49,345 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:49,510 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:49,682 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:49,878 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:50,062 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:50,233 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:50,396 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:50,558 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:50,736 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:50,810 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:50] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:50,985 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:51,212 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:51,421 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:51,630 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:51,856 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:52,086 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:52,312 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:52,515 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:52,751 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:52,957 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:53,132 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:53,306 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:53,476 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:53,632 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:53,845 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:54,039 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:54,214 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:54,390 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:54,559 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:54] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:54,560 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:54,810 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:55,042 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:55,274 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:55,478 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:55,678 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:55,900 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:56,102 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:56,300 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:56,476 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:56,630 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:56,804 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:56,973 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:57,132 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:57,302 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:57,490 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:57,702 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:57,949 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:58,132 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:58,227 - INFO - 127.0.0.1 - - [06/Apr/2026 19:35:58] "GET / HTTP/1.1" 200 - 2026-04-06 19:35:58,364 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:58,570 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:58,780 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:58,981 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:59,182 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:59,381 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:59,572 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:59,769 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:35:59,952 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:00,180 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:00,336 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:00,504 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:00,654 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:00,834 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:00,993 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:01,156 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:01,324 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:01,488 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:01,660 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:01,797 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:01] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:01,884 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:02,118 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:02,350 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:02,648 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:02,865 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:03,061 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:03,281 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:03,479 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:03,696 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:03,864 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:04,036 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:04,199 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:04,357 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:04,541 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:04,703 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:04,910 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:05,068 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:05,414 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:05] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:09,017 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:09] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:12,551 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:12] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:16,026 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:16] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:19,674 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:19] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:23,228 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:23] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:26,709 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:26] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:30,190 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:30] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:33,689 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:33] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:36,092 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:36,309 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:36,495 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:36,656 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:36,832 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:37,006 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:37,156 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:37,308 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:37,375 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:37] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:37,532 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:37,729 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:37,958 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:38,172 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:38,518 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:38,739 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:38,971 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:39,217 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:39,423 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:39,612 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:39,771 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:39,962 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:40,119 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:40,307 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:40,475 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:40,632 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:40,797 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:40,965 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:40] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:41,131 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:41,331 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:41,552 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:41,752 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:44,627 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:44] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:46,859 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:47,021 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:47,176 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:47,342 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:47,518 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:47,704 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:47,884 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:48,066 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:48,168 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:48] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:48,493 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:48,816 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:49,050 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:49,289 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:49,525 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:49,754 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:49,981 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:50,200 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:50,411 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:50,610 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:50,808 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:50,969 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:51,148 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:51,298 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:51,461 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:51,620 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:51,818 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:51,997 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:52,171 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:52,336 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:52] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:52,505 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:52,750 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:53,051 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:53,280 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:53,628 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:53,871 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:54,103 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:54,366 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:54,583 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:54,773 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:54,941 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:55,088 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:55,235 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:55,379 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:55,527 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:55,701 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:55,881 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:56,030 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:56,184 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:56,247 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:56] "GET / HTTP/1.1" 200 - 2026-04-06 19:36:56,435 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:56,628 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:56,832 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:57,028 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:57,229 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:57,421 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:57,598 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:57,792 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:57,942 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:58,084 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:58,246 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:58,402 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:58,550 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:58,705 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:58,868 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:59,009 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:59,165 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:59,328 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:36:59,473 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:59,656 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:59,829 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:36:59,891 - INFO - 127.0.0.1 - - [06/Apr/2026 19:36:59] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:00,071 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:00,301 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:00,509 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:00,714 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:00,930 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:01,134 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:01,321 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:01,501 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:01,693 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:01,918 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:02,062 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:02,218 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:02,383 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:02,529 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:02,684 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:02,863 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:03,022 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:03,166 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:03,314 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:03,484 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:03,525 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:03] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:03,712 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:03,904 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:04,101 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:04,311 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:04,506 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:04,704 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:04,891 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:05,072 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:05,244 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:05,412 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:05,557 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:05,733 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:05,904 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:06,098 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:06,266 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:06,448 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:06,590 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:06,757 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:06,939 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:07,139 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:07,218 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:07] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:07,361 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:07,571 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:07,810 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:08,027 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:08,239 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:08,463 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:08,648 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:08,822 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:08,967 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:09,116 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:09,259 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:09,422 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:09,590 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:09,756 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:09,912 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:10,059 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:10,213 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:10,388 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:10,538 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:10,701 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:10,760 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:10] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:10,945 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:11,183 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:11,540 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:11,803 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:12,017 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:12,242 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:12,567 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:12,775 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:13,009 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:13,216 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:13,390 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:13,536 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:13,690 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:13,884 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:14,168 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:14,348 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:14,520 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:14,583 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:14] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:14,771 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:14,985 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:15,241 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:15,450 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:15,723 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:15,934 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:16,148 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:16,361 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:16,548 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:16,778 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:16,928 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:17,083 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:17,248 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:17,440 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:17,608 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:17,796 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:17,998 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:18,211 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:18] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:18,212 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:18,455 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:18,675 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:18,930 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:19,156 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:19,360 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:19,608 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:19,842 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:20,059 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:20,282 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:20,496 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:20,657 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:20,828 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:20,989 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:21,160 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:21,323 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:21,478 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:21,633 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:21,802 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:21,895 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:21] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:22,028 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:22,224 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:22,482 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:22,718 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:22,941 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:23,182 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:23,392 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:23,590 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:23,792 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:23,962 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:24,126 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:24,281 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:24,450 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:24,603 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:24,768 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:24,942 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:25,097 - ERROR - Failed to block 140.82.112.22: 2026-04-06 19:37:25,660 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:25] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:26,610 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:26,826 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:27,038 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:27,258 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:27,449 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:27,606 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:27,767 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:27,910 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:28,055 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:28,215 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:28,378 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:28,531 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:28,684 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:28,868 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:29,043 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:29,141 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:29] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:29,285 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:29,550 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:29,781 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:29,991 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:30,211 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:30,426 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:30,640 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:30,913 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:31,096 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:31,254 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:31,416 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:31,576 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:31,753 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:31,915 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:32,117 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:32,275 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:32,439 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:32,583 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:32,759 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:32,816 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:32] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:32,998 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:37:33,219 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:36,437 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:36] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:39,958 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:39] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:43,453 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:43] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:46,327 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:46] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:48,990 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:49,150 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:49,344 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:49,545 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:49,596 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:49] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:49,933 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:50,137 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:50,353 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:50,560 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:50,935 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:51,123 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:51,288 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:51,439 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:51,595 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:51,785 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:51,965 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:37:52,837 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:52] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:56,101 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:56] "GET / HTTP/1.1" 200 - 2026-04-06 19:37:59,388 - INFO - 127.0.0.1 - - [06/Apr/2026 19:37:59] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:02,954 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:02] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:06,446 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:06] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:09,898 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:09] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:13,311 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:13] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:16,764 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:16] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:20,294 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:20] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:22,149 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:22,312 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:22,462 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:22,624 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:22,796 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:22,954 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:23,100 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:23,264 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:23,431 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:23,579 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:23,728 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:23] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:23,769 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:24,193 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:24,441 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:38:27,345 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:27] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:30,849 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:30] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:34,350 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:34] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:37,820 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:37] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:41,335 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:41] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:44,768 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:44] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:48,184 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:48] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:51,631 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:51] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:55,152 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:55] "GET / HTTP/1.1" 200 - 2026-04-06 19:38:58,603 - INFO - 127.0.0.1 - - [06/Apr/2026 19:38:58] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:02,084 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:02] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:05,529 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:05] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:09,002 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:09] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:12,434 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:12] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:15,886 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:15] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:19,343 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:19] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:22,789 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:22] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:26,354 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:26] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:26,802 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:27,026 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:27,258 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:27,459 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:27,679 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:27,892 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:28,081 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:28,236 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:28,395 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:28,553 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:28,736 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:28,929 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:29,101 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:29,249 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:29,413 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:29,568 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:29,726 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:29,895 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:29,996 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:29] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:30,125 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:30,341 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:30,563 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:30,767 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:30,967 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:31,169 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:31,453 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:31,649 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:31,838 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:31,999 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:32,161 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:32,310 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:32,457 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:32,608 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:32,831 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:33,002 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:33,162 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:33,335 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:33,505 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:33,695 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:33] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:33,695 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:33,964 - ERROR - Failed to block 192.168.31.1: 2026-04-06 19:39:34,173 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:39:37,444 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:37] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:41,009 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:41] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:44,487 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:44] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:47,949 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:47] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:51,422 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:51] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:54,872 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:54] "GET / HTTP/1.1" 200 - 2026-04-06 19:39:58,343 - INFO - 127.0.0.1 - - [06/Apr/2026 19:39:58] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:01,789 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:01] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:05,287 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:05] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:09,368 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:09] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:12,958 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:12] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:16,319 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:16] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:19,848 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:19] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:23,537 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:23] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:27,040 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:27] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:30,596 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:30] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:34,062 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:34] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:37,542 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:37] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:40,624 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:40,800 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:40,972 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:41,124 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:41] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:41,241 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:41,483 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:41,707 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:41,920 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:42,135 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:42,337 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:42,543 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:42,740 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:42,942 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:43,102 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:43,284 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:43,480 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:43,648 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:43,830 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:44,017 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:44,185 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:44,344 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:44,498 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:44,671 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:44,855 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:44] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:44,966 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:45,184 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:45,402 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:45,603 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:45,822 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:46,067 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:46,303 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:46,500 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:46,693 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:46,860 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:47,018 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:47,184 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:47,378 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:47,553 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:47,765 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:47,986 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:48,147 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:48,303 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:48,475 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:48] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:48,495 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:48,750 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:48,947 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:49,159 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:49,361 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:49,555 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:49,750 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:49,932 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:50,142 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:50,314 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:50,475 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:50,651 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:50,867 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:51,054 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:51,230 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:51,405 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:51,554 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:40:52,181 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:52] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:55,721 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:55] "GET / HTTP/1.1" 200 - 2026-04-06 19:40:59,300 - INFO - 127.0.0.1 - - [06/Apr/2026 19:40:59] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:02,792 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:02] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:06,369 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:06] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:08,907 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:08] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:11,453 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:11] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:11,977 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:11] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:12,401 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:12] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:12,864 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:12] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:13,226 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:13] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:16,511 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:16] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:18,178 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:41:18,346 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:41:18,493 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:41:18,655 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:41:18,805 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:41:18,965 - ERROR - Failed to block 192.168.31.106: 2026-04-06 19:41:28,533 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 19:41:28,533 - INFO - Press CTRL+C to quit 2026-04-06 19:41:30,327 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:30] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:34,133 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:34] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:37,427 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:37] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:40,676 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:40] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:43,932 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:43] "GET / HTTP/1.1" 200 - 2026-04-06 19:41:53,698 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 19:41:53,698 - INFO - Press CTRL+C to quit 2026-04-06 19:41:57,512 - INFO - 127.0.0.1 - - [06/Apr/2026 19:41:57] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:01,336 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:01] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:04,566 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:04] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:06,162 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:06] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:09,381 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:09] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:12,608 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:12] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:15,825 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:15] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:19,063 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:19] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:22,318 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:22] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:25,737 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:25] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:29,297 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:29] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:32,817 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:32] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:36,259 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:36] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:39,837 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:39] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:43,302 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:43] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:46,543 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:46] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:49,762 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:49] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:53,007 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:53] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:56,217 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:56] "GET / HTTP/1.1" 200 - 2026-04-06 19:42:59,492 - INFO - 127.0.0.1 - - [06/Apr/2026 19:42:59] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:02,792 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:02] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:06,342 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:06] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:11,386 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:11] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:14,924 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:14] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:18,463 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:18] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:21,985 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:21] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:25,507 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:25] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:29,011 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:29] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:32,502 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:32] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:36,059 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:36] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:39,474 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:39] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:42,941 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:42] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:46,418 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:46] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:49,888 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:49] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:53,402 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:53] "GET / HTTP/1.1" 200 - 2026-04-06 19:43:56,832 - INFO - 127.0.0.1 - - [06/Apr/2026 19:43:56] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:00,340 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:00] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:03,795 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:03] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:07,492 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:07] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:11,001 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:11] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:14,462 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:14] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:17,960 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:17] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:21,479 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:21] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:24,914 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:24] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:28,409 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:28] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:31,852 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:31] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:35,391 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:35] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:38,868 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:38] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:42,354 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:42] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:45,892 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:45] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:49,422 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:49] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:53,094 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:53] "GET / HTTP/1.1" 200 - 2026-04-06 19:44:56,687 - INFO - 127.0.0.1 - - [06/Apr/2026 19:44:56] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:00,219 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:00] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:03,780 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:03] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:07,391 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:07] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:10,945 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:10] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:14,544 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:14] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:18,145 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:18] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:21,733 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:21] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:25,335 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:25] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:28,948 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:28] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:32,565 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:32] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:36,438 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:36] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:40,057 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:40] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:43,655 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:43] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:47,295 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:47] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:50,961 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:50] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:54,693 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:54] "GET / HTTP/1.1" 200 - 2026-04-06 19:45:58,415 - INFO - 127.0.0.1 - - [06/Apr/2026 19:45:58] "GET / HTTP/1.1" 200 - 2026-04-06 19:46:02,160 - INFO - 127.0.0.1 - - [06/Apr/2026 19:46:02] "GET / HTTP/1.1" 200 - 2026-04-06 19:46:06,001 - INFO - 127.0.0.1 - - [06/Apr/2026 19:46:06] "GET / HTTP/1.1" 200 - 2026-04-06 19:46:09,797 - INFO - 127.0.0.1 - - [06/Apr/2026 19:46:09] "GET / HTTP/1.1" 200 - 2026-04-06 19:46:13,573 - INFO - 127.0.0.1 - - [06/Apr/2026 19:46:13] "GET / HTTP/1.1" 200 - 2026-04-06 19:55:27,314 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 19:55:27,314 - INFO - Press CTRL+C to quit 2026-04-06 19:55:41,516 - INFO - 127.0.0.1 - - [06/Apr/2026 19:55:41] "GET / HTTP/1.1" 200 - 2026-04-06 19:55:41,656 - INFO - 127.0.0.1 - - [06/Apr/2026 19:55:41] "GET /static/logo.png HTTP/1.1" 200 - 2026-04-06 19:55:41,953 - ERROR - Exception on /api/threats [GET] Traceback (most recent call last): File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "D:\MayOne Secuirty\dashboard\app.py", line 381, in api_threats events = db.get_recent_events(100) File "D:\MayOne Secuirty\database\db.py", line 90, in get_recent_events self.cursor.execute('SELECT * FROM events ORDER BY timestamp DESC LIMIT ?', (limit,)) sqlite3.ProgrammingError: Recursive use of cursors not allowed. 2026-04-06 19:55:41,957 - INFO - 127.0.0.1 - - [06/Apr/2026 19:55:41] "GET /api/threats HTTP/1.1" 500 - 2026-04-06 19:55:42,039 - INFO - 127.0.0.1 - - [06/Apr/2026 19:55:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:04:22,302 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 20:04:22,303 - INFO - Press CTRL+C to quit 2026-04-06 20:04:39,784 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:04:39,840 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:04:39,845 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:04:41,547 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:41] "GET / HTTP/1.1" 200 - 2026-04-06 20:04:41,688 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:41] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 20:04:41,954 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:04:41,992 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:04:42,008 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:04:44,932 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:04:44,965 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:04:44,984 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:04:47,944 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:04:47,980 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:04:48,007 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:04:50,939 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:04:50,976 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:04:50,977 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:04:53,939 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:04:53,979 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:04:53,980 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:04:56,919 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:04:56,948 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:04:56,949 - INFO - 127.0.0.1 - - [06/Apr/2026 20:04:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:00,637 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:00,679 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:00,685 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:00,770 - ERROR - Exception on /api/unblock [POST] Traceback (most recent call last): File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "D:\MayOne Secuirty\dashboard\app.py", line 424, in api_unblock db.cursor.execute('DELETE FROM blocked_ips WHERE ip = ?', (ip,)) AttributeError: 'Database' object has no attribute 'cursor' 2026-04-06 20:05:00,773 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:00] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:05:02,919 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:02,948 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:02,953 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:05,614 - ERROR - Failed to unblock 103.243.32.90: No rules match the specified criteria. 2026-04-06 20:05:05,616 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:05] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:05:05,925 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:05,961 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:05,961 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:08,388 - ERROR - Failed to unblock 103.243.32.90: No rules match the specified criteria. 2026-04-06 20:05:08,390 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:08] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:05:08,920 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:08,948 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:08,955 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:11,920 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:11,952 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:11,953 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:14,943 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:15,000 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:15,004 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:17,920 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:17,948 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:17,957 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:20,933 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:20,964 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:20,966 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:23,950 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:23,991 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:24,013 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:26,920 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:26,947 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:26,947 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:29,920 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:29,956 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:29,982 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:32,959 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:33,006 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:33,007 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:35,928 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:35,964 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:35,964 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:38,922 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:38,985 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:39,010 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:41,919 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:41,951 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:41,957 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:44,925 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:44,957 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:44,964 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:47,939 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:47,972 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:47,974 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:50,940 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:50,989 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:50,989 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:53,933 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:53,980 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:53,983 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:56,937 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:56,967 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:05:56,992 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:59,931 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:05:59,963 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:05:59,968 - INFO - 127.0.0.1 - - [06/Apr/2026 20:05:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:02,922 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:02,960 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:02,961 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:05,560 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:05] "POST /api/block HTTP/1.1" 200 - 2026-04-06 20:06:05,567 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:05,592 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:05,925 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:05,954 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:05,955 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:08,919 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:08,955 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:08,979 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:11,934 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:11,967 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:12,009 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:14,942 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:15,003 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:15,035 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:17,922 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:17,953 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:17,957 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:20,950 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:21,005 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:21,008 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:24,687 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:24,729 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:24,737 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:27,725 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:27,726 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:27,753 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:30,732 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:30,745 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:30,747 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:33,678 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:33,710 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:33,715 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:36,665 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:36,698 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:36,698 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:39,689 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:39,728 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:39,731 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:42,687 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:42,731 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:42,732 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:45,680 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:45,715 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:45,716 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:48,672 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:48,714 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:48,715 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:51,678 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:51,719 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:51,719 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:54,664 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:54,693 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:06:54,698 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:57,687 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:06:57,731 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:06:57,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:06:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:00,678 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:00,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:00,712 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:03,692 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:03,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:03,735 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:06,687 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:06,730 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:06,730 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:09,679 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:09,712 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:09,713 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:12,674 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:12,698 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:12,700 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:15,673 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:15,710 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:15,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:18,691 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:18,735 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:18,738 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:21,685 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:21,708 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:21,712 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:37,383 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:37,433 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:37,434 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:38,933 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:38,968 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:38,970 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:40,656 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:40] "GET / HTTP/1.1" 200 - 2026-04-06 20:07:40,730 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:40] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 20:07:40,881 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:40,934 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:40,936 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:43,850 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:43,888 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:43,898 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:46,855 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:46,888 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:46,911 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:49,858 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:49,895 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:49,898 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:52,165 - ERROR - Exception on /api/unblock [POST] Traceback (most recent call last): File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "D:\MayOne Secuirty\dashboard\app.py", line 424, in api_unblock db.cursor.execute('DELETE FROM blocked_ips WHERE ip = ?', (ip,)) AttributeError: 'Database' object has no attribute 'cursor' 2026-04-06 20:07:52,236 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:52] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:07:52,865 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:52,905 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:52,908 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:54,271 - ERROR - Exception on /api/unblock [POST] Traceback (most recent call last): File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "D:\MayOne Secuirty\dashboard\app.py", line 424, in api_unblock db.cursor.execute('DELETE FROM blocked_ips WHERE ip = ?', (ip,)) AttributeError: 'Database' object has no attribute 'cursor' 2026-04-06 20:07:54,272 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:54] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:07:55,864 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:55,905 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:55,910 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:07:58,391 - ERROR - Exception on /api/unblock [POST] Traceback (most recent call last): File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "D:\MayOne Secuirty\dashboard\app.py", line 424, in api_unblock db.cursor.execute('DELETE FROM blocked_ips WHERE ip = ?', (ip,)) AttributeError: 'Database' object has no attribute 'cursor' 2026-04-06 20:07:58,395 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:58] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:07:58,855 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:07:58,891 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:07:58,894 - INFO - 127.0.0.1 - - [06/Apr/2026 20:07:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:01,930 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:01,931 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:01,965 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:04,860 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:04,884 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:04,962 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:07,849 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:07,875 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:07,890 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:10,854 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:10,908 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:10,954 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:13,860 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:13,893 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:13,899 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:16,893 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:16,921 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:16,929 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:19,865 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:19,914 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:19,916 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:22,903 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:22,933 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:22,965 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:25,874 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:25,930 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:25,931 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:28,867 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:28,931 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:28,933 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:31,863 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:31,904 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:31] "GET / HTTP/1.1" 200 - 2026-04-06 20:08:31,920 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:31,926 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:31,963 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:31] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 20:08:32,041 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:32,167 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:32,175 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:35,048 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:35,088 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:35,089 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:38,042 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:38,093 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:38,094 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:41,046 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:41,092 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:41,093 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:44,081 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:44,121 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:44,146 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:47,031 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:47,082 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:47,083 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:50,035 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:50,084 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:50,085 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:53,036 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:53,074 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:53,080 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:56,675 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:56,710 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:08:56,713 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:59,732 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:08:59,737 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:08:59,744 - INFO - 127.0.0.1 - - [06/Apr/2026 20:08:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:02,670 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:02,708 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:02,709 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:05,683 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:05,721 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:05,723 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:08,672 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:08,709 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:08,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:11,675 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:11,720 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:11,721 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:14,685 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:14,717 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:14,746 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:17,673 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:17,706 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:17,714 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:20,678 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:20,723 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:20,724 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:23,681 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:23,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:23,720 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:26,680 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:26,719 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:26,723 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:29,679 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:29,710 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:29,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:32,683 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:32,727 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:32,728 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:35,677 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:35,702 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:35,703 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:38,726 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:38,761 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:38,789 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:41,679 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:41,712 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:41,719 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:44,676 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:44,725 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:44,756 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:47,698 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:47,722 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:47,761 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:50,674 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:50,716 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:09:50,724 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:53,669 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:09:53,702 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:09:53,706 - INFO - 127.0.0.1 - - [06/Apr/2026 20:09:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:10:45,697 - INFO - 127.0.0.1 - - [06/Apr/2026 20:10:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:10:45,741 - INFO - 127.0.0.1 - - [06/Apr/2026 20:10:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:10:45,775 - INFO - 127.0.0.1 - - [06/Apr/2026 20:10:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:11:45,680 - INFO - 127.0.0.1 - - [06/Apr/2026 20:11:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:11:45,725 - INFO - 127.0.0.1 - - [06/Apr/2026 20:11:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:11:45,748 - INFO - 127.0.0.1 - - [06/Apr/2026 20:11:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:12:45,672 - INFO - 127.0.0.1 - - [06/Apr/2026 20:12:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:12:45,725 - INFO - 127.0.0.1 - - [06/Apr/2026 20:12:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:12:45,772 - INFO - 127.0.0.1 - - [06/Apr/2026 20:12:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:13:20,216 - INFO - 127.0.0.1 - - [06/Apr/2026 20:13:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:13:20,266 - INFO - 127.0.0.1 - - [06/Apr/2026 20:13:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:13:20,268 - INFO - 127.0.0.1 - - [06/Apr/2026 20:13:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:13:23,033 - INFO - 127.0.0.1 - - [06/Apr/2026 20:13:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:13:23,069 - INFO - 127.0.0.1 - - [06/Apr/2026 20:13:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:13:23,070 - INFO - 127.0.0.1 - - [06/Apr/2026 20:13:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:13:26,060 - INFO - 127.0.0.1 - - [06/Apr/2026 20:13:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:13:26,113 - INFO - 127.0.0.1 - - [06/Apr/2026 20:13:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:13:26,113 - INFO - 127.0.0.1 - - [06/Apr/2026 20:13:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:02,039 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 20:16:02,040 - INFO - Press CTRL+C to quit 2026-04-06 20:16:16,064 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:16] "GET / HTTP/1.1" 200 - 2026-04-06 20:16:16,173 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:16] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 20:16:16,419 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:16,455 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:16,536 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:19,425 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:19,478 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:19,479 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:22,492 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:22,552 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:22,553 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:24,514 - ERROR - Exception on /api/unblock [POST] Traceback (most recent call last): File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "D:\MayOne Secuirty\dashboard\app.py", line 502, in api_unblock db.cursor.execute('DELETE FROM blocked_ips WHERE ip = ?', (ip,)) AttributeError: 'Database' object has no attribute 'cursor' 2026-04-06 20:16:24,516 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:24] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:16:25,423 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:25,463 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:25,471 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:28,717 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:28,781 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:28,787 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:28,823 - ERROR - Failed to unblock 163.53.76.86: No rules match the specified criteria. 2026-04-06 20:16:28,825 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:28] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:16:31,484 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:31,542 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:31,547 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:31,595 - ERROR - Failed to unblock 163.53.76.86: No rules match the specified criteria. 2026-04-06 20:16:31,595 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:31] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:16:32,710 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:32] "GET / HTTP/1.1" 200 - 2026-04-06 20:16:32,761 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:32] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 20:16:32,826 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:32,902 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:32,936 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:35,819 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:35,884 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:35,907 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:38,808 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:38,855 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:38,878 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:41,812 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:41,859 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:41,865 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:45,665 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:45,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:45,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:48,677 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:48,729 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:48,736 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:51,675 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:51,724 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:51,731 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:53,811 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:53,858 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:53,898 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:56,815 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:56,866 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:56,867 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:58,165 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:58] "POST /api/block HTTP/1.1" 200 - 2026-04-06 20:16:58,236 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:58,237 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:16:59,819 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:16:59,854 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:16:59,915 - INFO - 127.0.0.1 - - [06/Apr/2026 20:16:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:03,094 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:03,146 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:03,172 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:03,214 - ERROR - Exception on /api/unblock [POST] Traceback (most recent call last): File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "D:\MayOne Secuirty\dashboard\app.py", line 502, in api_unblock db.cursor.execute('DELETE FROM blocked_ips WHERE ip = ?', (ip,)) AttributeError: 'Database' object has no attribute 'cursor' 2026-04-06 20:17:03,215 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:03] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:17:05,817 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:05,861 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:05,870 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:07,795 - ERROR - Failed to unblock 8.8.8.8: No rules match the specified criteria. 2026-04-06 20:17:07,795 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:07] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:17:08,807 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:08,857 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:08,857 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:11,818 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:11,868 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:11,869 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:12,004 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:12] "GET / HTTP/1.1" 200 - 2026-04-06 20:17:12,059 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:12] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 20:17:12,223 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:12,231 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:12,335 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:15,120 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:15,180 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:15,204 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:18,110 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:18,154 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:18,183 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:19,208 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:19] "GET /api/download_ip_logs HTTP/1.1" 200 - 2026-04-06 20:17:21,125 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:21,174 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:21,175 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:24,677 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:24,722 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:24,732 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:27,696 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:27,731 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:27,742 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:30,686 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:30,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:30,747 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:33,689 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:33,741 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:33,743 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:36,689 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:36,738 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:36,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:39,692 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:39,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:39,740 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:42,690 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:42,752 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:42,778 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:45,694 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:45,741 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:45,746 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:48,685 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:48,737 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:48,745 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:51,683 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:51,740 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:51,744 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:54,674 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:17:54,720 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:54,721 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:57,745 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:17:57,773 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:17:57,777 - INFO - 127.0.0.1 - - [06/Apr/2026 20:17:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:00,111 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:00,157 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:00,168 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:03,678 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:03,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:03,743 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:06,680 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:06,727 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:06,728 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:09,667 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:09,720 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:09,721 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:12,689 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:12,747 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:12,748 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:15,677 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:15,730 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:15,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:18,682 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:18,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:18,740 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:21,678 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:21,736 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:21,737 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:24,705 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:24,754 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:24,779 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:27,689 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:27,738 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:27,744 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:30,690 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:30,747 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:30,749 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:33,681 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:33,742 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:33,768 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:36,694 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:36,754 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:36,757 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:39,683 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:39,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:39,744 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:42,681 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:42,742 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:42,742 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:45,688 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:45,732 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:45,764 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:48,673 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:48,715 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:48,724 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:51,677 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:51,738 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:51,738 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:54,680 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:54,738 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:54,745 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:18:57,693 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:18:57,754 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:18:57,754 - INFO - 127.0.0.1 - - [06/Apr/2026 20:18:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:19:00,685 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:19:00,744 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:19:00,746 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:19:03,676 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:19:03,719 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:19:03,728 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:19:06,699 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:19:06,748 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:19:06,772 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:19:45,693 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:19:45,757 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:19:45,759 - INFO - 127.0.0.1 - - [06/Apr/2026 20:19:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:20:45,702 - INFO - 127.0.0.1 - - [06/Apr/2026 20:20:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:20:45,754 - INFO - 127.0.0.1 - - [06/Apr/2026 20:20:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:20:45,779 - INFO - 127.0.0.1 - - [06/Apr/2026 20:20:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:21:45,723 - INFO - 127.0.0.1 - - [06/Apr/2026 20:21:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:21:45,747 - INFO - 127.0.0.1 - - [06/Apr/2026 20:21:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:21:45,748 - INFO - 127.0.0.1 - - [06/Apr/2026 20:21:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:22:45,680 - INFO - 127.0.0.1 - - [06/Apr/2026 20:22:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:22:45,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:22:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:22:45,762 - INFO - 127.0.0.1 - - [06/Apr/2026 20:22:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:10,168 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:10,237 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:10,258 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:12,116 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:12,227 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:12,251 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:13,857 - ERROR - Failed to unblock 8.8.8.8: No rules match the specified criteria. 2026-04-06 20:23:13,857 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:13] "POST /api/unblock HTTP/1.1" 500 - 2026-04-06 20:23:15,109 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:15,160 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:15,185 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:18,113 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:18,168 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:18,215 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:21,145 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:21,163 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:21,221 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:24,121 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:24,171 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:24,197 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:27,111 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:27,160 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:27,190 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:30,133 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:30,189 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:30,215 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:33,119 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:33,159 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:33,268 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:36,120 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:36,166 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:36,254 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:39,128 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:39,176 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:39,286 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:42,117 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:42,174 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:42,199 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:45,136 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:45,203 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:45,246 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:48,123 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:48,168 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:48,202 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:51,121 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:51,163 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:51,164 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:54,118 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:54,171 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:54,208 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:23:57,111 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:23:57,165 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:23:57,166 - INFO - 127.0.0.1 - - [06/Apr/2026 20:23:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:00,121 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:00,160 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:00,250 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:03,124 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:03,205 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:03,280 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:06,113 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:06,179 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:06,221 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:09,109 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:09,168 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:09,190 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:12,127 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:12,181 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:12,209 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:15,687 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:15,835 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:15,849 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:18,668 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:18,733 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:18,773 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:21,723 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:21,784 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:21,831 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:24,705 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:24,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:24,795 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:27,718 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:27,761 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:27,762 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:30,681 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:30,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:30,835 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:33,686 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:33,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:33,765 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:36,700 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:36,758 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:36,777 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:39,669 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:39,728 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:39,756 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:42,672 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:42,736 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:42,742 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:45,703 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:45,740 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:45,748 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:48,674 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:48,756 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:48,756 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:51,682 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:51,770 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:51,795 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:24:54,678 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:24:54,743 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:24:54,744 - INFO - 127.0.0.1 - - [06/Apr/2026 20:24:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:34,903 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 20:26:34,903 - INFO - Press CTRL+C to quit 2026-04-06 20:26:34,966 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:35,185 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:35,220 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:36,667 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:36,715 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:36,721 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:39,225 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:39,253 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:39,271 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:40,401 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:40] "GET / HTTP/1.1" 200 - 2026-04-06 20:26:40,513 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:40] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 20:26:40,703 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:40,760 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:40,766 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:43,766 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:43,797 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:43,798 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:46,697 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:46,750 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:46,750 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:49,703 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:49,755 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:49,764 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:52,705 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:52,759 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:52,788 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:55,706 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:55,768 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:55,769 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:26:58,850 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:26:59,080 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:26:59,085 - INFO - 127.0.0.1 - - [06/Apr/2026 20:26:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:01,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:01,794 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:01,796 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:04,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:04,774 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:04,798 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:07,709 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:07,768 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:07,793 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:10,709 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:10,766 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:10,884 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:13,705 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:13,746 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:13,754 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:16,731 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:16,832 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:16,833 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:19,712 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:19,769 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:19,797 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:22,713 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:22,759 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:22,806 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:25,707 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:25,761 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:25,785 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:28,710 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:28,788 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:28,788 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:31,698 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:31,758 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:31,770 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:34,704 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:34,758 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:34] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:34,769 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:37,742 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:37,804 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:37,864 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:40,736 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:40,803 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:40,804 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:43,706 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:43,762 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:43,793 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:46,702 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:46,758 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:46,766 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:49,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:49,760 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:49,776 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:52,703 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:52,747 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:52,759 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:55,709 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:55,760 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:27:55,766 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:58,704 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:27:58,761 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:27:58,762 - INFO - 127.0.0.1 - - [06/Apr/2026 20:27:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:01,709 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:01,770 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:01,796 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:04,706 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:04,762 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:04,768 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:07,696 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:07,750 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:07,759 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:10,702 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:10,752 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:10,752 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:13,711 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:13,764 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:13,775 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:16,702 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:16,757 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:16,765 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:21,442 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:21,523 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:21,524 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:21,570 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:21] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 20:28:21,581 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:21,618 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:22,707 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:22,760 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:22,761 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:25,712 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:25,775 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:25,782 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:28,736 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:28,802 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:28,859 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:32,061 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:32,063 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:32,066 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:32] "GET /api/download_blocked_ips_pdf HTTP/1.1" 200 - 2026-04-06 20:28:32,179 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:34,859 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:34] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:34,878 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:34,878 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:38,666 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:38,724 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:38,729 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:40,722 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:40,812 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:40,939 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:44,681 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:44,736 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:44,747 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:47,695 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:47,757 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:47,788 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:50,670 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:50,717 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:50,725 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:53,681 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:53,732 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:53,860 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:56,669 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:56,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:56,765 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:28:59,672 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:28:59,735 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:28:59,754 - INFO - 127.0.0.1 - - [06/Apr/2026 20:28:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:02,672 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:02,731 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:02,761 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:04,753 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:04,802 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:04,825 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:08,674 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:08,729 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:08,751 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:11,672 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:11,736 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:11,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:14,719 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:14,798 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:14,849 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:17,676 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:17,743 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:17,854 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:20,703 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:20,747 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:20,748 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:22,701 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:22,768 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:22,819 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:25,697 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:25,754 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:25,770 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:26,136 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:26] "GET /api/download_all_ips_pdf HTTP/1.1" 200 - 2026-04-06 20:29:29,683 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:29,741 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:29,741 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:32,687 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:32,752 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:32,757 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:35,676 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:35,748 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:35,749 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:38,678 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:38,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:38,763 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:41,683 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:41,753 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:41,756 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:44,679 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:44,743 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:44,745 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:47,994 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:48,030 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:48,095 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:50,676 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:50,731 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:50,732 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:53,743 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:53,758 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:53,792 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:56,710 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:56,769 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:56,770 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:29:59,666 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:29:59,722 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:29:59,733 - INFO - 127.0.0.1 - - [06/Apr/2026 20:29:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:02,684 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:02,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:02,823 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:30:05,669 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:05,720 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:30:05,734 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:08,701 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:08,761 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:30:08,766 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:11,674 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:11,749 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:11,755 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:30:13,755 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:13,890 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:13,956 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:30:17,672 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:17,740 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:17,740 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:30:20,679 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:20,739 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:30:20,742 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:23,673 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:23,735 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:30:23,740 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:26,671 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:26,721 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:26,725 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:30:45,725 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:30:45,793 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:30:45,795 - INFO - 127.0.0.1 - - [06/Apr/2026 20:30:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:31:45,684 - INFO - 127.0.0.1 - - [06/Apr/2026 20:31:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:31:45,755 - INFO - 127.0.0.1 - - [06/Apr/2026 20:31:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:31:45,756 - INFO - 127.0.0.1 - - [06/Apr/2026 20:31:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:32:45,673 - INFO - 127.0.0.1 - - [06/Apr/2026 20:32:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:32:45,746 - INFO - 127.0.0.1 - - [06/Apr/2026 20:32:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:32:45,752 - INFO - 127.0.0.1 - - [06/Apr/2026 20:32:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:33:45,685 - INFO - 127.0.0.1 - - [06/Apr/2026 20:33:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:33:45,748 - INFO - 127.0.0.1 - - [06/Apr/2026 20:33:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:33:45,750 - INFO - 127.0.0.1 - - [06/Apr/2026 20:33:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:34:45,690 - INFO - 127.0.0.1 - - [06/Apr/2026 20:34:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:34:45,757 - INFO - 127.0.0.1 - - [06/Apr/2026 20:34:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 20:34:45,765 - INFO - 127.0.0.1 - - [06/Apr/2026 20:34:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:35:45,674 - INFO - 127.0.0.1 - - [06/Apr/2026 20:35:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 20:35:45,746 - INFO - 127.0.0.1 - - [06/Apr/2026 20:35:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 20:35:45,746 - INFO - 127.0.0.1 - - [06/Apr/2026 20:35:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:14:36,742 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 21:14:36,742 - INFO - Press CTRL+C to quit 2026-04-06 21:14:45,208 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:45] "GET / HTTP/1.1" 200 - 2026-04-06 21:14:45,304 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:45] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 21:14:45,558 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:14:45,637 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:14:45,638 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:14:48,565 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:14:48,640 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:14:48,647 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:14:51,568 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:14:51,662 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:14:51,670 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:14:54,581 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:14:54,654 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:14:54,662 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:14:57,565 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:14:57,652 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:14:57,690 - INFO - 127.0.0.1 - - [06/Apr/2026 21:14:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:00,577 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:00,659 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:00,668 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:03,583 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:03,657 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:03,666 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:06,576 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:06,648 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:06,655 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:09,571 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:09,652 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:09,653 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:12,566 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:12,656 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:12,663 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:15,573 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:15,629 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:15,629 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:18,570 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:18,649 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:18,676 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:21,564 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:21,637 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:21,666 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:25,020 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:25,103 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:25,114 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:25,166 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:25] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 21:15:25,176 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:25,227 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:27,557 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:27,620 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:27,625 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:30,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:30,615 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:30,622 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:33,567 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:33,612 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:33,619 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:36,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:36,613 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:36,626 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:39,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:39,616 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:39,640 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:42,573 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:42,653 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:42,653 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:45,570 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:45,626 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:45,627 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:48,560 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:48,635 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:48,648 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:51,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:51,635 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:51,636 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:54,564 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:54,644 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:15:54,644 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:57,588 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:15:57,690 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:15:57,712 - INFO - 127.0.0.1 - - [06/Apr/2026 21:15:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:00,563 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:00,630 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:00,637 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:03,551 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:03,611 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:03,615 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:06,561 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:06,628 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:06,629 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:09,555 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:09,623 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:09,629 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:12,570 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:12,647 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:12,658 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:15,558 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:15,628 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:15,630 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:18,570 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:18,656 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:18,658 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:19,768 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:19] "POST /api/block HTTP/1.1" 200 - 2026-04-06 21:16:19,776 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:19,820 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:21,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:21,651 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:21,658 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:24,729 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:24,849 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:24,877 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:27,769 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:27,785 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:27,830 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:30,856 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:30,857 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:30,980 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:33,672 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:33,749 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:33,771 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:36,677 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:36,753 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:36,774 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:39,675 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:39,749 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:39,775 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:42,680 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:42,758 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:42,780 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:45,685 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:45,776 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:45,776 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:48,730 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:48,764 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:48,792 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:51,683 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:51,745 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:51,777 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:54,679 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:54,766 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:54,857 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:16:57,675 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:16:57,750 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:16:57,771 - INFO - 127.0.0.1 - - [06/Apr/2026 21:16:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:00,679 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:17:00,723 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:17:00,841 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:03,679 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:17:03,754 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:17:03,761 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:06,690 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:17:06,766 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:17:06,770 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:09,667 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:17:09,733 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:17:09,744 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:12,674 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:17:12,742 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:12,746 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:17:15,692 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:17:15,766 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:17:15,812 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:18,680 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:17:18,750 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:17:18,778 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:21,690 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:17:21,763 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:17:21,797 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:45,667 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:17:45,727 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:17:45,741 - INFO - 127.0.0.1 - - [06/Apr/2026 21:17:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:27,491 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:27,579 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:27,600 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:30,696 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:30,788 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:30,790 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:33,682 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:33,753 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:33,762 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:36,715 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:36,793 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:36,794 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:39,673 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:39,752 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:39,757 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:42,670 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:42,741 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:42,746 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:45,666 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:45,739 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:45,740 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:48,685 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:48,750 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:48,761 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:51,685 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:51,767 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:51,771 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:54,691 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:54,779 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:18:54,780 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:57,884 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:18:57,885 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:18:57,996 - INFO - 127.0.0.1 - - [06/Apr/2026 21:18:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:00,743 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:00,769 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:00,770 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:03,784 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:03,784 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:03,939 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:06,775 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:06,848 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:06,851 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:09,674 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:09,750 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:09,762 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:12,674 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:12,738 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:12,741 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:15,987 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:16,005 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:16,010 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:18,687 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:18,815 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:18,816 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:21,910 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:21,991 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:22,033 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:24,738 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:24,865 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:24,898 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:27,672 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:27,760 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:27,761 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:35,765 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:35,850 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:35,878 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:36,554 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:36,627 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:36,657 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:39,555 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:39,623 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:39,641 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:42,673 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:42,747 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:42,772 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:45,674 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:45,750 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:45,782 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:48,737 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:48,787 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:48,788 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:51,693 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:51,768 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:51,793 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:54,867 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:54,985 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:55,034 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:19:57,680 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:19:57,799 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:19:57,827 - INFO - 127.0.0.1 - - [06/Apr/2026 21:19:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:00,794 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:00,839 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:00,840 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:03,815 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:03,859 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:03,861 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:06,786 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:06,849 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:06,874 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:09,702 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:09,863 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:09,906 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:12,700 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:12,817 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:12,852 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:15,676 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:15,823 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:15,877 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:18,708 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:18,844 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:18,880 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:21,678 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:21,831 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:21,871 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:24,733 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:24,824 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:24,855 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:27,678 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:27,821 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:27,859 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:30,730 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:30,816 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:30,850 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:33,742 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:33,786 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:33,787 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:36,565 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:36,733 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:36,864 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:39,679 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:39,819 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:39,907 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:42,554 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:42,697 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:42,732 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:44,196 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:44] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 21:20:44,212 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:44,306 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:45,553 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:45,720 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:45,755 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:48,690 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:48,805 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:48,841 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:51,687 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:51,790 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:51,806 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:54,730 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:54,846 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:54,917 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:20:57,703 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:20:57,831 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:20:57,862 - INFO - 127.0.0.1 - - [06/Apr/2026 21:20:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:00,744 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:00,859 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:00,886 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:03,697 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:03,783 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:03,834 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:06,682 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:06,814 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:06,845 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:09,683 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:09,847 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:09,887 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:12,571 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:12,736 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:12,763 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:15,577 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:15,699 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:15,726 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:18,712 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:18,835 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:18,868 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:21,564 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:21,750 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:21,872 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:23,474 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:23] "POST /api/block HTTP/1.1" 200 - 2026-04-06 21:21:23,503 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:23,647 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:24,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:24,715 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:24,756 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:27,572 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:27,721 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:27,768 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:30,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:30,689 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:30,714 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:33,574 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:33,694 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:33,723 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:36,555 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:36,705 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:36,741 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:39,692 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:39,807 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:39,846 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:42,701 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:42,801 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:42,828 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:45,720 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:45,881 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:45,987 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:48,672 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:48,782 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:48,848 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:51,869 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:51,908 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:51,908 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:54,698 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:54,836 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:21:54,857 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:57,844 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:21:57,845 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:21:57,938 - INFO - 127.0.0.1 - - [06/Apr/2026 21:21:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:00,680 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:00,809 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:00,833 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:03,673 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:03,835 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:03,864 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:06,700 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:06,815 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:06,843 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:09,851 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:09,897 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:09,898 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:12,675 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:12,790 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:12,795 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:15,688 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:15,829 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:15,883 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:18,681 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:18,871 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:18,916 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:21,681 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:21,832 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:21,850 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:24,692 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:24,827 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:24,855 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:27,676 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:27,836 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:27,868 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:30,834 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:30,889 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:30,893 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:33,679 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:33,823 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:33,845 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:36,882 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:36,883 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:36,986 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:39,685 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:39,853 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:39,890 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:42,695 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:42,821 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:42,841 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:45,691 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:45,824 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:45,849 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:48,707 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:48,818 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:48,858 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:51,676 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:51,804 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:51,863 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:54,695 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:54,821 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:54,847 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:22:57,719 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:22:57,830 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:22:57,879 - INFO - 127.0.0.1 - - [06/Apr/2026 21:22:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:23:45,685 - INFO - 127.0.0.1 - - [06/Apr/2026 21:23:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:23:45,814 - INFO - 127.0.0.1 - - [06/Apr/2026 21:23:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:23:45,834 - INFO - 127.0.0.1 - - [06/Apr/2026 21:23:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:24:45,707 - INFO - 127.0.0.1 - - [06/Apr/2026 21:24:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:24:45,835 - INFO - 127.0.0.1 - - [06/Apr/2026 21:24:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:24:46,033 - INFO - 127.0.0.1 - - [06/Apr/2026 21:24:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:15,444 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:15,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:15,776 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:18,571 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:18,787 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:18,870 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:21,568 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:21,785 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:21,861 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:24,566 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:24,832 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:24,932 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:27,568 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:27,736 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:27,919 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:30,574 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:30,837 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:30,871 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:33,789 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:33,792 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:33,977 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:36,906 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:36,907 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:37,086 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:39,558 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:39,742 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:39,777 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:42,581 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:42,766 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:42,814 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:45,583 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:45,757 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:45,766 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:48,578 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:48,835 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:25:48,836 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:51,580 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:25:51,762 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:25:51,832 - INFO - 127.0.0.1 - - [06/Apr/2026 21:25:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:15,456 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 21:32:15,456 - INFO - Press CTRL+C to quit 2026-04-06 21:32:18,054 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:18,229 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:18,257 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:18,599 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:18,754 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:18,991 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:19,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:19] "GET / HTTP/1.1" 200 - 2026-04-06 21:32:19,731 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:19] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 21:32:20,432 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:20,650 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:20,660 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:20,707 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:23,398 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:23,634 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:23,675 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:23,727 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:26,383 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:26,560 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:26,580 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:26,612 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:29,385 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:29,582 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:29,619 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:29,664 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:32,392 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:32,643 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:32,672 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:32,733 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:35,453 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:35,659 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:35,686 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:35,716 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:38,382 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:38,692 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:38,701 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:38,723 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:41,399 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:41,651 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:41,653 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:41,673 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:44,395 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:44,702 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:44,703 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:44,740 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:47,390 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:47,624 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:47,629 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:47,639 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:50,396 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:50,754 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:50,801 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:50,829 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:53,421 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:53,687 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:53,695 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:53,737 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:56,377 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:56,580 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:56,617 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:32:56,663 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:56,697 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:56] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 21:32:56,733 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:56,912 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:59,396 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:32:59,699 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:32:59,700 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:32:59,721 - INFO - 127.0.0.1 - - [06/Apr/2026 21:32:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:02,402 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:02,714 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:02,767 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:02,890 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:05,377 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:05,630 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:05,637 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:05,656 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:08,390 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:08,702 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:08,809 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:08,858 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:11,397 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:11,688 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:11,734 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:11,776 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:14,406 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:14,706 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:14,774 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:14,893 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:15,289 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:15] "POST /api/block HTTP/1.1" 200 - 2026-04-06 21:33:15,301 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:15,481 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:17,396 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:17,618 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:17,642 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:17,666 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:20,409 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:20,658 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:20,693 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:20,738 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:23,398 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:23,719 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:23,731 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:23,771 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:26,402 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:26,716 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:26,721 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:26,754 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:29,391 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:29,725 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:29,730 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:29,770 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:32,394 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:32,669 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:32,682 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:32,700 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:35,397 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:35,658 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:35,663 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:35,705 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:38,697 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:38,909 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:38,940 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:38,989 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:41,381 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:41,594 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:41,614 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:41,657 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:44,401 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:44,691 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:44,699 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:44,724 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:47,670 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:47,734 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:47,775 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:47,778 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:50,859 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:51,279 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:51,291 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:51,465 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:51,468 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:51] "GET /api/download_blocked_ips_pdf HTTP/1.1" 200 - 2026-04-06 21:33:54,399 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:54,411 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:54,513 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:54,514 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:56,689 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:57,003 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:57,038 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:57,107 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:33:59,663 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:33:59,860 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:33:59,881 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:33:59,921 - INFO - 127.0.0.1 - - [06/Apr/2026 21:33:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:02,692 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:02,897 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:02,899 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:02,915 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:05,388 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:05,593 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:05,627 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:05,672 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:08,933 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:09,118 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:09,148 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:09,164 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:11,746 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:11,944 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:11,971 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:12,026 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:12,032 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:12] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 21:34:12,043 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:12,164 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:14,681 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:14,920 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:14,958 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:14,982 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:17,576 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:17,816 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:17,840 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:17,903 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:20,794 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:20,918 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:20,948 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:20,977 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:23,685 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:23,960 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:23,976 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:24,023 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:27,074 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:27,079 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:27,116 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:27,117 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:29,869 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:29,890 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:29,903 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:29,933 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:32,683 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:32,886 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:32,915 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:32,935 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:35,823 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:35,839 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:35,867 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:35,868 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:38,890 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:38,892 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:39,059 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:39,064 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:41,864 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:41,889 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:41,911 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:41,932 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:44,688 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:44,870 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:44,878 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:44,903 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:47,680 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:47,798 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:47,818 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:47,853 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:50,964 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:50,989 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:51,003 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:51,004 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:53,685 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:53,896 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:53,915 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:53,962 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:56,388 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:56,610 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:56,627 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:56,661 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:34:59,387 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:34:59,662 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:34:59,719 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:34:59,779 - INFO - 127.0.0.1 - - [06/Apr/2026 21:34:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:02,380 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:02,588 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:02,610 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:02,652 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:05,379 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:05,645 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:05,664 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:05,692 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:08,397 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:08,632 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:08,640 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:08,676 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:11,397 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:11,600 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:11,613 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:11,645 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:14,378 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:14,596 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:14,677 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:14,715 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:17,379 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:17,573 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:17,590 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:17,625 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:20,399 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:20,650 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:20,720 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:20,753 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:23,387 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:23,668 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:23,714 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:23,732 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:26,379 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:26,582 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:26,594 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:26,625 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:29,406 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:29,719 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:29,739 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:29,784 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:32,392 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:32,617 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:32,618 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:32,680 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:35,381 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:35,571 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:35,572 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:35,608 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:38,379 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:38,583 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:38,596 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:38,613 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:41,399 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:41,623 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:41,667 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:41,735 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:44,398 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:44,595 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:44,642 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:44,688 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:47,388 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:47,627 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:47,673 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:47,734 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:50,385 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:50,668 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:50,703 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:50,739 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:53,394 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:53,592 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:53,625 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:53,655 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:56,401 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:56,590 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:56,669 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:35:56,690 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:59,407 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:35:59,681 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:35:59,681 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:35:59,701 - INFO - 127.0.0.1 - - [06/Apr/2026 21:35:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:02,404 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:02,663 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:02,724 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:02,763 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:05,388 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:05,630 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:05,640 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:05,697 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:09,794 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:10,018 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:10,060 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:10,323 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:12,058 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:12,060 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:12,267 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:12,321 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:14,821 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:15,070 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:15,082 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:15,181 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:17,700 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:17,955 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:18,012 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:18,047 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:20,948 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:21,038 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:21,096 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:21,150 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:23,389 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:23,592 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:23,611 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:23,647 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:27,741 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:28,119 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:28,137 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:28,187 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:28] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:29,398 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:29,590 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:29,615 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:29,673 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:32,400 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:32,586 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:32,599 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:32,639 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:35,942 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:35,973 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:35,974 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:36,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:38,698 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:38,885 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:38,903 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:38,926 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:41,868 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:41,891 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:41,904 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:42,063 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:44,951 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:45,019 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:45,027 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:45,132 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:47,708 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:47,937 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:47,950 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:47,966 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:50,378 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:50,625 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:50,698 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:50,829 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:53,395 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:53,587 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:53,589 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:53,628 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:56,399 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:56,625 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:56,681 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:36:56,698 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:59,402 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:36:59,598 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:36:59,599 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:36:59,629 - INFO - 127.0.0.1 - - [06/Apr/2026 21:36:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:02,381 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:02,631 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:02,651 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:02,701 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:05,383 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:05,646 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:05,656 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:05,689 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:08,721 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:08,936 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:08,990 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:09,054 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:11,700 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:11,906 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:11,951 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:11,997 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:14,723 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:14,856 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:14,869 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:14,903 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:17,721 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:17,963 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:18,001 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:18,043 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:20,981 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:21,023 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:21,038 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:21,180 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:23,970 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:23,973 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:24,045 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:24,046 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:26,911 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:26,962 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:26,965 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:27,109 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:29,792 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:29,909 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:29,959 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:29,963 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:32,715 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:32,917 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:32,930 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:32,956 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:35,809 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:35,867 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:35,886 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:35,925 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:38,909 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:38,947 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:38,971 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:38,972 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:41,804 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:41,835 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:41,892 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:41,910 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:44,686 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:44,914 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:44,967 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:44,999 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:47,395 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:47,602 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:47,664 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:47,705 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:50,734 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:50,933 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:50,941 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:50,969 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:53,754 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:53,887 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:53,893 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:53,913 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:56,885 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:56,892 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:56,905 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:56,918 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:37:59,857 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:37:59,873 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:37:59,949 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:37:59,971 - INFO - 127.0.0.1 - - [06/Apr/2026 21:37:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:02,682 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:02,983 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:03,013 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:03,061 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:05,680 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:05,902 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:05,948 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:05,970 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:08,913 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:08,966 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:08,999 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:09,000 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:11,688 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:11,904 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:11,955 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:11,986 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:14,707 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:14,957 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:14,997 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:15,079 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:17,918 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:17,941 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:17,965 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:17,966 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:20,773 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:20,868 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:20,920 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:20,931 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:23,728 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:23,900 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:23,915 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:23,955 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:27,142 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:27,143 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:27,310 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:27,422 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:30,854 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:31,108 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:31,140 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:31] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:31,172 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:32,700 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:32,893 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:32,918 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:32,948 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:35,868 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:35,887 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:35,896 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:35,917 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:38,830 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:38,984 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:39,006 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:39,034 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:41,914 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:41,921 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:41,943 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:41,946 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:44,934 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:44,944 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:45,015 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:45,022 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:38:47,690 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:38:47,924 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:38:47,948 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:38:47,980 - INFO - 127.0.0.1 - - [06/Apr/2026 21:38:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:39:45,905 - INFO - 127.0.0.1 - - [06/Apr/2026 21:39:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:39:45,931 - INFO - 127.0.0.1 - - [06/Apr/2026 21:39:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:39:45,947 - INFO - 127.0.0.1 - - [06/Apr/2026 21:39:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:39:45,965 - INFO - 127.0.0.1 - - [06/Apr/2026 21:39:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:40:45,713 - INFO - 127.0.0.1 - - [06/Apr/2026 21:40:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:40:45,969 - INFO - 127.0.0.1 - - [06/Apr/2026 21:40:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:40:45,991 - INFO - 127.0.0.1 - - [06/Apr/2026 21:40:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:40:46,057 - INFO - 127.0.0.1 - - [06/Apr/2026 21:40:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:13,204 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 21:42:13,204 - INFO - Press CTRL+C to quit 2026-04-06 21:42:15,205 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:15,292 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:15,294 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:15,461 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:17,387 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:17,676 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:17,754 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:17,775 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:17,951 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:17] "GET / HTTP/1.1" 200 - 2026-04-06 21:42:18,108 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:18] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 21:42:18,352 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:18,573 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:18,608 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:18,630 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:21,427 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:21,696 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:21,755 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:21,778 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:24,031 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:24] "GET / HTTP/1.1" 200 - 2026-04-06 21:42:24,091 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:24] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 21:42:24,165 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:24,684 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:24,716 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:24,772 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:27,140 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:27,368 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:27,392 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:27,530 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:30,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:30,476 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:30,483 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:30,524 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:33,432 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:33,490 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:33,611 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:33,842 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:36,160 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:36,414 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:36,425 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:36,458 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:39,168 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:39,519 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:39,565 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:39,588 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:42,160 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:42,519 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:42,555 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:42,683 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:45,155 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:45,489 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:45,500 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:45,548 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:48,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:48,459 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:48,483 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:48,526 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:51,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:51,501 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:51,511 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:51,549 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:54,155 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:54,510 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:54,560 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:54,615 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:42:57,202 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:42:57,467 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:42:57,504 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:42:57,547 - INFO - 127.0.0.1 - - [06/Apr/2026 21:42:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:00,149 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:00,494 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:00,540 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:00,579 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:03,164 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:03,520 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:03,561 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:03,591 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:06,140 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:06,477 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:06,487 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:06,539 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:09,150 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:09,438 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:09,479 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:09,517 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:12,160 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:12,497 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:12,537 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:12,641 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:15,160 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:15,525 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:15,527 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:15,569 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:18,159 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:18,505 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:18,563 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:18,604 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:21,151 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:21,454 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:21,522 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:21,598 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:24,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:24,512 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:24,514 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:24,565 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:27,179 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:27,540 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:27,581 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:27,635 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:30,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:30,513 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:30,524 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:30,574 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:33,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:33,517 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:33,565 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:33,684 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:36,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:36,546 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:36,600 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:36,619 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:39,144 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:39,464 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:39,515 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:39,537 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:42,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:42,447 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:42,489 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:42,543 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:45,157 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:45,481 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:45,498 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:45,549 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:48,183 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:48,569 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:48,619 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:48,728 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:51,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:51,517 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:51,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:51,635 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:54,149 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:54,538 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:54,596 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:54,643 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:43:57,245 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:43:57,595 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:43:57,643 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:43:57,697 - INFO - 127.0.0.1 - - [06/Apr/2026 21:43:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:00,179 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:00,506 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:00,512 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:00,554 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:03,171 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:03,524 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:03,612 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:03,718 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:06,141 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:06,440 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:06,478 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:06,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:09,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:09,518 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:09,580 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:09,620 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:12,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:12,558 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:12,559 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:12,613 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:15,155 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:15,504 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:15,506 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:15,554 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:18,183 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:18,601 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:18,662 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:18,761 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:21,151 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:21,459 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:21,497 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:21,550 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:24,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:24,559 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:24,604 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:24,698 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:27,145 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:27,436 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:27,473 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:27,526 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:30,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:30,586 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:30,665 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:30,776 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:33,189 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:33,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:33,619 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:33,721 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:36,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:36,588 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:36,646 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:36,670 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:39,154 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:39,453 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:39,458 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:39,496 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:42,161 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:42,563 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:42,662 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:42,697 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:45,161 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:45,459 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:45,466 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:45,509 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:48,155 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:48,473 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:48,479 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:48,520 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:51,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:51,496 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:51,509 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:51,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:54,164 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:54,559 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:54,577 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:44:54,640 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:57,151 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:44:57,445 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:44:57,493 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:44:57,565 - INFO - 127.0.0.1 - - [06/Apr/2026 21:44:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:00,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:00,458 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:00,461 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:00,525 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:03,468 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:03,530 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:03,612 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:03,858 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:06,159 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:06,465 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:06,468 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:06,521 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:09,151 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:09,469 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:09,473 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:09,500 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:12,170 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:12,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:12,608 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:12,670 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:15,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:15,500 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:15,508 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:15,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:18,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:18,514 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:18,527 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:18,567 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:21,181 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:21,489 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:21,514 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:21,636 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:24,164 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:24,513 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:24,515 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:24,587 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:27,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:27,511 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:27,567 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:27,630 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:30,157 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:30,502 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:30,516 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:30,569 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:33,383 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:33,758 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:33,854 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:33,988 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:36,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:36,519 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:36,522 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:36,585 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:39,685 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:40,029 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:40,038 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:40,090 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:42,682 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:43,040 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:43,043 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:43,093 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:46,055 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:46,117 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:46,132 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:46,307 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:48,695 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:49,039 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:49,058 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:49,099 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:52,035 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:52,140 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:52,142 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:52,342 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:54,698 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:55,074 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:45:55,084 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:55,136 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:55] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:57,714 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:45:58,070 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:45:58,112 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:45:58,188 - INFO - 127.0.0.1 - - [06/Apr/2026 21:45:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:00,692 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:01,066 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:01,068 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:01,119 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:07,607 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:07,664 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:07,709 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:08,099 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:09,190 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:09,481 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:09,509 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:09,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:12,147 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:12,511 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:12,589 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:12,610 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:15,167 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:15,483 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:15,492 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:15,538 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:18,149 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:18,387 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:18,439 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:18,481 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:21,149 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:21,444 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:21,446 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:21,484 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:24,157 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:24,450 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:24,499 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:24,532 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:27,160 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:27,479 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:27,480 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:27,517 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:30,166 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:30,471 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:30,497 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:30,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:33,410 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:33,442 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:34,061 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:34,174 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:34] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:36,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:36,487 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:36,493 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:36,561 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:39,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:39,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:39,642 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:39,724 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:42,153 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:42,441 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:42,448 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:42,481 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:45,155 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:45,480 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:45,481 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:45,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:48,159 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:48,502 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:48,514 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:48,563 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:51,157 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:51,498 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:51,505 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:51,597 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:54,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:54,502 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:54,509 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:46:54,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:57,172 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:46:57,501 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:46:57,573 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:46:57,623 - INFO - 127.0.0.1 - - [06/Apr/2026 21:46:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:00,142 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:00,476 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:00,492 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:00,535 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:03,164 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:03,500 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:03,550 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:03,630 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:06,154 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:06,439 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:06,454 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:06,494 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:09,149 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:09,495 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:09,604 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:09,694 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:12,153 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:12,503 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:12,504 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:12,558 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:15,166 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:15,493 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:15,495 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:15,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:18,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:18,436 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:18,492 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:18,533 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:21,161 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:21,501 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:21,508 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:21,570 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:24,170 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:24,501 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:24,519 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:24,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:27,154 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:27,508 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:27,510 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:27,566 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:30,164 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:30,508 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:30,512 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:30,565 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:33,184 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:33,440 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:33,508 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:33,531 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:36,159 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:36,506 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:36,509 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:36,556 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:39,146 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:39,511 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:39,574 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:39,657 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:42,166 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:42,518 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:42,574 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:42,634 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:45,148 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:45,491 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:45,499 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:45,553 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:48,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:48,473 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:48,492 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:48,537 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:51,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:51,430 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:51,446 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:51,489 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:54,175 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:54,523 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:54,583 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:54,607 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:47:57,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:47:57,494 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:47:57,545 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:47:57,666 - INFO - 127.0.0.1 - - [06/Apr/2026 21:47:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:00,157 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:00,494 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:00,556 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:00,601 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:03,153 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:03,479 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:03,532 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:03,635 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:06,151 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:06,485 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:06,543 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:06,564 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:09,155 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:09,480 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:09,486 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:09,542 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:12,149 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:12,489 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:12,491 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:12,547 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:15,167 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:15,503 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:15,505 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:15,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:18,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:18,487 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:18,506 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:18,559 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:21,148 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:21,526 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:21,528 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:21,598 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:24,148 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:24,458 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:24,475 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:24,531 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:27,159 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:27,500 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:27,552 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:27,593 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:30,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:30,421 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:30,439 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:30,466 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:33,175 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:33,475 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:33,532 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:33,629 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:36,143 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:36,416 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:36,417 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:36,454 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:40,403 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:40,635 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:40,647 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:40,695 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:40,722 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:40] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 21:48:40,732 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:40,884 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:42,155 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:42,493 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:42,519 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:42,563 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:45,168 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:45,525 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:45,567 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:45,683 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:48,142 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:48,506 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:48,508 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:48,564 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:50,559 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:50] "POST /api/block HTTP/1.1" 200 - 2026-04-06 21:48:50,587 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:50,869 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:51,140 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:51,364 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:51,406 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:51,429 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:54,703 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:54,951 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:54,952 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:54,999 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:48:57,726 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:48:57,979 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:48:58,023 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:48:58,344 - INFO - 127.0.0.1 - - [06/Apr/2026 21:48:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:00,705 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:00,973 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:00,976 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:01,010 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:03,687 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:04,057 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:04,139 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:04] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:04,181 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:07,050 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:07,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:07,174 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:07,423 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:09,705 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:10,005 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:10,058 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:10,135 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:12,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:12,459 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:12,500 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:12,592 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:15,160 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:15,514 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:15,523 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:15,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:18,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:18,559 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:18,567 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:18,635 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:21,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:21,453 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:21,454 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:21,498 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:24,157 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:24,557 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:24,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:24,608 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:27,155 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:27,418 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:27,449 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:27,498 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:30,150 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:30,568 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:30,569 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:30,625 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:33,162 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:33,556 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:33,600 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:33,637 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:36,481 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:36,545 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:36,547 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:36,780 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:39,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:39,435 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:39,500 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:39,522 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:42,157 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:42,580 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:42,662 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:42,743 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:45,147 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:45,458 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:45,462 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:45,501 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:48,155 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:48,537 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:48,584 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:48,679 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:51,147 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:51,434 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:51,477 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:51,515 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:54,147 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:54,583 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:54,645 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:54,687 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:49:57,165 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:49:57,356 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:49:57,728 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:49:57,834 - INFO - 127.0.0.1 - - [06/Apr/2026 21:49:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:00,148 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:00,483 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:00,491 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:00,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:03,161 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:03,517 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:03,588 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:03,636 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:06,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:06,523 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:06,525 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:06,599 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:09,164 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:09,518 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:09,578 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:09,690 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:12,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:12,527 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:12,538 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:12,609 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:15,143 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:15,466 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:15,488 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:15,519 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:18,158 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:18,532 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:18,545 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:18,614 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:21,153 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:21,490 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:21,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:21,611 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:24,160 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:24,543 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:24,545 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:24,630 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:27,165 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:27,534 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:27,590 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:27,638 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:30,157 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:30,528 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:30,541 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:30,602 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:33,166 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:33,518 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:33,576 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:33,640 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:36,153 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:36,498 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:36,511 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:36,601 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:39,162 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:39,498 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:39,569 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:39,588 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:42,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:42,512 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:42,525 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:42,576 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:45,153 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:45,438 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:45,443 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:45,498 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:48,151 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:48,486 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:48,500 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:48,554 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:51,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:51,536 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:51,546 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:51,601 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:54,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:54,541 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:54,610 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:54,662 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:50:57,162 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:50:57,510 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:50:57,560 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:50:57,624 - INFO - 127.0.0.1 - - [06/Apr/2026 21:50:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:00,151 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:00,448 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:00,455 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:00,487 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:03,159 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:03,522 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:03,578 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:03,646 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:06,141 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:06,449 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:06,452 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:06,476 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:09,160 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:09,513 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:09,516 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:09,573 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:12,154 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:12,506 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:12,509 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:12,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:15,146 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:15,486 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:15,510 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:15,540 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:18,164 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:18,517 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:18,523 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:18,575 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:21,142 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:21,420 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:21,429 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:21,462 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:24,159 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:24,452 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:24,483 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:24,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:27,167 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:27,510 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:27,613 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:27,825 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:30,147 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:30,497 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:30,567 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:30,671 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:33,168 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:33,537 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:33,595 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:33,653 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:36,150 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:36,543 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:36,607 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:36,720 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:39,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:39,523 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:39,527 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:39,565 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:42,150 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:42,454 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:42,460 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:42,498 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:45,156 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:45,466 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:45,490 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:45,543 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:48,168 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:48,517 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:48,520 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:48,580 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:51,143 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:51,484 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:51,532 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:51,547 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:54,162 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:54,520 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:54,531 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:51:54,582 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:57,161 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:51:57,532 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:51:57,579 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:51:57,641 - INFO - 127.0.0.1 - - [06/Apr/2026 21:51:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:52:00,152 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:52:00,444 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:52:00,452 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:52:00,491 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:52:03,145 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:52:03,480 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:52:03,544 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:52:03,644 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:52:06,159 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:52:06,493 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:52:06,512 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:52:06,564 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:52:09,361 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:52:09,365 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:52:09,630 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:52:09,696 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:52:12,163 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:52:12,510 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:52:12,515 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:52:12,573 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 21:52:15,165 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 21:52:15,505 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 21:52:15,507 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 21:52:15,562 - INFO - 127.0.0.1 - - [06/Apr/2026 21:52:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:11:52,451 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 22:11:52,451 - INFO - Press CTRL+C to quit 2026-04-06 22:11:57,948 - INFO - 127.0.0.1 - - [06/Apr/2026 22:11:57] "GET / HTTP/1.1" 200 - 2026-04-06 22:11:58,077 - INFO - 127.0.0.1 - - [06/Apr/2026 22:11:58] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 22:11:58,335 - INFO - 127.0.0.1 - - [06/Apr/2026 22:11:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:11:58,605 - INFO - 127.0.0.1 - - [06/Apr/2026 22:11:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:11:58,623 - INFO - 127.0.0.1 - - [06/Apr/2026 22:11:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:11:58,653 - INFO - 127.0.0.1 - - [06/Apr/2026 22:11:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:01,351 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:01,605 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:01,607 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:01,635 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:04,366 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:04,729 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:04,775 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:04] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:04,833 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:07,404 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:07,710 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:07,757 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:07,792 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:09,866 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:09] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:09,881 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:10,121 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:10,373 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:10,671 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:10,720 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:10,758 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:12,149 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:12] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:12,165 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:12,330 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:14,093 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:14,340 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:14,343 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:14,384 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:14,418 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:14] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:14,429 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:14,635 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:16,044 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:16] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:16,070 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:16,306 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:16,334 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:16,617 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:16,647 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:16,698 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:18,085 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:18] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:18,101 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:18,298 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:20,312 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:20,553 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:20,604 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:20,622 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:20,628 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:20] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:20,640 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:20,810 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:22,611 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:22,859 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:22,867 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:22,906 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:22] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:22,922 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:22] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:22,961 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:23,130 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:25,104 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:25] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:25,118 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:25,279 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:25,353 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:25,620 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:25,653 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:25] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:25,678 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:27,183 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:27] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:27,199 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:27,358 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:29,740 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:29,983 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:30,024 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:30,058 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:30,073 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:30] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:30,083 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:30,270 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:31,680 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:31,943 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:31,986 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:31] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:32,004 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:32] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:12:32,010 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:32,015 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:32,238 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:34,351 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:34,698 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:34] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:34,744 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:34] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:34,826 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:37,684 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:37,938 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:37,945 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:37,979 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:40,747 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:41,039 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:41,100 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:41,156 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:43,686 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:43,902 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:43,949 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:43,987 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:46,815 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:46,908 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:46,920 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:46,951 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:49,749 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:49,905 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:49,911 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:49,951 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:52,918 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:52,975 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:52,998 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:53,027 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:55,714 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:55,976 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:12:56,013 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:56,044 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:58,919 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:12:58,941 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:12:58,948 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:12:58,980 - INFO - 127.0.0.1 - - [06/Apr/2026 22:12:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:01,697 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:01,928 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:01,960 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:02,003 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:04,997 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:05,026 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:05,047 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:05,049 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:07,709 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:07,912 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:07,927 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:07,952 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:10,912 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:10,933 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:10,961 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:10,984 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:13,968 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:14,040 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:14,041 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:14,187 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:16,725 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:16,911 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:16,962 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:17,037 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:19,916 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:19,959 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:19] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:19,982 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:20,070 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:22,689 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:22,921 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:22,922 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:22,962 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:22] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:25,348 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:25,592 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:25,646 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:25] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:25,664 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:28,365 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:28,625 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:28,670 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:28] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:28,704 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:31,715 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:31,931 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:32,002 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:32,246 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:34,856 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:34] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:34,900 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:35,231 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:35,354 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:37,694 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:37,884 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:38,135 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:38,401 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:40,702 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:40,939 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:41,234 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:41,455 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:43,677 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:43,913 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:43,945 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:43,989 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:46,688 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:46,914 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:46,974 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:47,017 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:49,921 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:50,236 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:50,378 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:50,379 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:52,690 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:53,059 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:53,063 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:53,110 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:55,684 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:56,064 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:56,106 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:13:56,157 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:58,688 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:13:59,070 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:13:59,072 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:13:59,121 - INFO - 127.0.0.1 - - [06/Apr/2026 22:13:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:01,698 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:01,919 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:02,114 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:02,217 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:04,999 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:05,045 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:05,166 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:05,168 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:07,696 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:08,061 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:08,108 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:08,141 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:10,950 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:11,005 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:11,031 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:11,034 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:13,706 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:13,922 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:13,966 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:14,016 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:16,889 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:16,933 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:16,949 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:16,981 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:19,971 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:19,984 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:19] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:20,029 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:20,046 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:22,920 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:22,921 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:23,186 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:23,245 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:26,059 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:26,156 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:26,161 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:26,342 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:28,691 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:29,083 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:29,142 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:29,169 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:14:45,719 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:14:46,108 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:14:46,163 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:14:46,281 - INFO - 127.0.0.1 - - [06/Apr/2026 22:14:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:15:45,723 - INFO - 127.0.0.1 - - [06/Apr/2026 22:15:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:15:46,034 - INFO - 127.0.0.1 - - [06/Apr/2026 22:15:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:15:46,078 - INFO - 127.0.0.1 - - [06/Apr/2026 22:15:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:15:46,098 - INFO - 127.0.0.1 - - [06/Apr/2026 22:15:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:16:45,722 - INFO - 127.0.0.1 - - [06/Apr/2026 22:16:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:16:46,026 - INFO - 127.0.0.1 - - [06/Apr/2026 22:16:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:16:46,050 - INFO - 127.0.0.1 - - [06/Apr/2026 22:16:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:16:46,069 - INFO - 127.0.0.1 - - [06/Apr/2026 22:16:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:17:45,829 - INFO - 127.0.0.1 - - [06/Apr/2026 22:17:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:17:46,018 - INFO - 127.0.0.1 - - [06/Apr/2026 22:17:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:17:46,025 - INFO - 127.0.0.1 - - [06/Apr/2026 22:17:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:17:46,071 - INFO - 127.0.0.1 - - [06/Apr/2026 22:17:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:18:45,707 - INFO - 127.0.0.1 - - [06/Apr/2026 22:18:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:18:46,152 - INFO - 127.0.0.1 - - [06/Apr/2026 22:18:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:18:46,156 - INFO - 127.0.0.1 - - [06/Apr/2026 22:18:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:18:46,227 - INFO - 127.0.0.1 - - [06/Apr/2026 22:18:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:19:45,717 - INFO - 127.0.0.1 - - [06/Apr/2026 22:19:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:19:46,013 - INFO - 127.0.0.1 - - [06/Apr/2026 22:19:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:19:46,017 - INFO - 127.0.0.1 - - [06/Apr/2026 22:19:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:19:46,045 - INFO - 127.0.0.1 - - [06/Apr/2026 22:19:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:20:45,698 - INFO - 127.0.0.1 - - [06/Apr/2026 22:20:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:20:46,120 - INFO - 127.0.0.1 - - [06/Apr/2026 22:20:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:20:46,173 - INFO - 127.0.0.1 - - [06/Apr/2026 22:20:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:20:46,208 - INFO - 127.0.0.1 - - [06/Apr/2026 22:20:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:21:45,767 - INFO - 127.0.0.1 - - [06/Apr/2026 22:21:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:21:45,995 - INFO - 127.0.0.1 - - [06/Apr/2026 22:21:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:21:46,035 - INFO - 127.0.0.1 - - [06/Apr/2026 22:21:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:21:46,081 - INFO - 127.0.0.1 - - [06/Apr/2026 22:21:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:09,996 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 22:24:09,997 - INFO - Press CTRL+C to quit 2026-04-06 22:24:13,588 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:14,089 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:14,661 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:14,738 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:14,739 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:14,755 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:14] "GET / HTTP/1.1" 200 - 2026-04-06 22:24:15,014 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:15] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 22:24:15,338 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:15,385 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:15,386 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:16,380 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:16,396 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:16,398 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:16,463 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:18,169 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:18,912 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:18,993 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:19,063 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:21,153 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:21,478 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:21,506 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:21,559 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:24,187 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:24,645 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:24,744 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:25,227 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:27,160 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:27,649 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:27,703 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:27,793 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:30,157 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:30,531 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:30,555 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:30,611 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:33,171 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:33,628 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:33,664 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:33,715 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:36,685 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:37,240 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:37,260 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:37,301 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:39,703 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:40,230 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:40,264 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:40,313 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:42,714 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:43,048 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:43,095 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:43,211 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:45,982 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:46,289 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:46,360 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:46,753 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:49,033 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:49,037 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:49,072 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:49,074 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:51,679 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:51,987 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:52,026 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:52,055 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:54,464 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:54,521 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:24:54,521 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:54,752 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:57,153 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:24:57,429 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:24:57,461 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:24:57,489 - INFO - 127.0.0.1 - - [06/Apr/2026 22:24:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:00,171 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:00,645 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:00,646 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:00,659 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:03,161 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:03,680 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:03,699 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:03,729 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:06,714 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:07,151 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:07,179 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:07,271 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:09,728 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:10,071 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:10,096 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:10,215 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:12,692 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:13,179 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:13,209 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:13,228 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:15,698 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:16,187 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:16,235 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:16,295 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:18,690 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:19,174 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:19,204 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:19] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:19,282 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:22,119 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:22] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:22,238 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:22,292 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:22,322 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:24,685 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:25,160 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:25,170 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:25,195 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:25] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:28,343 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:28,378 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:28] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:28,523 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:28,650 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:30,703 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:31,184 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:31,209 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:31] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:31,228 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:33,434 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:33,510 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:33,783 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:33,818 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:36,813 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:37,138 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:37,149 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:37,164 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:37,177 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:37] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:25:37,194 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:37,406 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:39,170 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:39,450 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:39,474 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:39,498 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:39,517 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:39] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:25:39,529 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:39,762 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:41,312 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:41] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:25:41,328 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:41,521 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:42,163 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:42,513 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:42,541 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:42,563 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:45,046 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:45] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:25:45,059 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:45,149 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:45,347 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:45,449 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:45,475 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:45,589 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:47,411 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:47] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:25:47,425 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:47,631 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:48,709 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:49,025 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:49,040 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:49,163 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:52,073 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:52,360 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:52,446 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:52,656 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:54,704 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:55,137 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:25:55,158 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:55] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:55,238 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:57,715 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:25:58,047 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:25:58,167 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:25:58,416 - INFO - 127.0.0.1 - - [06/Apr/2026 22:25:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:00,686 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:01,052 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:01,072 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:01,091 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:03,726 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:04,119 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:04,142 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:04] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:04,199 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:07,106 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:07,124 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:07,175 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:07,216 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:09,715 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:10,290 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:10,297 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:10,330 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:13,060 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:13,063 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:13,418 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:13,444 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:16,077 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:16,142 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:16,166 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:16,202 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:18,682 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:18,995 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:19,030 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:19] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:19,048 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:21,674 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:22,053 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:22,094 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:22] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:22,141 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:24,716 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:25,013 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:25,034 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:25] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:25,059 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:27,693 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:28,175 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:28,227 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:28] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:28,329 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:30,690 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:31,136 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:31,177 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:31] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:31,266 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:33,689 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:34,039 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:34] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:34,043 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:34,070 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:34] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:36,980 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:37,109 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:37,183 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:37,187 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:39,704 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:40,223 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:40,227 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:40,311 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:42,688 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:43,181 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:43,184 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:43,222 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:26:45,691 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:26:46,051 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:26:46,053 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:26:46,095 - INFO - 127.0.0.1 - - [06/Apr/2026 22:26:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:27:46,078 - INFO - 127.0.0.1 - - [06/Apr/2026 22:27:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:27:46,091 - INFO - 127.0.0.1 - - [06/Apr/2026 22:27:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:27:46,164 - INFO - 127.0.0.1 - - [06/Apr/2026 22:27:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:27:46,167 - INFO - 127.0.0.1 - - [06/Apr/2026 22:27:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:28:45,716 - INFO - 127.0.0.1 - - [06/Apr/2026 22:28:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:28:46,090 - INFO - 127.0.0.1 - - [06/Apr/2026 22:28:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:28:46,114 - INFO - 127.0.0.1 - - [06/Apr/2026 22:28:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:28:46,383 - INFO - 127.0.0.1 - - [06/Apr/2026 22:28:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:29:45,812 - INFO - 127.0.0.1 - - [06/Apr/2026 22:29:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:29:46,288 - INFO - 127.0.0.1 - - [06/Apr/2026 22:29:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:29:46,329 - INFO - 127.0.0.1 - - [06/Apr/2026 22:29:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:29:46,466 - INFO - 127.0.0.1 - - [06/Apr/2026 22:29:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:30:46,113 - INFO - 127.0.0.1 - - [06/Apr/2026 22:30:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:30:46,244 - INFO - 127.0.0.1 - - [06/Apr/2026 22:30:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:30:46,247 - INFO - 127.0.0.1 - - [06/Apr/2026 22:30:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:30:46,553 - INFO - 127.0.0.1 - - [06/Apr/2026 22:30:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:31:45,869 - INFO - 127.0.0.1 - - [06/Apr/2026 22:31:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:31:46,258 - INFO - 127.0.0.1 - - [06/Apr/2026 22:31:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:31:46,260 - INFO - 127.0.0.1 - - [06/Apr/2026 22:31:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:31:46,278 - INFO - 127.0.0.1 - - [06/Apr/2026 22:31:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:32:45,699 - INFO - 127.0.0.1 - - [06/Apr/2026 22:32:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:32:46,331 - INFO - 127.0.0.1 - - [06/Apr/2026 22:32:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:32:46,347 - INFO - 127.0.0.1 - - [06/Apr/2026 22:32:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:32:46,378 - INFO - 127.0.0.1 - - [06/Apr/2026 22:32:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:34:17,970 - INFO - 127.0.0.1 - - [06/Apr/2026 22:34:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:34:17,981 - INFO - 127.0.0.1 - - [06/Apr/2026 22:34:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:34:18,097 - INFO - 127.0.0.1 - - [06/Apr/2026 22:34:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:34:18,130 - INFO - 127.0.0.1 - - [06/Apr/2026 22:34:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:34:46,074 - INFO - 127.0.0.1 - - [06/Apr/2026 22:34:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:34:46,138 - INFO - 127.0.0.1 - - [06/Apr/2026 22:34:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:34:46,168 - INFO - 127.0.0.1 - - [06/Apr/2026 22:34:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:34:46,381 - INFO - 127.0.0.1 - - [06/Apr/2026 22:34:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:35:45,696 - INFO - 127.0.0.1 - - [06/Apr/2026 22:35:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:35:46,254 - INFO - 127.0.0.1 - - [06/Apr/2026 22:35:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:35:46,292 - INFO - 127.0.0.1 - - [06/Apr/2026 22:35:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:35:46,399 - INFO - 127.0.0.1 - - [06/Apr/2026 22:35:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:36:46,099 - INFO - 127.0.0.1 - - [06/Apr/2026 22:36:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:36:46,191 - INFO - 127.0.0.1 - - [06/Apr/2026 22:36:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:36:46,192 - INFO - 127.0.0.1 - - [06/Apr/2026 22:36:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:36:46,451 - INFO - 127.0.0.1 - - [06/Apr/2026 22:36:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:37:45,699 - INFO - 127.0.0.1 - - [06/Apr/2026 22:37:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:37:46,230 - INFO - 127.0.0.1 - - [06/Apr/2026 22:37:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:37:46,240 - INFO - 127.0.0.1 - - [06/Apr/2026 22:37:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:37:46,267 - INFO - 127.0.0.1 - - [06/Apr/2026 22:37:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:38:45,694 - INFO - 127.0.0.1 - - [06/Apr/2026 22:38:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:38:46,290 - INFO - 127.0.0.1 - - [06/Apr/2026 22:38:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:38:46,339 - INFO - 127.0.0.1 - - [06/Apr/2026 22:38:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:38:46,417 - INFO - 127.0.0.1 - - [06/Apr/2026 22:38:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:39:45,689 - INFO - 127.0.0.1 - - [06/Apr/2026 22:39:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:39:46,280 - INFO - 127.0.0.1 - - [06/Apr/2026 22:39:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:39:46,343 - INFO - 127.0.0.1 - - [06/Apr/2026 22:39:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:39:46,410 - INFO - 127.0.0.1 - - [06/Apr/2026 22:39:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:40:45,696 - INFO - 127.0.0.1 - - [06/Apr/2026 22:40:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:40:46,302 - INFO - 127.0.0.1 - - [06/Apr/2026 22:40:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:40:46,362 - INFO - 127.0.0.1 - - [06/Apr/2026 22:40:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:40:46,417 - INFO - 127.0.0.1 - - [06/Apr/2026 22:40:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:41:45,708 - INFO - 127.0.0.1 - - [06/Apr/2026 22:41:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:41:46,211 - INFO - 127.0.0.1 - - [06/Apr/2026 22:41:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:41:46,279 - INFO - 127.0.0.1 - - [06/Apr/2026 22:41:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:41:46,649 - INFO - 127.0.0.1 - - [06/Apr/2026 22:41:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:42:45,723 - INFO - 127.0.0.1 - - [06/Apr/2026 22:42:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:42:46,094 - INFO - 127.0.0.1 - - [06/Apr/2026 22:42:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:42:46,146 - INFO - 127.0.0.1 - - [06/Apr/2026 22:42:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:42:46,448 - INFO - 127.0.0.1 - - [06/Apr/2026 22:42:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:43:45,698 - INFO - 127.0.0.1 - - [06/Apr/2026 22:43:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:43:46,299 - INFO - 127.0.0.1 - - [06/Apr/2026 22:43:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:43:46,370 - INFO - 127.0.0.1 - - [06/Apr/2026 22:43:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:43:46,440 - INFO - 127.0.0.1 - - [06/Apr/2026 22:43:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:44:45,699 - INFO - 127.0.0.1 - - [06/Apr/2026 22:44:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:44:46,289 - INFO - 127.0.0.1 - - [06/Apr/2026 22:44:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:44:46,337 - INFO - 127.0.0.1 - - [06/Apr/2026 22:44:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:44:46,451 - INFO - 127.0.0.1 - - [06/Apr/2026 22:44:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:45:45,761 - INFO - 127.0.0.1 - - [06/Apr/2026 22:45:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:45:46,191 - INFO - 127.0.0.1 - - [06/Apr/2026 22:45:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:45:46,234 - INFO - 127.0.0.1 - - [06/Apr/2026 22:45:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:45:46,270 - INFO - 127.0.0.1 - - [06/Apr/2026 22:45:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:46:45,697 - INFO - 127.0.0.1 - - [06/Apr/2026 22:46:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:46:46,328 - INFO - 127.0.0.1 - - [06/Apr/2026 22:46:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:46:46,382 - INFO - 127.0.0.1 - - [06/Apr/2026 22:46:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:46:46,479 - INFO - 127.0.0.1 - - [06/Apr/2026 22:46:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:47:45,737 - INFO - 127.0.0.1 - - [06/Apr/2026 22:47:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:47:46,338 - INFO - 127.0.0.1 - - [06/Apr/2026 22:47:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:47:46,370 - INFO - 127.0.0.1 - - [06/Apr/2026 22:47:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:47:46,410 - INFO - 127.0.0.1 - - [06/Apr/2026 22:47:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:48:46,285 - INFO - 127.0.0.1 - - [06/Apr/2026 22:48:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:48:46,348 - INFO - 127.0.0.1 - - [06/Apr/2026 22:48:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:48:46,401 - INFO - 127.0.0.1 - - [06/Apr/2026 22:48:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:48:46,403 - INFO - 127.0.0.1 - - [06/Apr/2026 22:48:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:49:46,104 - INFO - 127.0.0.1 - - [06/Apr/2026 22:49:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:49:46,142 - INFO - 127.0.0.1 - - [06/Apr/2026 22:49:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:49:46,176 - INFO - 127.0.0.1 - - [06/Apr/2026 22:49:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:49:46,445 - INFO - 127.0.0.1 - - [06/Apr/2026 22:49:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:50:45,694 - INFO - 127.0.0.1 - - [06/Apr/2026 22:50:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:50:46,149 - INFO - 127.0.0.1 - - [06/Apr/2026 22:50:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:50:46,198 - INFO - 127.0.0.1 - - [06/Apr/2026 22:50:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:50:46,228 - INFO - 127.0.0.1 - - [06/Apr/2026 22:50:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:51:45,680 - INFO - 127.0.0.1 - - [06/Apr/2026 22:51:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:51:46,155 - INFO - 127.0.0.1 - - [06/Apr/2026 22:51:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:51:46,190 - INFO - 127.0.0.1 - - [06/Apr/2026 22:51:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:51:46,333 - INFO - 127.0.0.1 - - [06/Apr/2026 22:51:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:09,887 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:09,906 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:09,929 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:09,963 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:12,734 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:13,106 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:13,127 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:13,215 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:15,707 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:16,076 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:16,098 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:16,159 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:19,057 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:19] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:19,160 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:19,166 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:19,515 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:21,698 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:22,285 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:22,312 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:22] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:22,439 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:25,125 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:25] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:25,128 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:25,194 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:25,196 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:27,698 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:28,339 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:28,363 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:28] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:28,406 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:31,053 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:31,066 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:31,427 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:31,461 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:31] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:33,997 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:34,075 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:34,553 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:34] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:34,675 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:36,691 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:37,296 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:37,312 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:37,421 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:39,686 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:40,211 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:40,237 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:40,256 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:42,788 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:43,195 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:43,213 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:43,247 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:45,698 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:46,091 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:46,130 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:46,176 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:49,146 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:49,157 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:49,211 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:49,216 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:52,191 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:52,218 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:52,272 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:52,287 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:55,122 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:55] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:55,180 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:55,251 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:52:55,253 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:57,814 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:52:58,088 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:52:58,117 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:52:58,151 - INFO - 127.0.0.1 - - [06/Apr/2026 22:52:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:00,742 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:01,191 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:01,212 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:01,244 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:03,688 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:04,130 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:04,160 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:04] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:04,280 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:06,692 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:07,243 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:07,262 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:07,282 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:09,785 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:10,191 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:10,193 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:10,317 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:12,700 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:13,125 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:13,129 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:13,161 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:16,232 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:16,251 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:16,336 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:16,366 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:18,734 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:19,313 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:19,339 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:19] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:19,376 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:21,681 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:22,146 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:22,171 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:22] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:22,255 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:24,696 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:25,192 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:25,210 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:25] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:25,327 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:27,687 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:28,176 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:28,202 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:28] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:28,304 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:31,173 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:31] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:31,350 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:31,862 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:32,135 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:34,054 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:34,062 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:34,361 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:34] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:34,875 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:34] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:36,682 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:37,096 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:37,149 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:37,198 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:40,242 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:40,286 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:40,323 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:53:40,334 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:46,078 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:53:46,143 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:53:46,193 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:53:46,209 - INFO - 127.0.0.1 - - [06/Apr/2026 22:53:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:38,710 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 22:54:38,711 - INFO - Press CTRL+C to quit 2026-04-06 22:54:38,945 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:54:39,264 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:54:39,351 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:39,386 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:39,938 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:54:40,011 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:54:40,070 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:54:40,592 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:54:40,761 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:40] "GET / HTTP/1.1" 200 - 2026-04-06 22:54:40,959 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:40] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 22:54:41,192 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:41,861 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:54:41,946 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:54:41,959 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:54:44,137 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:44,576 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:54:44,607 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:54:44,644 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:54:47,201 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:47,626 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:54:47,672 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:54:47,699 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:54:50,968 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:51,338 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:54:51,368 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:54:51,414 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:54:51,430 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:51] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 22:54:51,446 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:51,676 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:54:53,122 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:53,551 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:54:53,616 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:54:53,644 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:54:57,200 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:54:57,271 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:54:57,271 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:54:57,648 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:54:59,673 - INFO - 127.0.0.1 - - [06/Apr/2026 22:54:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:00,263 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:00,311 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:00,353 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:02,690 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:03,184 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:03,234 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:03,321 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:05,694 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:06,230 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:06,280 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:06,332 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:08,135 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:08,755 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:08,811 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:08,835 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:11,137 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:11,681 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:11,721 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:11,839 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:14,684 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:15,277 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:15,321 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:15,394 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:17,689 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:18,257 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:18,279 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:18,328 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:20,681 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:21,169 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:21,183 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:21,215 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:23,694 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:24,290 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:24,332 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:24,398 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:26,718 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:27,282 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:27,283 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:27,299 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:29,690 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:30,280 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:30,317 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:30,362 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:32,738 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:33,165 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:33,185 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:33,243 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:36,288 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:36,362 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:36,423 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:36,429 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:57,431 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 22:55:57,431 - INFO - Press CTRL+C to quit 2026-04-06 22:55:57,661 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:57,734 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:57,878 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:57,897 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:55:59,130 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:55:59,176 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:55:59,394 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:55:59,409 - INFO - 127.0.0.1 - - [06/Apr/2026 22:55:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:01,549 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:01] "GET / HTTP/1.1" 200 - 2026-04-06 22:56:01,720 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:01] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 22:56:01,816 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:01,968 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:02,645 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:02,688 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:04,789 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:05,393 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:05,417 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:05,483 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:07,764 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:07,860 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:08,266 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:08,304 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:10,773 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:10,866 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:11,220 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:11,273 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:13,955 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:15,912 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:16,184 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:16,700 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:16,810 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:17,320 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:17,383 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:17,666 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:18,019 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:18] "GET /api/download_all_ips_pdf HTTP/1.1" 200 - 2026-04-06 22:56:20,776 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:20,777 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:21,096 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:21,115 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:23,689 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:24,141 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:24,170 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:24,242 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:26,682 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:26,815 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:27,214 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:27,244 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:29,692 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:29,804 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:30,170 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:30,192 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:32,686 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:32,788 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:33,092 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:33,109 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:34,759 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:34,845 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:35,135 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:35,178 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:38,700 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:38,799 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:39,233 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:39,267 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:41,686 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:41,810 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:42,243 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:42,283 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:44,693 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:45,142 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:45,170 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:45,236 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:47,704 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:47,778 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:48,068 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:48,084 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:50,795 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:50,812 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:51,254 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:51,275 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:53,695 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:53,818 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:54,185 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:54,222 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:56,687 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:56:56,809 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:56:57,241 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:56:57,270 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:56:59,703 - INFO - 127.0.0.1 - - [06/Apr/2026 22:56:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:00,111 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:00,137 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:00,265 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:02,690 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:02,795 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:03,132 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:03,168 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:05,732 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:05,796 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:06,142 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:06,176 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:08,689 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:08,801 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:09,118 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:09,164 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:11,689 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:11,779 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:12,147 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:12,182 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:14,697 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:14,793 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:15,219 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:15,251 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:17,688 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:17,806 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:18,196 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:18,211 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:20,694 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:21,223 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:21,257 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:21,313 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:23,685 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:24,156 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:24,173 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:24,385 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:26,696 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:27,108 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:27,619 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:27,657 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:29,679 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:29,768 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:30,102 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:30,140 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:32,700 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:33,276 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:33,312 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:33,414 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:57:45,712 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:57:46,150 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:57:46,186 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:57:46,427 - INFO - 127.0.0.1 - - [06/Apr/2026 22:57:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:58:45,712 - INFO - 127.0.0.1 - - [06/Apr/2026 22:58:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:58:46,140 - INFO - 127.0.0.1 - - [06/Apr/2026 22:58:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:58:46,155 - INFO - 127.0.0.1 - - [06/Apr/2026 22:58:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:58:46,424 - INFO - 127.0.0.1 - - [06/Apr/2026 22:58:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 22:59:46,137 - INFO - 127.0.0.1 - - [06/Apr/2026 22:59:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 22:59:46,204 - INFO - 127.0.0.1 - - [06/Apr/2026 22:59:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 22:59:46,444 - INFO - 127.0.0.1 - - [06/Apr/2026 22:59:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 22:59:46,444 - INFO - 127.0.0.1 - - [06/Apr/2026 22:59:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:00:46,384 - INFO - 127.0.0.1 - - [06/Apr/2026 23:00:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:00:46,423 - INFO - 127.0.0.1 - - [06/Apr/2026 23:00:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:00:46,576 - INFO - 127.0.0.1 - - [06/Apr/2026 23:00:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:00:46,726 - INFO - 127.0.0.1 - - [06/Apr/2026 23:00:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:01:45,694 - INFO - 127.0.0.1 - - [06/Apr/2026 23:01:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:01:45,824 - INFO - 127.0.0.1 - - [06/Apr/2026 23:01:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:01:46,334 - INFO - 127.0.0.1 - - [06/Apr/2026 23:01:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:01:46,367 - INFO - 127.0.0.1 - - [06/Apr/2026 23:01:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:02:45,680 - INFO - 127.0.0.1 - - [06/Apr/2026 23:02:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:02:46,098 - INFO - 127.0.0.1 - - [06/Apr/2026 23:02:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:02:46,133 - INFO - 127.0.0.1 - - [06/Apr/2026 23:02:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:02:46,265 - INFO - 127.0.0.1 - - [06/Apr/2026 23:02:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:03:45,687 - INFO - 127.0.0.1 - - [06/Apr/2026 23:03:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:03:45,819 - INFO - 127.0.0.1 - - [06/Apr/2026 23:03:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:03:46,233 - INFO - 127.0.0.1 - - [06/Apr/2026 23:03:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:03:46,254 - INFO - 127.0.0.1 - - [06/Apr/2026 23:03:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:04:45,724 - INFO - 127.0.0.1 - - [06/Apr/2026 23:04:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:04:45,811 - INFO - 127.0.0.1 - - [06/Apr/2026 23:04:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:04:46,205 - INFO - 127.0.0.1 - - [06/Apr/2026 23:04:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:04:46,233 - INFO - 127.0.0.1 - - [06/Apr/2026 23:04:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:05:45,683 - INFO - 127.0.0.1 - - [06/Apr/2026 23:05:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:05:45,805 - INFO - 127.0.0.1 - - [06/Apr/2026 23:05:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:05:46,159 - INFO - 127.0.0.1 - - [06/Apr/2026 23:05:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:05:46,201 - INFO - 127.0.0.1 - - [06/Apr/2026 23:05:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:06:45,678 - INFO - 127.0.0.1 - - [06/Apr/2026 23:06:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:06:45,807 - INFO - 127.0.0.1 - - [06/Apr/2026 23:06:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:06:46,282 - INFO - 127.0.0.1 - - [06/Apr/2026 23:06:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:06:46,311 - INFO - 127.0.0.1 - - [06/Apr/2026 23:06:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:07:45,816 - INFO - 127.0.0.1 - - [06/Apr/2026 23:07:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:07:46,070 - INFO - 127.0.0.1 - - [06/Apr/2026 23:07:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:07:46,135 - INFO - 127.0.0.1 - - [06/Apr/2026 23:07:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:07:46,237 - INFO - 127.0.0.1 - - [06/Apr/2026 23:07:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:02,526 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 23:12:02,527 - INFO - Press CTRL+C to quit 2026-04-06 23:12:05,835 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:05,961 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:06,353 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:06,473 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:07,769 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:07,901 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:08,266 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:08,300 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:08,347 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:08] "GET / HTTP/1.1" 200 - 2026-04-06 23:12:08,498 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:08] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 23:12:08,693 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:08,773 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:09,114 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:09,152 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:11,729 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:11,800 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:12,183 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:12,241 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:14,694 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:14,820 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:15,246 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:15,270 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:17,689 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:17,790 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:18,137 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:18,177 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:20,714 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:20,852 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:21,201 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:21,224 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:23,675 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:24,203 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:24,228 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:24,318 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:26,683 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:26,790 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:27,171 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:27,183 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:28,405 - ERROR - Exception on /api/download_pcap [GET] Traceback (most recent call last): File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "D:\MayOne Secuirty\dashboard\app.py", line 479, in download_pcap buffer.seek(0) ValueError: I/O operation on closed file. 2026-04-06 23:12:28,410 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:28] "GET /api/download_pcap HTTP/1.1" 500 - 2026-04-06 23:12:52,370 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:52,443 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:52,846 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:52,884 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:53,680 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:12:53,815 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:12:54,220 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:12:54,240 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:12:55,820 - ERROR - Exception on /api/download_pcap [GET] Traceback (most recent call last): File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\jangr\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "D:\MayOne Secuirty\dashboard\app.py", line 479, in download_pcap buffer.seek(0) ValueError: I/O operation on closed file. 2026-04-06 23:12:55,825 - INFO - 127.0.0.1 - - [06/Apr/2026 23:12:55] "GET /api/download_pcap HTTP/1.1" 500 - 2026-04-06 23:13:26,058 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:26,543 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:26,573 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:26,747 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:26,756 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:27,136 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:27,386 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:27,907 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:29,697 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:30,177 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:30,736 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:30,971 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:32,681 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:32,775 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:33,151 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:33,177 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:35,717 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:36,217 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:36,232 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:36,478 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:38,355 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:38] "GET /api/download_blocked_ips_pdf HTTP/1.1" 200 - 2026-04-06 23:13:39,083 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:39,176 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:39,590 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:39,813 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:41,715 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:42,125 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:42,577 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:42,617 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:45,223 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:45,234 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:45,395 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:45,514 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:48,439 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:48,455 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:48,568 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:48,644 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:50,681 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:51,114 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:51,639 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:51,847 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:53,716 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:53,834 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:54,162 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:54,224 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:56,712 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:57,208 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:13:57,230 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:13:57,513 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:13:59,681 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:13:59,790 - INFO - 127.0.0.1 - - [06/Apr/2026 23:13:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:00,220 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:00,232 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:02,740 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:03,196 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:03,236 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:03,382 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:05,740 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:06,260 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:06,298 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:06,448 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:08,682 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:08,778 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:09,105 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:09,167 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:11,681 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:11,788 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:12,227 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:12,256 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:14,681 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:14,808 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:15,246 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:15,286 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:17,695 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:17,816 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:18,289 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:18,331 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:20,687 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:20,802 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:21,249 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:21,293 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:23,684 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:23,840 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:24,272 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:24,330 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:27,212 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:27,240 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:27,391 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:27,484 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:29,703 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:30,165 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:30,236 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:30,290 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:33,214 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:33,244 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:33,298 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:33,403 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:35,716 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:36,200 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:36,237 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:36,358 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:38,681 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:39,226 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:39,263 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:39,323 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:41,687 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:42,223 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:42,251 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:42,548 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:44,675 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:44,774 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:45,166 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:45,209 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:48,314 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:48,359 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:48,639 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:48,728 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:50,690 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:51,116 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:51,701 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:51,768 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:14:53,694 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:14:54,241 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:14:54,272 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:14:54,402 - INFO - 127.0.0.1 - - [06/Apr/2026 23:14:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:15:46,200 - INFO - 127.0.0.1 - - [06/Apr/2026 23:15:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:15:46,251 - INFO - 127.0.0.1 - - [06/Apr/2026 23:15:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:15:46,430 - INFO - 127.0.0.1 - - [06/Apr/2026 23:15:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:15:46,521 - INFO - 127.0.0.1 - - [06/Apr/2026 23:15:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:16:45,685 - INFO - 127.0.0.1 - - [06/Apr/2026 23:16:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:16:45,813 - INFO - 127.0.0.1 - - [06/Apr/2026 23:16:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:16:46,281 - INFO - 127.0.0.1 - - [06/Apr/2026 23:16:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:16:46,313 - INFO - 127.0.0.1 - - [06/Apr/2026 23:16:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:17:45,697 - INFO - 127.0.0.1 - - [06/Apr/2026 23:17:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:17:46,292 - INFO - 127.0.0.1 - - [06/Apr/2026 23:17:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:17:46,319 - INFO - 127.0.0.1 - - [06/Apr/2026 23:17:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:17:46,423 - INFO - 127.0.0.1 - - [06/Apr/2026 23:17:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:22,061 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-06 23:18:22,061 - INFO - Press CTRL+C to quit 2026-04-06 23:18:25,100 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:25,729 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:25] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:25,900 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:25,929 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:26,685 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:26,793 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:27,185 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:27,247 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:29,677 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:29,811 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:30,278 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:30,310 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:32,692 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:32,800 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:33,174 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:33,213 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:33,496 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:33] "GET / HTTP/1.1" 200 - 2026-04-06 23:18:33,631 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:33] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-06 23:18:33,844 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:33,917 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:34,299 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:34] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:34,337 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:34] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:36,793 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:36] "GET /api/download_pcap HTTP/1.1" 200 - 2026-04-06 23:18:36,830 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:37,459 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:37,474 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:37,500 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:39,872 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:39,956 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:40,375 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:40,424 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:42,839 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:42,943 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:43,402 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:43,434 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:45,865 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:46,297 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:46,363 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:46,445 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:48,857 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:48,993 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:49,413 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:49,466 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:51,837 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:51,981 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:52,402 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:52,428 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:54,851 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:55,376 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:55,404 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:55] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:18:55,561 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:57,832 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:18:57,968 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:18:58,459 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:18:58,484 - INFO - 127.0.0.1 - - [06/Apr/2026 23:18:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:00,839 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:00,998 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:01,409 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:01,444 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:05,105 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:05,238 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:05,854 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:06,019 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:07,676 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:07,805 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:08,226 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:08,274 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:10,698 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:10,814 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:11,258 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:11,305 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:13,699 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:13,869 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:14,312 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:14,337 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:16,685 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:16,817 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:17,293 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:17,326 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:19,693 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:19,810 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:20,238 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:20,281 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:22,736 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:23,291 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:23,309 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:23,399 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:26,395 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:26,435 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:26,542 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:26,703 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:28,683 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:29,282 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:29,302 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:29,404 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:31,683 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:32,227 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:32,301 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:32,527 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:34,696 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:35,105 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:35,634 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:35,854 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:37,720 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:38,276 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:38,834 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:38,994 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:40,699 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:41,225 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:41,244 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:41,487 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:43,737 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:44,196 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:44,790 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:44,881 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:46,701 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:47,251 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:47,546 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:48,052 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:50,222 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:50,273 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:50,380 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:50,484 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:53,243 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:53,269 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:53,375 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:53,550 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:55,732 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:56,236 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:19:56,286 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:56,593 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:19:59,144 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:19:59,291 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:19:59,762 - INFO - 127.0.0.1 - - [06/Apr/2026 23:19:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:20:00,039 - INFO - 127.0.0.1 - - [06/Apr/2026 23:20:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:20:45,717 - INFO - 127.0.0.1 - - [06/Apr/2026 23:20:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:20:45,852 - INFO - 127.0.0.1 - - [06/Apr/2026 23:20:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:20:46,291 - INFO - 127.0.0.1 - - [06/Apr/2026 23:20:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:20:46,369 - INFO - 127.0.0.1 - - [06/Apr/2026 23:20:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:21:46,314 - INFO - 127.0.0.1 - - [06/Apr/2026 23:21:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:21:46,360 - INFO - 127.0.0.1 - - [06/Apr/2026 23:21:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:21:46,441 - INFO - 127.0.0.1 - - [06/Apr/2026 23:21:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:21:46,445 - INFO - 127.0.0.1 - - [06/Apr/2026 23:21:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:22:45,698 - INFO - 127.0.0.1 - - [06/Apr/2026 23:22:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:22:46,219 - INFO - 127.0.0.1 - - [06/Apr/2026 23:22:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:22:46,241 - INFO - 127.0.0.1 - - [06/Apr/2026 23:22:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:22:46,327 - INFO - 127.0.0.1 - - [06/Apr/2026 23:22:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:23:45,753 - INFO - 127.0.0.1 - - [06/Apr/2026 23:23:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:23:46,363 - INFO - 127.0.0.1 - - [06/Apr/2026 23:23:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:23:46,401 - INFO - 127.0.0.1 - - [06/Apr/2026 23:23:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:23:46,456 - INFO - 127.0.0.1 - - [06/Apr/2026 23:23:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:24:45,695 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:24:45,827 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:24:46,338 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:24:46,380 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:24:51,385 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:24:51,912 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:24:51,943 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:24:52,116 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:24:52,130 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:24:52,626 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:24:52,702 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:24:53,037 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:24:54,847 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:24:55,422 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:24:55,488 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:55] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:24:55,590 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:24:57,046 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:57] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:24:57,063 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:24:57,137 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:24:58,428 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:24:58,530 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:24:58,935 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:24:58,961 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:24:59,100 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:59] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:24:59,113 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:24:59,191 - INFO - 127.0.0.1 - - [06/Apr/2026 23:24:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:01,823 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:01,936 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:02,328 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:02,390 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:02,436 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:02] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:25:02,461 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:02,555 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:03,825 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:04,377 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:04,412 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:04] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:04,527 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:04] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:25:04,531 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:05,154 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:05,246 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:05,405 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:05] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:25:05,421 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:05,561 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:06,722 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:06] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:25:06,731 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:06,821 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:06,838 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:06,939 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:07,356 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:07,392 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:08,331 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:08] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:25:08,347 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:08,421 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:09,832 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:09,955 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:10,422 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:10,457 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:10,478 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:10] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:25:10,492 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:10,570 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:14,305 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:14,361 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:14,627 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:14,674 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:17,289 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:17,358 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:17,359 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:17,856 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:20,331 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:20,347 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:20,487 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:20,656 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:22,780 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:23,367 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:23,395 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:23,559 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:26,141 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:26,294 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:26,769 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:26,856 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:29,263 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:29,293 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:29,386 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:29,522 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:31,691 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:32,182 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:32,821 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:32,863 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:35,195 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:35,217 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:35,267 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:35,407 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:37,778 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:37,848 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:38,357 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:38,392 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:41,391 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:41,405 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:41,438 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:41,562 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:43,852 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:43,853 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:44,298 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:44,996 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:46,714 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:47,275 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:47,315 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:47,709 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:50,256 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:50,900 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:51,003 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:51,045 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:53,300 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:53,333 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:53,375 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:53,540 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:55,729 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:56,325 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:56,358 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:25:56,572 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:25:58,702 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:25:59,168 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:25:59,890 - INFO - 127.0.0.1 - - [06/Apr/2026 23:25:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:26:00,030 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:26:01,698 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:26:02,212 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:26:02,842 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:26:03,092 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:26:04,701 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:26:05,275 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:26:05,891 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:26:06,093 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:26:08,175 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:26:08,395 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:26:08,995 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:26:09,074 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:26:10,910 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:26:10,912 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:26:11,525 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:26:11,574 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:26:45,692 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:26:45,806 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:26:46,313 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:26:46,355 - INFO - 127.0.0.1 - - [06/Apr/2026 23:26:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:27:45,705 - INFO - 127.0.0.1 - - [06/Apr/2026 23:27:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:27:45,870 - INFO - 127.0.0.1 - - [06/Apr/2026 23:27:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:27:46,469 - INFO - 127.0.0.1 - - [06/Apr/2026 23:27:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:27:46,542 - INFO - 127.0.0.1 - - [06/Apr/2026 23:27:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:28:45,679 - INFO - 127.0.0.1 - - [06/Apr/2026 23:28:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:28:45,741 - INFO - 127.0.0.1 - - [06/Apr/2026 23:28:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:28:45,976 - INFO - 127.0.0.1 - - [06/Apr/2026 23:28:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:28:45,984 - INFO - 127.0.0.1 - - [06/Apr/2026 23:28:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:29:45,676 - INFO - 127.0.0.1 - - [06/Apr/2026 23:29:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:29:45,731 - INFO - 127.0.0.1 - - [06/Apr/2026 23:29:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:29:45,935 - INFO - 127.0.0.1 - - [06/Apr/2026 23:29:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:29:45,947 - INFO - 127.0.0.1 - - [06/Apr/2026 23:29:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:30:45,721 - INFO - 127.0.0.1 - - [06/Apr/2026 23:30:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:30:45,984 - INFO - 127.0.0.1 - - [06/Apr/2026 23:30:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:30:46,006 - INFO - 127.0.0.1 - - [06/Apr/2026 23:30:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:30:46,179 - INFO - 127.0.0.1 - - [06/Apr/2026 23:30:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:31:45,720 - INFO - 127.0.0.1 - - [06/Apr/2026 23:31:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:31:45,981 - INFO - 127.0.0.1 - - [06/Apr/2026 23:31:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:31:46,010 - INFO - 127.0.0.1 - - [06/Apr/2026 23:31:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:31:46,061 - INFO - 127.0.0.1 - - [06/Apr/2026 23:31:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:32:45,702 - INFO - 127.0.0.1 - - [06/Apr/2026 23:32:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:32:45,769 - INFO - 127.0.0.1 - - [06/Apr/2026 23:32:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:32:45,993 - INFO - 127.0.0.1 - - [06/Apr/2026 23:32:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:32:46,017 - INFO - 127.0.0.1 - - [06/Apr/2026 23:32:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:33:45,695 - INFO - 127.0.0.1 - - [06/Apr/2026 23:33:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:33:45,743 - INFO - 127.0.0.1 - - [06/Apr/2026 23:33:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:33:46,000 - INFO - 127.0.0.1 - - [06/Apr/2026 23:33:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:33:46,009 - INFO - 127.0.0.1 - - [06/Apr/2026 23:33:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:34:45,692 - INFO - 127.0.0.1 - - [06/Apr/2026 23:34:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:34:45,765 - INFO - 127.0.0.1 - - [06/Apr/2026 23:34:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:34:46,003 - INFO - 127.0.0.1 - - [06/Apr/2026 23:34:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:34:46,022 - INFO - 127.0.0.1 - - [06/Apr/2026 23:34:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:35:45,689 - INFO - 127.0.0.1 - - [06/Apr/2026 23:35:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:35:45,762 - INFO - 127.0.0.1 - - [06/Apr/2026 23:35:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:35:45,990 - INFO - 127.0.0.1 - - [06/Apr/2026 23:35:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:35:46,007 - INFO - 127.0.0.1 - - [06/Apr/2026 23:35:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:36:45,700 - INFO - 127.0.0.1 - - [06/Apr/2026 23:36:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:36:45,754 - INFO - 127.0.0.1 - - [06/Apr/2026 23:36:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:36:46,011 - INFO - 127.0.0.1 - - [06/Apr/2026 23:36:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:36:46,019 - INFO - 127.0.0.1 - - [06/Apr/2026 23:36:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:37:45,693 - INFO - 127.0.0.1 - - [06/Apr/2026 23:37:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:37:45,768 - INFO - 127.0.0.1 - - [06/Apr/2026 23:37:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:37:46,000 - INFO - 127.0.0.1 - - [06/Apr/2026 23:37:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:37:46,018 - INFO - 127.0.0.1 - - [06/Apr/2026 23:37:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:38:45,693 - INFO - 127.0.0.1 - - [06/Apr/2026 23:38:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:38:45,796 - INFO - 127.0.0.1 - - [06/Apr/2026 23:38:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:38:46,068 - INFO - 127.0.0.1 - - [06/Apr/2026 23:38:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:38:46,077 - INFO - 127.0.0.1 - - [06/Apr/2026 23:38:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:39:45,694 - INFO - 127.0.0.1 - - [06/Apr/2026 23:39:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:39:46,030 - INFO - 127.0.0.1 - - [06/Apr/2026 23:39:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:39:46,056 - INFO - 127.0.0.1 - - [06/Apr/2026 23:39:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:39:46,157 - INFO - 127.0.0.1 - - [06/Apr/2026 23:39:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:40:45,747 - INFO - 127.0.0.1 - - [06/Apr/2026 23:40:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:40:46,119 - INFO - 127.0.0.1 - - [06/Apr/2026 23:40:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:40:46,152 - INFO - 127.0.0.1 - - [06/Apr/2026 23:40:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:40:46,232 - INFO - 127.0.0.1 - - [06/Apr/2026 23:40:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:41:45,929 - INFO - 127.0.0.1 - - [06/Apr/2026 23:41:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:41:45,989 - INFO - 127.0.0.1 - - [06/Apr/2026 23:41:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:41:46,197 - INFO - 127.0.0.1 - - [06/Apr/2026 23:41:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:41:46,253 - INFO - 127.0.0.1 - - [06/Apr/2026 23:41:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:42:45,690 - INFO - 127.0.0.1 - - [06/Apr/2026 23:42:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:42:45,757 - INFO - 127.0.0.1 - - [06/Apr/2026 23:42:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:42:45,986 - INFO - 127.0.0.1 - - [06/Apr/2026 23:42:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:42:46,011 - INFO - 127.0.0.1 - - [06/Apr/2026 23:42:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:43:45,693 - INFO - 127.0.0.1 - - [06/Apr/2026 23:43:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:43:45,763 - INFO - 127.0.0.1 - - [06/Apr/2026 23:43:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:43:46,004 - INFO - 127.0.0.1 - - [06/Apr/2026 23:43:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:43:46,013 - INFO - 127.0.0.1 - - [06/Apr/2026 23:43:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:44:45,679 - INFO - 127.0.0.1 - - [06/Apr/2026 23:44:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:44:45,753 - INFO - 127.0.0.1 - - [06/Apr/2026 23:44:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:44:45,980 - INFO - 127.0.0.1 - - [06/Apr/2026 23:44:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:44:45,993 - INFO - 127.0.0.1 - - [06/Apr/2026 23:44:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:45:45,685 - INFO - 127.0.0.1 - - [06/Apr/2026 23:45:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:45:45,980 - INFO - 127.0.0.1 - - [06/Apr/2026 23:45:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:45:46,011 - INFO - 127.0.0.1 - - [06/Apr/2026 23:45:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:45:46,048 - INFO - 127.0.0.1 - - [06/Apr/2026 23:45:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:23,132 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:23,456 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:23,475 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:23,506 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:26,548 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:26,648 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:26,925 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:26,949 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:26,960 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:26] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:26,970 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:27,021 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:28,307 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:28,392 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:28,653 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:28,683 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:28] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:28,697 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:28] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:28,708 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:28,753 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:30,251 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:30] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:30,260 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:30,329 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:30,817 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:30,913 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:31,137 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:31,146 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:31] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:32,978 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:32] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:32,988 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:33,042 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:33,821 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:33,895 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:34,107 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:34] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:34,125 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:34] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:36,495 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:36] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:36,513 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:36,552 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:36,818 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:36,900 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:37,120 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:37,137 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:39,264 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:39] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:39,276 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:39,320 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:40,689 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:41,070 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:41,077 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:41,136 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:41,140 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:41] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:41,152 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:41,191 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:43,390 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:43,512 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:43,783 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:43,802 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:43,834 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:43] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:43,843 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:43,889 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:45,838 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:46,193 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:46,208 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:46,356 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:46] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:46,368 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:47,249 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:47,318 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:47,440 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:47] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:47,448 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:47,494 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:48,847 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:48,941 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:49,203 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:49,220 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:49,293 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:49] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:49,301 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:49,360 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:51,512 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:51] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:51,521 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:51,564 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:51,819 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:51] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:51,885 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:52,115 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:52,160 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:53,923 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:53] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:53,933 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:53,991 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:54,832 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:54,899 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:55,157 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:55,203 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:55] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:58,754 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:58,846 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:46:59,119 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:46:59,143 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:46:59,151 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:59] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:46:59,158 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:46:59,223 - INFO - 127.0.0.1 - - [06/Apr/2026 23:46:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:00,891 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:01,244 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:47:01,259 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:47:01,299 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:01,305 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:01] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:47:01,312 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:01,356 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:03,098 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:03] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:47:03,117 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:03,149 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:04,597 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:04,698 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:04,967 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:47:04,977 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:04] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:47:04,984 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:04] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:47:04,999 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:05,047 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:06,832 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:06,942 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:07,202 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:47:07,221 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:47:07,236 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:07] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:47:07,246 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:07,300 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:09,611 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:09] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:47:09,620 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:09,665 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:09,826 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:09,893 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:10,125 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:47:10,147 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:47:11,592 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:11] "POST /api/unblock HTTP/1.1" 200 - 2026-04-06 23:47:11,601 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:11,647 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:12,843 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:12,902 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:13,106 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:47:13,153 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:47:15,822 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-06 23:47:15,890 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-06 23:47:16,071 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-06 23:47:16,087 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-06 23:47:18,831 - INFO - 127.0.0.1 - - [06/Apr/2026 23:47:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:37:24,630 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-07 09:37:24,633 - INFO - Press CTRL+C to quit 2026-04-07 09:37:36,602 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:36] "GET / HTTP/1.1" 200 - 2026-04-07 09:37:36,759 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:36] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-07 09:37:39,885 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:39] "GET / HTTP/1.1" 200 - 2026-04-07 09:37:39,947 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:39] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-07 09:37:39,991 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:39] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:37:40,004 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:37:40,140 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:37:40,501 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:40] "GET /favicon.ico HTTP/1.1" 404 - 2026-04-07 09:37:40,598 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:37:40,618 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:37:43,002 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:37:43,005 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:43] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:37:43,176 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:37:43,799 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:37:43,838 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:37:46,010 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:46] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:37:46,013 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:37:46,754 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:37:46,796 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:37:46,949 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:37:49,005 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:49] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:37:49,010 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:37:49,182 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:37:49,785 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:49] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:37:49,819 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:37:50,836 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:50] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:37:51,756 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:51] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:37:52,015 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:52] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:37:52,645 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:37:52,779 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:52] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:37:52,898 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:37:52,994 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:37:53,051 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:53] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:37:53,283 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:53] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:37:53,599 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:37:54,136 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:54] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:37:55,010 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:37:55,013 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:37:55,153 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:37:55,679 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:37:55,716 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:55] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:37:55,724 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:55] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:37:56,331 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:56] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:37:58,001 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:58] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:37:58,003 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:37:58,175 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:37:58,406 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:58] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:37:58,769 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:37:58,807 - INFO - 127.0.0.1 - - [07/Apr/2026 09:37:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:00,532 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:00] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:38:01,001 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:01,002 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:01] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:01,112 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:01,603 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:01,682 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:03,997 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:03] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:03,998 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:04,148 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:04,832 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:04] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:04,836 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:07,007 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:07,010 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:07] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:07,649 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:07,653 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:07,823 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:10,717 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:10,876 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:10] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:11,473 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:11,517 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:11,598 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:13,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:13] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:13,777 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:14,528 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:14,557 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:14,590 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:16,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:16] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:16,741 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:16,910 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:17,541 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:17,577 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:19,757 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:19,760 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:19] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:20,316 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:20,560 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:21,007 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:22,750 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:22] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:23,539 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:23,626 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:23,725 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:23,876 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:25,825 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:25] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:26,441 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:26,457 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:26,704 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:26,769 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:28,746 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:28,765 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:28] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:29,353 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:29,390 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:29,484 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:31,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:31,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:31] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:31,865 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:32,371 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:32,423 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:34,728 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:34,730 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:34] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:35,533 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:35,625 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:35,702 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:37,725 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:37,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:37] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:37,889 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:38,466 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:38,521 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:40,760 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:40] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:40,770 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:41,534 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:41,591 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:41,909 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:43,730 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:43] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:43,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:43,905 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:44,498 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:44,529 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:46,743 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:46] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:46,801 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:46,894 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:47,515 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:47,543 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:49,837 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:49,861 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:49] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:49,904 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:50,516 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:50,548 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:52,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:52,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:52] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:52,874 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:53,453 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:53,493 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:55,728 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:55,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:55,915 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:38:56,534 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:56,599 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:58,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:58] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:38:58,786 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:38:59,621 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:38:59,675 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:38:59,887 - INFO - 127.0.0.1 - - [07/Apr/2026 09:38:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:39:01,748 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:39:01,913 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:39:01,917 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:01] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:39:02,452 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:39:02,483 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:39:04,753 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:39:04,761 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:04] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:39:05,566 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:39:05,615 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:39:05,773 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:39:42,748 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:39:42,779 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:39:43,307 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:39:43,367 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:39:44,054 - INFO - 127.0.0.1 - - [07/Apr/2026 09:39:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:40:42,745 - INFO - 127.0.0.1 - - [07/Apr/2026 09:40:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:40:42,757 - INFO - 127.0.0.1 - - [07/Apr/2026 09:40:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:40:42,949 - INFO - 127.0.0.1 - - [07/Apr/2026 09:40:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:40:43,630 - INFO - 127.0.0.1 - - [07/Apr/2026 09:40:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:40:43,687 - INFO - 127.0.0.1 - - [07/Apr/2026 09:40:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:41:44,577 - INFO - 127.0.0.1 - - [07/Apr/2026 09:41:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:41:44,719 - INFO - 127.0.0.1 - - [07/Apr/2026 09:41:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:41:44,724 - INFO - 127.0.0.1 - - [07/Apr/2026 09:41:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:41:45,365 - INFO - 127.0.0.1 - - [07/Apr/2026 09:41:45] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:41:45,581 - INFO - 127.0.0.1 - - [07/Apr/2026 09:41:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:41:50,670 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:51,603 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:52,168 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:52,745 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:53,746 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:54,496 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:54,915 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:55,285 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:55,969 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:56,340 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:56,649 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:57,130 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:57,515 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:58,358 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:58,774 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:59,165 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:41:59,617 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:00,101 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:00,952 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:01,544 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:02,022 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:02,433 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:02,871 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:03,225 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:03,593 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:04,572 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:04,914 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:05,281 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:05,992 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:06,386 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:06,804 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:07,155 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:07,470 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:07,787 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:08,127 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:08,447 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:08,788 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:09,249 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:09,579 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:09,919 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:10,301 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:10,733 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:11,328 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:12,921 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:13,218 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:13,567 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:13,887 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:14,219 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:14,509 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:14,816 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:15,118 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:15,458 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:15,762 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:16,134 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:16,532 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:16,839 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:17,270 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:17,604 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:17,951 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:18,317 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:18,701 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:19,476 - ERROR - Failed to add inbound rule for 104.208.16.89: 2026-04-07 09:42:20,792 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:21,498 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:21,846 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:22,208 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:22,651 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:23,019 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:23,371 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:23,689 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:24,017 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:24,482 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:24,818 - ERROR - Failed to add inbound rule for 92.223.116.252: 2026-04-07 09:42:42,878 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:42:43,560 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:42:43,701 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:42:44,247 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:42:44,345 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:42:48,937 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:49,290 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:49,590 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:49,905 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:50,212 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:50,608 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:51,103 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:51,591 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:52,123 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:52,607 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:53,209 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:53,933 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:54,532 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:54,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:42:54,745 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:54] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:42:54,921 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:42:55,053 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:42:55,062 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:42:55,256 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:42:55,419 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:55,663 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:42:55,710 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:55] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:42:56,341 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:56,668 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:42:56,740 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:42:57,229 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:57,605 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:57,963 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:58,309 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:58,693 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:59,049 - INFO - 127.0.0.1 - - [07/Apr/2026 09:42:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:42:59,088 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:42:59,603 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:00,063 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:00,377 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:00,406 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:00] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:00,408 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:00,999 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:01,845 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:02,869 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:04,122 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:04,630 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:04,981 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:04] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:05,005 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:05,020 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:05,032 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:05,962 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:06,029 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:06,072 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:06,084 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:06,164 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:06,392 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:06,750 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:07,102 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:07,451 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:07,845 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:07,922 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:07] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:08,491 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:08,517 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:08,565 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:08,886 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:09,122 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:09,485 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:09,828 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:10,168 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:10,482 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:10,835 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:10,851 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:10] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:11,404 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:11,535 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:11,537 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:11,907 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:12,139 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:12,510 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:12,859 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:13,237 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:13,967 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:14,629 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:15,822 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:16,414 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:16,634 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:16,793 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:16,907 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:16] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:16,984 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:16] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:17,638 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:17,711 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:17,828 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:17,851 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:17,979 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:18,277 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:18,624 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:18,629 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:19,124 - ERROR - Failed to add inbound rule for 98.70.194.77: 2026-04-07 09:43:19,855 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:19] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:20,626 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:20,711 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:20,837 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:21,009 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:22,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:22] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:22,742 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:23,369 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:23,406 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:23,726 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:25,750 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:25] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:26,250 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:26,334 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:26,961 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:27,174 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:28,735 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:28] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:28,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:28,930 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:29,510 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:29,544 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:31,784 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:31,789 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:31] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:31,861 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:32,534 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:32,536 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:34,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:34] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:34,740 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:34,906 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:35,489 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:35,547 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:37,811 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:37] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:37,829 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:38,394 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:38,514 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:39,204 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:40,790 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:40,793 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:40] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:40,991 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:41,494 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:41,528 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:43,737 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:43,740 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:43] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:44,615 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:44,649 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:44,766 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:46,737 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:46,740 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:46] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:46,896 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:47,518 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:47,543 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:49,921 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:49] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:50,600 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:50,617 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:50,726 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:50,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:52,739 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:52] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:52,755 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:53,573 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:53,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:53,773 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:43:55,740 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:43:55,897 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:43:56,490 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:43:56,513 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:43:56,632 - INFO - 127.0.0.1 - - [07/Apr/2026 09:43:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:44:42,802 - INFO - 127.0.0.1 - - [07/Apr/2026 09:44:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:44:43,422 - INFO - 127.0.0.1 - - [07/Apr/2026 09:44:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:44:43,515 - INFO - 127.0.0.1 - - [07/Apr/2026 09:44:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:44:43,598 - INFO - 127.0.0.1 - - [07/Apr/2026 09:44:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:44:43,704 - INFO - 127.0.0.1 - - [07/Apr/2026 09:44:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:45:42,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:45:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:45:42,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:45:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:45:42,867 - INFO - 127.0.0.1 - - [07/Apr/2026 09:45:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:45:43,423 - INFO - 127.0.0.1 - - [07/Apr/2026 09:45:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:45:43,471 - INFO - 127.0.0.1 - - [07/Apr/2026 09:45:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:25,378 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:25,392 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:25] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:25,591 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:26,189 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:26,207 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:27,998 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:27] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:28,000 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:28,232 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:28,864 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:28,891 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:28] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:31,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:31,895 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:31,955 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:31] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:32,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:32,547 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:34,915 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:34] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:35,445 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:35,505 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:35,690 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:35,724 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:37,854 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:38,011 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:38,242 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:38,383 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:38,511 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:40,894 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:41,203 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:41,280 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:41,482 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:41,718 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:43,941 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:43,975 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:44,007 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:44,756 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:44,772 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:46,773 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:47,027 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:47,546 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:47,592 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:47,656 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:49,892 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:50,426 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:50,451 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:50,636 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:50,702 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:52,724 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:52,729 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:52] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:52,894 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:53,444 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:46:53,460 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:55,742 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:46:55,749 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:46:55,866 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:46:56,127 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:46:56,143 - INFO - 127.0.0.1 - - [07/Apr/2026 09:46:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:19,840 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-07 09:47:19,841 - INFO - Press CTRL+C to quit 2026-04-07 09:47:20,104 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:20,259 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:20,272 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:21,117 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:21,140 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:22,735 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:22,737 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:22] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:22,958 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:23,620 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:23,650 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:25,752 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:25] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:25,756 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:25,908 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:26,492 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:26,520 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:28,017 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:28] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:28,020 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:28,057 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:28] "GET / HTTP/1.1" 200 - 2026-04-07 09:47:28,198 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:28,278 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:28] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-07 09:47:28,538 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:28,539 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:28] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:28,748 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:29,019 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:29,105 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:29,448 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:29,483 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:31,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:31] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:31,489 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:31,632 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:32,184 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:32,236 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:34,477 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:34] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:34,491 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:34,660 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:35,280 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:35,306 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:37,491 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:37] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:37,493 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:37,656 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:38,080 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:38] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:47:38,268 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:38,297 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:38,757 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:38] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:47:39,717 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:39] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:47:40,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:40,491 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:40] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:40,566 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:40] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:47:40,664 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:41,373 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:41,416 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:43,485 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:43,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:43] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:43,647 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:44,175 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:44,238 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:46,491 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:46] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:46,520 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:47,180 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:47,228 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:47,391 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:49,485 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:49] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:49,486 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:49,654 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:50,329 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:50,381 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:52,512 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:52] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:52,522 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:52,711 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:53,362 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:53,406 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:55,489 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:55,501 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:55,659 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:47:56,393 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:56,443 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:58,485 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:58] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:47:58,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:47:59,254 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:47:59,274 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:47:59,287 - INFO - 127.0.0.1 - - [07/Apr/2026 09:47:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:01,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:01] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:01,497 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:01,665 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:02,307 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:02,410 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:04,485 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:04] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:04,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:04,621 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:05,172 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:05,229 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:07,486 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:07] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:07,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:07,678 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:08,348 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:08,416 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:10,484 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:10] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:10,489 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:10,639 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:11,387 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:11,452 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:13,496 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:13,498 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:13] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:13,654 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:14,358 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:14,406 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:16,492 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:16] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:16,493 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:17,410 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:17,414 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:17,760 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:19,499 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:19] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:19,500 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:20,334 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:20,383 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:20,525 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:22,491 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:22,501 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:22] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:22,698 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:23,430 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:23,490 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:25,748 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:25] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:26,549 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:26,610 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:26,863 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:27,049 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:28,961 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:28] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:29,540 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:29,592 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:29,595 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:30,244 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:31,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:31] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:31,877 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:32,457 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:33,203 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:33,385 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:34,215 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:48:34,535 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:48:34,735 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:34,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:34] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:34,841 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:35,065 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:48:35,442 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:35,454 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:35,833 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:48:36,193 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:48:36,510 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:48:36,797 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:48:37,726 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:37] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:37,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:38,435 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:38,657 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:39,455 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:40,722 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:40] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:40,725 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:40,925 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:41,657 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:41,693 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:43,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:43] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:43,744 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:44,869 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:44,931 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:45,074 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:46,741 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:46] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:46,745 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:46,935 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:47,707 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:47,771 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:49,755 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:49] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:49,768 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:50,633 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:50,688 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:50,935 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:52,723 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:52] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:52,724 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:52,893 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:53,605 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:53,641 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:55,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:55,743 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:56,431 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:56,482 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:48:56,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:58,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:48:58,728 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:58] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:48:58,917 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:48:59,636 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:48:59,723 - INFO - 127.0.0.1 - - [07/Apr/2026 09:48:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:01,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:01] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:02,365 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:02,570 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:02,608 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:03,272 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:04,735 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:04] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:04,752 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:04,947 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:05,665 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:05,723 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:07,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:07] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:07,741 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:07,911 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:08,509 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:08,560 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:10,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:10] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:10,748 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:10,893 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:11,452 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:11,478 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:13,478 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:13,479 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:13] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:13,634 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:14,217 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:14,256 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:16,744 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:16] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:16,746 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:17,683 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:17,748 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:17,912 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:19,724 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:19] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:19,725 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:20,533 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:20,615 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:20,874 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:22,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:22] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:22,735 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:22,946 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:23,714 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:23,822 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:25,720 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:25,726 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:25] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:25,855 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:26,418 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:26,480 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:28,753 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:28] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:28,765 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:29,418 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:29,482 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:29,579 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:31,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:31] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:31,739 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:31,931 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:32,542 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:32,561 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:33,940 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:34,355 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:34,730 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:34,747 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:34] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:34,799 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:35,547 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:35,602 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:35,723 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:36,081 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:36,430 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:36,776 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:37,078 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:37,422 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:37,702 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:37,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:37,730 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:37] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:37,849 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:38,059 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:38,335 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:38,404 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:38,856 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:39,175 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:39,481 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:39,791 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:40,096 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:40,374 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:40,663 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:40,910 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:40,945 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:40] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:40,965 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:40] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:41,070 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:41,502 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:41,553 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:41,930 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:42,231 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:42,521 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:42,840 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:43,134 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:43,435 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:43,724 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:43,750 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:43,759 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:43] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:44,491 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:44,560 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:44,680 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:44,944 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:45,225 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:45,575 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:45,876 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:46,163 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:46,537 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:46,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:46,740 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:46] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:46,850 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:46,882 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:47,617 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:47,628 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:47,975 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:48,294 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:48,602 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:48,909 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:49,228 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:49,548 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:49,730 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:49,735 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:49] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:49,866 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:49,903 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:50,461 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:50,483 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:50,886 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:51,193 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:51,493 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:51,804 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:52,087 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:52,377 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:52,680 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:52,856 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:52,896 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:52,921 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:52] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:53,028 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:53,402 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:53,459 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:53,784 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:54,097 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:54,421 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:54,788 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:55,101 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:55,463 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:55,844 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:55,876 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:55,904 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:56,393 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:56,433 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:56,467 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:56,762 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:57,082 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:57,425 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:57,763 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:58,087 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:58,412 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:58,770 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:49:58,836 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:58] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:49:59,370 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:49:59,402 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:49:59,461 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:49:59,480 - INFO - 127.0.0.1 - - [07/Apr/2026 09:49:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:49:59,780 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:00,082 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:00,387 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:00,700 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:00,991 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:01,321 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:01,662 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:01,745 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:01] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:50:01,747 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:50:01,870 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:50:02,043 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:02,383 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:50:02,424 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:50:02,834 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:03,135 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:03,462 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:03,800 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:04,090 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:04,406 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:04,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:04] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:50:04,747 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:50:05,449 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:50:05,481 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:50:05,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:50:07,725 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:07] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:50:07,729 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:50:08,500 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:50:08,537 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:50:08,909 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:50:10,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:10] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:50:10,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:50:11,338 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:50:11,391 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:50:11,563 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:50:13,790 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:13,815 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:13] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:50:13,824 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:50:14,057 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:50:14,199 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:14,559 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:50:14,620 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:50:15,753 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:17,518 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:18,288 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:24,402 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 09:50:25,104 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:25,568 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:25,874 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:26,188 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:38,535 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:38,830 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:39,161 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:39,490 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:39,911 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:40,211 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:40,517 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:40,877 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:41,212 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:41,514 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:41,867 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:42,170 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:42,510 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:42,743 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:50:43,304 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:50:43,402 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:50:44,007 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:50:44,343 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:50:53,507 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:50:54,126 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:50:54,240 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:50:54,798 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:50:54,941 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:50:55,476 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:50:55,477 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:50:56,189 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:50:56,237 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:50:56,473 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:50:56,881 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:56] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:50:57,770 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:58,130 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:58,473 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:50:58,477 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:58] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:50:58,515 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:50:58,634 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:58] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:50:59,192 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:59] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:50:59,255 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:50:59,342 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:50:59,478 - INFO - 127.0.0.1 - - [07/Apr/2026 09:50:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:50:59,810 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:51:00,103 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:51:00,447 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:51:00,782 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:51:01,083 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:51:01,452 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:51:01,485 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:01] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:01,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:01,877 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:01] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:51:02,190 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:02,436 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:02,525 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:02] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:51:02,616 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:51:02,644 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:02] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 09:51:02,840 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:03,250 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 09:51:04,494 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:04] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:05,080 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:05,161 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:05,751 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:06,032 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:07,478 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:07] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:08,192 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:08,291 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:09,006 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:09,338 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:10,488 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:10] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:10,491 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:11,093 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:11,985 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:12,364 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:13,470 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:13] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:13,476 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:14,134 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:15,012 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:15,460 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:16,487 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:16] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:17,223 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:17,274 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:17,477 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:17,635 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:19,486 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:19] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:20,130 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:20,968 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:21,029 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:21,187 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:22,493 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:22] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:23,306 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:24,135 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:24,347 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:24,352 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:25,497 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:25] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:26,413 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:26,467 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:26,670 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:26,740 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:28,499 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:28] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:28,502 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:29,192 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:30,117 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:30,253 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:31,489 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:31] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:31,496 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:32,321 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:32,405 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:32,854 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:34,480 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:34] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:34,522 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:35,314 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:35,346 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:35,445 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:37,864 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:37] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:38,404 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:39,033 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:39,069 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:39,082 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:40,744 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:40] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:41,430 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:41] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:41,481 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:41,589 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:41,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:43,765 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:43] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:44,509 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:44,581 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:44,642 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:45,389 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:46,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:46] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:46,758 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:47,534 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:47,557 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:47,921 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:49,802 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:49] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:50,428 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:50,464 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:51,160 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:51,498 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:52,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:52] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:52,808 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:53,589 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:53,660 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:53,951 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:55,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:55,739 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:56,527 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:56,627 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:51:57,479 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:58,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:58] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:51:58,737 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:51:59,507 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:51:59,565 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:51:59,878 - INFO - 127.0.0.1 - - [07/Apr/2026 09:51:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:01,742 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:01] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:02,441 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:03,249 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:03,373 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:03,558 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:04,749 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:04] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:04,751 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:05,452 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:05,544 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:05,899 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:07,745 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:07] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:08,439 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:08,637 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:09,208 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:09,340 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:10,778 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:10] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:11,396 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:11,468 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:12,287 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:12,616 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:13,740 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:13] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:13,745 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:14,620 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:14,668 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:15,059 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:16,747 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:16] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:17,489 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:17,575 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:18,380 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:18,729 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:19,747 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:19] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:20,632 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:20,653 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:20,929 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:21,009 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:22,741 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:22] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:22,750 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:23,366 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:24,206 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:24,460 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:25,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:25] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:25,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:25,928 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:26,632 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:26,672 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:28,724 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:28,726 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:28] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:28,954 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:29,680 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:29,716 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:31,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:31,810 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:31] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:31,945 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:32,669 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:32,729 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:34,730 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:34] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:34,737 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:34,954 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:52:35,710 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:35,771 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:42,814 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:52:43,626 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:52:43,677 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:52:43,791 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:52:43,992 - INFO - 127.0.0.1 - - [07/Apr/2026 09:52:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:53:42,741 - INFO - 127.0.0.1 - - [07/Apr/2026 09:53:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:53:42,946 - INFO - 127.0.0.1 - - [07/Apr/2026 09:53:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:53:42,960 - INFO - 127.0.0.1 - - [07/Apr/2026 09:53:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:53:43,677 - INFO - 127.0.0.1 - - [07/Apr/2026 09:53:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:53:43,757 - INFO - 127.0.0.1 - - [07/Apr/2026 09:53:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:54:36,871 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:36] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:54:37,465 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:37] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:54:37,669 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:54:37,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:54:37,809 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:54:38,479 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:54:38,605 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:54:39,259 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:54:39,519 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:54:39,522 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:54:40,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:40] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:54:41,482 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:54:41,696 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:54:41,701 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:54:42,334 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:54:43,728 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:43] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:54:43,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:54:44,615 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:54:44,654 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:54:44,937 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:54:46,735 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:54:46,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:46] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:54:46,964 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:54:47,712 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:54:47,766 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:54:49,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:54:49,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:49] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:54:49,912 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:54:50,575 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:54:50,614 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:54:52,925 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:54:53,020 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:54:53,032 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:54:53,639 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:54:53,656 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:54:55,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:54:55,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:54:55,949 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:54:56,578 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:54:56,643 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:54:58,739 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:58] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:54:58,745 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:54:58,952 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:54:59,651 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:54:59,688 - INFO - 127.0.0.1 - - [07/Apr/2026 09:54:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:01,737 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:01] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:01,742 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:01] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:01,947 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:01] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:02,708 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:02] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:02,768 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:02] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:04,737 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:04] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:04,739 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:04] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:04,958 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:05,676 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:05] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:05,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:05] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:07,726 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:07] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:07,728 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:07,924 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:07] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:08,675 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:08] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:08,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:10,728 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:10] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:10,730 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:10] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:10,956 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:11,729 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:11] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:11,819 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:11] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:13,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:13] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:13,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:13] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:13,912 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:14,644 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:14] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:14,692 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:14] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:16,743 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:16,752 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:16] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:16,960 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:17,699 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:17] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:17,771 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:17] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:19,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:19] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:19,744 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:19] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:19,983 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:20,714 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:20] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:20,784 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:20] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:22,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:22] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:22,729 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:22,954 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:23,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:23,788 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:25,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:25] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:25,733 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:25,862 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:26,456 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:26] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:26,508 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:26] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:28,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:28] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:28,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:28] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:28,983 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:29,714 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:29] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:29,753 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:29] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:31,728 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:31] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:31,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:31] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:31,942 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:32,663 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:32] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:32,714 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:32] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:34,737 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:34] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:34,738 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:34] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:34,952 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:34] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:35,705 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:35] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:35,781 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:35] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:37,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:37] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:37,970 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:37,976 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:39,108 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:39,141 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:55:42,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:55:42,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:55:42,968 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:55:43,716 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:55:43,780 - INFO - 127.0.0.1 - - [07/Apr/2026 09:55:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:56:42,754 - INFO - 127.0.0.1 - - [07/Apr/2026 09:56:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:56:42,756 - INFO - 127.0.0.1 - - [07/Apr/2026 09:56:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:56:43,518 - INFO - 127.0.0.1 - - [07/Apr/2026 09:56:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:56:44,218 - INFO - 127.0.0.1 - - [07/Apr/2026 09:56:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:56:44,322 - INFO - 127.0.0.1 - - [07/Apr/2026 09:56:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:57:30,739 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-07 09:57:30,739 - INFO - Press CTRL+C to quit 2026-04-07 09:57:40,246 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:57:40,303 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:40] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:57:40,477 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:40] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:57:40,960 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:57:40,972 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:57:41,808 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:41] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:57:42,647 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:57:42,783 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:57:42,790 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:57:42,945 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:57:43,485 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:57:43,489 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:43] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:57:44,406 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:57:44,429 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:44] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:57:44,558 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:57:46,477 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:46] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:57:46,482 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:46] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:57:46,697 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:57:47,306 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:47] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:57:47,365 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:47] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:57:49,470 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:49] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:57:49,478 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:57:49,632 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:57:50,178 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:57:50,244 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:50] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:57:52,486 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:57:52,491 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:52] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:57:52,630 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:57:53,191 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:57:53,271 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:53] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:57:55,474 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:57:55,474 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:57:55,680 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:57:56,189 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:57:56,282 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:57:56,304 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:56] "GET / HTTP/1.1" 200 - 2026-04-07 09:57:56,483 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:56] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-07 09:57:56,538 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:57:57,324 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:57:57,421 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:57:58,065 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:57:58,138 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:57:59,539 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:57:59,546 - INFO - 127.0.0.1 - - [07/Apr/2026 09:57:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:00,579 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:00,631 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:00,684 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:02,528 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:02,533 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:02,689 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:03,324 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:03,341 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:05,525 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:05,527 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:05,777 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:06,528 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:06,555 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:08,531 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:08,533 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:08,717 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:09,255 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:09,296 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:11,522 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:11,522 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:11,651 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:12,215 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:12,283 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:14,530 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:14,531 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:14,653 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:15,105 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:15,121 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:17,524 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:17,525 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:17,635 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:18,095 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:18,134 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:20,529 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:20,531 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:20,679 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:21,244 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:21,275 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:23,531 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:23,532 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:23,743 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:24,370 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:24,411 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:27,404 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:27,434 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:27] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:27,496 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:27,592 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:27,595 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:29,859 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:30,311 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:30,500 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:31,203 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:31,308 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:31] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:32,525 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:33,055 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:33,107 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:33,568 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:33,773 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:35,525 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:35,609 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:36,427 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:36,468 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:36,759 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:38,062 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:38,376 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:38,521 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:38,529 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:38,656 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:38,787 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:39,341 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:39,387 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:39,796 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:40,105 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:40,396 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:40,890 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:41,198 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:41,477 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:41,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:41,822 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:41,900 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:42,550 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:42,612 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:42,727 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:43,024 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:43,362 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:43,641 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:43,943 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:44,262 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:44,525 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:44,826 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:44,845 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:44,852 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:45,309 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:45,422 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:45,721 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:46,043 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:46,324 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:46,650 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:46,945 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:47,245 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:47,563 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:47,824 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:47,861 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:47,912 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:48,331 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:48,467 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:48] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:48,706 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:48,991 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:49,286 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:49,556 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:49,865 - ERROR - Failed to add inbound rule for 104.208.16.95: 2026-04-07 09:58:50,728 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:50,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:51,393 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:52,085 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:52] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:52,344 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:53,731 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:53,786 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:54,494 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:55,374 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:55,586 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:56,748 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:58:57,424 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:58:57,631 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:58:58,353 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:58:58,606 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:58:59,720 - INFO - 127.0.0.1 - - [07/Apr/2026 09:58:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:00,645 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:00,670 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:00,823 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:00,850 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:02,730 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:02,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:03,315 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:04,126 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:04] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:04,532 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:05,755 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:05,761 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:06,645 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:06,723 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:06,896 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:08,723 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:08,724 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:08,897 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:09,553 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:09,613 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:11,739 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:11,751 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:11,948 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:12,668 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:12,732 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:14,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:14,762 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:15,632 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:15,679 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:16,061 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:17,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:17,746 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:17,942 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:18,632 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:18,689 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:20,723 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:20,726 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:20,905 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:21,529 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:21,586 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:23,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:23,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:23,927 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:24,572 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:24,643 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:26,737 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:27,366 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:27,424 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:28,029 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:28,297 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:28] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:29,743 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:29,756 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:29,924 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:30,561 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:30,625 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:32,734 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:32,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:32,946 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:33,532 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:33,590 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:35,736 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:35,747 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:35,948 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:36,573 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:36,652 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:38,743 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:38,755 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:38,946 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:39,641 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:39,678 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 09:59:42,739 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 09:59:42,741 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 09:59:42,935 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 09:59:43,615 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 09:59:43,639 - INFO - 127.0.0.1 - - [07/Apr/2026 09:59:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:00:42,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:00:42,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:00:43,598 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:00:43,623 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:00:43,906 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:00:55,381 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:55] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:00:55,429 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:55] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:00:55,535 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:55] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:00:56,125 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:56] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:00:56,177 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:56] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:00:56,525 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:00:56,532 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:00:57,284 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:00:57,352 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:00:57,653 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:00:59,537 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:00:59,539 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:00:59,704 - INFO - 127.0.0.1 - - [07/Apr/2026 10:00:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:00,320 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:00,352 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:02,671 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:03,209 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:03,380 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:03,969 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:04,085 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:04] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:05,538 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:05,540 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:05,739 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:06,443 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:06,523 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:08,539 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:08,541 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:08,754 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:09,401 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:09,473 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:11,536 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:11,544 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:11,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:12,376 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:12,414 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:14,529 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:14,530 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:15,266 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:15,325 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:15,426 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:17,534 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:17,536 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:17,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:18,375 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:18,459 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:20,530 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:20,538 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:20,693 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:21,319 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:21,409 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:23,529 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:23,532 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:23,651 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:24,171 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:24,201 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:26,543 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:26,544 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:26,755 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:27,480 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:27,529 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:29,748 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:29,760 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:30,480 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:30,505 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:30,784 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:32,724 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:32,754 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:32,878 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:33,510 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:33,559 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:35,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:35,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:36,584 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:36,640 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:36,848 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:38,757 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:38,797 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:38,913 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:39,155 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 10:01:39,483 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:39,531 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:40,147 - ERROR - Failed to add inbound rule for 3.173.21.63: 2026-04-07 10:01:41,722 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:41,732 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:41,913 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:42,566 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:42,621 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:44,960 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:44,978 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:44,999 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:45,675 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:45,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:47,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:47,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:47,894 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:48,601 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:48,659 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:50,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:50,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:51,611 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:51,645 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:51,807 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:53,722 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:53,723 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:53,870 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:54,376 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:54,416 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:56,873 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:01:56,873 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:01:56,928 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:57,413 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:01:57,434 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:58,219 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:01:58,622 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:01:59,018 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:01:59,402 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:01:59,720 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:01:59,721 - INFO - 127.0.0.1 - - [07/Apr/2026 10:01:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:01:59,730 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:00,521 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:00,584 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:00,677 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:00,972 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:01,242 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:01,622 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:01,922 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:02,207 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:02,478 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:02,794 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:02,945 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:03,565 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:03,592 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:03,716 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:03,747 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:03,960 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:04,234 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:04,491 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:04,780 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:05,043 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:05,319 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:05,590 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:05,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:05,739 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:05,858 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:05,913 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:06,486 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:06,541 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:06,933 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:07,191 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:07,470 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:07,755 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:08,012 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:08,320 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:08,581 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:08,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:08,732 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:08,868 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:08,942 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:09,414 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:09,452 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:09,781 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:10,084 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:10,353 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:10,622 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:10,939 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:11,257 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:11,531 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:11,718 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:11,720 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:11,829 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:11,832 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:12,439 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:12,502 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:12,827 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:13,122 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:13,406 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:13,674 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:13,942 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:14,245 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:14,545 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:14,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:14,870 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:14,883 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:14,910 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:15,493 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:15,548 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:15,833 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:16,123 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:16,417 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:16,679 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:16,962 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:17,249 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:17,556 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:17,865 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:17,884 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:17,884 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:17,907 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:18,474 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:18,543 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:18,857 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:19,152 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:19,421 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:19,735 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:20,035 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:20,300 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:20,581 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:20,903 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:20,950 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:20,987 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:21,419 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:21,486 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:21,550 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:21,795 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:22,050 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:22,352 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:22,642 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:22,944 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:23,227 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:23,591 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:23,827 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:23,849 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:23,865 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:23,923 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:24,373 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:24,384 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:24,803 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:25,107 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:26,528 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:26,530 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:26,701 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:27,360 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:27,371 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:27,591 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:27,893 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:28,606 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:29,540 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:29,542 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:30,437 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:30,448 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:30,642 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:31,171 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:32,535 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:32,539 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:32,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:32,854 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:32] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:32,939 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:33,263 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:33,321 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:33,686 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:34,020 - ERROR - Failed to add inbound rule for 121.37.72.114: 2026-04-07 10:02:34,989 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:34] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:35,406 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:35] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:35,536 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:35,538 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:35,675 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:35] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:35,695 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:35,908 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:35] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:36,092 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:36] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:36,300 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:36] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:36,320 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:36,372 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:36,493 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:36] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:37,101 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:37] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:37,565 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:37] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:38,061 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:38] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:38,538 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:38,543 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:38,708 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:38,723 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:38] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:39,378 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:39,451 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:41,039 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:41] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:41,270 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:41] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:41,530 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:41,533 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:41,711 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:42,044 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:42] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:42,359 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:42,440 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:42,812 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:42] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:02:44,529 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:44,541 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:44,711 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:45,295 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:45,343 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:47,727 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:47,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:47,894 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:48,567 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:48,655 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:50,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:50,739 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:51,658 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:51,686 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:51,916 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:53,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:53,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:53,941 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:54,560 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:54,637 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:56,744 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:56,748 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:56,906 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:02:57,573 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:02:57,628 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:02:59,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:02:59,732 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:02:59,907 - INFO - 127.0.0.1 - - [07/Apr/2026 10:02:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:00,669 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:00,703 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:02,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:02,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:02,906 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:03,473 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:03,552 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:05,720 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:05,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:05,897 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:06,579 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:06,642 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:08,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:08,741 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:08,938 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:09,615 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:09,686 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:11,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:11,732 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:11,920 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:12,595 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:12,647 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:14,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:14,732 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:14,898 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:15,549 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:15,586 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:17,744 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:17,757 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:18,637 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:18,672 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:18,788 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:20,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:20,751 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:20,920 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:21,614 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:21,655 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:23,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:23,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:23,927 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:24,541 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:24,591 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:26,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:26,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:26,876 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:27,673 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:27,694 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:29,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:29,740 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:29,901 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:30,550 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:30,620 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:32,732 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:32,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:32,914 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:33,609 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:33,619 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:35,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:35,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:36,574 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:36,624 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:36,824 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:38,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:38,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:39,649 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:39,670 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:40,140 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:41,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:41,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:41,910 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:03:42,563 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:42,594 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:44,741 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:03:44,785 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:03:45,534 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:03:45,585 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:03:45,645 - INFO - 127.0.0.1 - - [07/Apr/2026 10:03:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:04:42,748 - INFO - 127.0.0.1 - - [07/Apr/2026 10:04:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:04:42,817 - INFO - 127.0.0.1 - - [07/Apr/2026 10:04:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:04:42,910 - INFO - 127.0.0.1 - - [07/Apr/2026 10:04:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:04:43,630 - INFO - 127.0.0.1 - - [07/Apr/2026 10:04:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:04:43,696 - INFO - 127.0.0.1 - - [07/Apr/2026 10:04:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:05:42,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:05:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:05:43,692 - INFO - 127.0.0.1 - - [07/Apr/2026 10:05:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:05:43,770 - INFO - 127.0.0.1 - - [07/Apr/2026 10:05:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:05:43,904 - INFO - 127.0.0.1 - - [07/Apr/2026 10:05:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:05:44,105 - INFO - 127.0.0.1 - - [07/Apr/2026 10:05:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:06:42,883 - INFO - 127.0.0.1 - - [07/Apr/2026 10:06:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:06:43,545 - INFO - 127.0.0.1 - - [07/Apr/2026 10:06:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:06:43,721 - INFO - 127.0.0.1 - - [07/Apr/2026 10:06:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:06:44,444 - INFO - 127.0.0.1 - - [07/Apr/2026 10:06:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:06:44,723 - INFO - 127.0.0.1 - - [07/Apr/2026 10:06:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:07:42,752 - INFO - 127.0.0.1 - - [07/Apr/2026 10:07:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:07:43,422 - INFO - 127.0.0.1 - - [07/Apr/2026 10:07:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:07:43,479 - INFO - 127.0.0.1 - - [07/Apr/2026 10:07:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:07:43,554 - INFO - 127.0.0.1 - - [07/Apr/2026 10:07:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:07:43,809 - INFO - 127.0.0.1 - - [07/Apr/2026 10:07:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:07,187 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:07] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:07,788 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:07,867 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:07] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:08,512 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:08,546 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:08] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:08,699 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:09,499 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:10,176 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:10,476 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:10,675 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:10] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:11,548 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:12,243 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:12,373 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:13,103 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:13,374 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:13] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:14,532 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:14,535 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:15,363 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:15,578 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:16,344 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:17,539 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:17,544 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:18,245 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:18,312 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:18,535 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:20,515 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:21,200 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:21,551 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:21,848 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:22,576 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:22] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:23,519 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:23,522 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:24,226 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:24,289 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:24,553 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:26,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:26,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:27,492 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:27,558 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:27,819 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:29,718 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:29,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:29,894 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:30,562 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:30,639 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:32,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:32,732 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:32,886 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:33,541 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:33,614 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:35,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:35,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:35,934 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:36,559 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:36,588 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:38,744 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:38,754 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:38,966 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:39,575 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:39,661 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:41,748 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:41,750 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:41,911 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:42,522 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:42,563 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:44,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:44,752 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:45,500 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:45,518 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:45,827 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:47,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:47,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:47,910 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:48,560 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:48,625 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:50,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:50,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:50,880 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:51,488 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:51,529 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:53,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:53,732 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:54,579 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:54,660 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:54,818 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:56,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:56,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:56,899 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:08:57,507 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:08:57,557 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:08:59,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:08:59,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:08:59,932 - INFO - 127.0.0.1 - - [07/Apr/2026 10:08:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:00,498 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:00,548 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:02,740 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:02,741 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:02,939 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:03,717 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:03,785 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:05,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:05,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:05,919 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:06,644 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:06,666 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:08,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:08,739 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:08,946 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:09,509 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:09,544 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:11,739 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:11,742 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:11,903 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:12,635 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:12,658 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:14,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:14,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:15,544 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:15,615 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:15,643 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:17,846 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:18,399 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:18,439 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:18,442 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:19,070 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:20,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:20,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:20,904 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:21,493 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:21,538 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:23,801 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:23,848 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:23,963 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:24,584 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:24,592 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:42,744 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:42,807 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:43,549 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:43,637 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:43,795 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:58,614 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-07 10:09:58,614 - INFO - Press CTRL+C to quit 2026-04-07 10:09:58,678 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:09:58,893 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:58] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:58,895 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:58] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:59,117 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:59] "GET / HTTP/1.1" 200 - 2026-04-07 10:09:59,235 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:59] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-07 10:09:59,384 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:59] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:09:59,387 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:59] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:09:59,515 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:09:59,517 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:09:59,657 - INFO - 127.0.0.1 - - [07/Apr/2026 10:09:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:00,216 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:00,228 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:02,493 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:02,499 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:02,685 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:03,315 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:03,354 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:05,493 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:05,498 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:05,688 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:06,377 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:06,449 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:08,499 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:08,502 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:08,716 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:09,396 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:09,425 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:11,494 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:11,505 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:11,662 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:12,235 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:12,323 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:14,490 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:14,492 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:14,669 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:15,464 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:15,506 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:17,504 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:17,506 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:17,703 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:18,296 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:18,297 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:18] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:10:18,339 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:19,267 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:19] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:10:20,270 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:20] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:10:20,498 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:20,500 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:20,699 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:21,465 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:21,536 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:21,544 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:21] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:10:23,487 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:23,492 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:23,713 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:24,398 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:24,480 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:26,490 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:26,494 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:27,317 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:27,361 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:27,495 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:29,492 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:29,493 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:29,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:30,425 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:30,458 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:32,489 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:32,491 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:32,692 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:33,372 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:33,460 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:35,488 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:35,490 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:36,370 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:36,422 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:36,539 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:38,495 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:38,498 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:38,668 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:39,196 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:39,238 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:41,727 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:41,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:41,938 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:42,651 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:42,679 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:44,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:44,746 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:45,559 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:45,617 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:45,762 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:47,825 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:47,870 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:47,904 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:48,409 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:48,435 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:50,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:50,742 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:50,932 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:51,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:51,804 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:53,722 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:53,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:53,958 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:54,642 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:54,694 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:56,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:56,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:56,929 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:10:57,635 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:10:57,667 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:10:59,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:10:59,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:10:59,958 - INFO - 127.0.0.1 - - [07/Apr/2026 10:10:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:00,683 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:00,741 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:02,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:02,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:02,940 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:03,685 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:03,772 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:05,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:05,741 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:05,966 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:06,690 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:06,747 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:08,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:08,744 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:08,941 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:09,748 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:09,826 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:11,724 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:11,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:11,951 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:12,696 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:12,759 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:14,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:14,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:14,946 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:15,660 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:15,697 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:17,958 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:17,985 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:17,997 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:18,662 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:18,715 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:20,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:20,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:20,949 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:21,663 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:21,741 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:23,848 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:23,968 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:24,003 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:24] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:24,701 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:24,755 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:26,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:26,743 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:26,959 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:27,638 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:27,689 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:29,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:29,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:29,942 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:30,668 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:30,720 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:32,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:32,741 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:32,953 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:33,668 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:33,704 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:35,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:35,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:35,984 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:36,689 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:36,742 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:38,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:38,727 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:39,629 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:39,680 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:39,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:11:42,757 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:11:42,758 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:11:43,686 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:11:43,782 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:11:43,873 - INFO - 127.0.0.1 - - [07/Apr/2026 10:11:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:22,101 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:22] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:22,131 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:22] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:22,318 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:22] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:23,001 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:23] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:23,038 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:23] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:23,516 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:23,517 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:24,329 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:24,337 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:24,376 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:26,501 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:26,503 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:26,679 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:27,362 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:27,399 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:29,503 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:29,509 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:29,696 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:30,437 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:30,486 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:32,517 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:33,343 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:33,385 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:33,692 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:33,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:35,493 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:35,497 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:35,685 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:36,347 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:36,394 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:38,490 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:38,492 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:38,695 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:39,372 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:39,424 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:41,499 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:41,504 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:41,679 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:42,428 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:42,466 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:44,629 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:44,659 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:45,656 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:45,716 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:45,806 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:47,640 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:47,659 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:47,697 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:47] "GET /api/download_all_ips_pdf HTTP/1.1" 200 - 2026-04-07 10:12:48,635 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:48,686 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:48,933 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:50,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:50,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:50,933 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:51,615 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:51,659 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:53,723 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:53,743 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:53,913 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:54,613 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:54,662 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:56,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:56,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:56,941 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:12:57,640 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:12:57,695 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:12:59,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:12:59,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:12:59,939 - INFO - 127.0.0.1 - - [07/Apr/2026 10:12:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:00,619 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:00,644 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:02,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:02,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:02,929 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:03,622 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:03,665 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:05,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:05,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:05,929 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:06,595 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:06,604 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:08,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:08,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:08,930 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:09,613 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:09,651 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:11,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:11,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:11,927 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:12,674 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:12,721 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:14,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:14,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:14,940 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:15,557 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:15,619 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:17,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:17,743 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:17,947 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:18,699 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:18,758 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:20,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:20,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:20,926 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:20] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:21,657 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:21,717 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:23,750 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:23,752 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:23,969 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:24,659 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:24,670 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:26,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:26,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:26,896 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:27,530 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:27,574 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:29,724 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:29,727 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:29,921 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:30,618 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:30,629 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:32,742 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:32,744 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:32,941 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:33,589 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:33,608 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:35,688 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:35,694 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:35,843 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:35] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:36,460 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:36,489 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:38,497 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:38,499 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:38,739 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:39,403 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:39,463 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:41,845 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:41,847 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:42,006 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:42,633 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:42,651 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:44,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:44,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:44,888 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:45,511 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:45,568 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:47,503 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:47,505 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:47,703 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:47] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:48,199 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:48,248 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:50,490 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:50,501 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:51,401 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:51,455 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:51,551 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:53,498 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:53,502 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:53,687 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:53] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:54,445 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:54,478 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:56,489 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:56,491 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:57,403 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:13:57,454 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:13:57,672 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:13:59,499 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:13:59,501 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:13:59,671 - INFO - 127.0.0.1 - - [07/Apr/2026 10:13:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:00,336 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:00,399 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:02,476 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:02,477 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:02,644 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:03,230 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:03,258 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:04,479 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:04] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:14:05,491 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:05,502 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:05,664 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:06,352 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:06,393 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:08,494 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:08,496 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:08,748 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:09,431 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:09,504 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:11,491 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:11,492 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:11,697 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:11] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:12,316 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:12,383 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:14,506 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:14,546 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:14,794 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:15,398 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:15,428 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:17,755 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:17,826 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:18,747 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:18,767 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:18,843 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:18] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:20,740 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:20] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:20,744 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:21,458 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:21,759 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:22,259 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:23,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:23,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:23,911 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:23] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:24,663 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:24,713 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:26,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:26,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:26,953 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:26] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:27,629 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:27,667 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:29,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:29,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:29,902 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:30,679 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:30,772 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:30] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:32,892 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:32] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:32,910 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:32] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:32,934 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:32] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:33,610 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:33] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:33,657 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:33] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:35,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:35] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:35,747 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:35] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:36,455 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:36] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:36,488 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:36] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:36,713 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:36] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:38,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:38,930 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:39,540 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:39,594 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:39,750 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:39] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:41,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:41,811 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:42,559 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:42,641 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:42,769 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:45,026 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:45] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:45,680 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:45,700 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:45,819 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:45] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:45,868 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:47,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:47,739 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:48,448 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:48,688 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:49,352 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:50,720 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:50,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:51,640 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:51,669 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:51,889 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:51] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:53,747 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:53,760 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:54,641 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:54,707 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:54,821 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:56,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:56,739 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:56,949 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:56] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:14:57,638 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:14:57,704 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:14:59,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:14:59,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:14:59,919 - INFO - 127.0.0.1 - - [07/Apr/2026 10:14:59] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:15:00,585 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:00] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:15:00,629 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:00] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:15:03,014 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:03] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:15:03,569 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:15:03,614 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:15:03,657 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:15:03,708 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:15:05,742 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:15:06,567 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:15:06,597 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:15:06,698 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:15:06,903 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:15:08,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:08] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:15:08,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:08] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:15:08,923 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:08] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:15:09,609 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:09] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:15:09,642 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:09] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:15:11,884 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:15:12,581 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:15:12,609 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:15:12,722 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:15:12,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:15:14,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:15:14,773 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:15:15,519 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:15:15,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:15:16,281 - INFO - 127.0.0.1 - - [07/Apr/2026 10:15:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:18:35,573 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 2026-04-07 10:18:35,573 - INFO - Press CTRL+C to quit 2026-04-07 10:18:37,580 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:37] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:18:37,588 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:37] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:18:38,330 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:38] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:18:38,437 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:38] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:18:38,478 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:38] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:18:38,766 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:38] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:18:38,767 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:18:38,906 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:38] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:18:39,535 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:39] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:18:39,596 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:39] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:18:41,437 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:41] "GET / HTTP/1.1" 200 - 2026-04-07 10:18:41,566 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:41] "GET /static/logo.png HTTP/1.1" 304 - 2026-04-07 10:18:41,781 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:41] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:18:41,783 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:41] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:18:41,951 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:41] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:18:42,506 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:42] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:18:42,537 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:42] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:18:44,771 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:44] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:18:44,773 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:44] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:18:44,951 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:44] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:18:45,577 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:45] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:18:45,623 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:45] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:18:46,736 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:46] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:18:47,510 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:47] "POST /api/geoip_toggle HTTP/1.1" 200 - 2026-04-07 10:18:47,779 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:47] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:18:47,781 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:47] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:18:48,025 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:48] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:18:48,771 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:48] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:18:48,796 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:48] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:18:50,777 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:50] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:18:50,781 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:50] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:18:50,925 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:50] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:18:51,564 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:51] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:18:51,603 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:51] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:18:53,764 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:53] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:18:53,766 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:53] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:18:54,684 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:54] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:18:54,762 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:54] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:18:54,840 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:18:56,770 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:56] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:18:56,778 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:56] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:18:57,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:57] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:18:57,775 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:57] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:18:57,996 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:57] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:18:59,781 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:59] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:18:59,783 - INFO - 127.0.0.1 - - [07/Apr/2026 10:18:59] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:00,255 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:01,010 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:01,061 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:02,770 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:02] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:02,772 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:02] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:02,959 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:02] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:03,690 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:03] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:03,796 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:03] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:05,780 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:05] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:05,782 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:05] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:05,970 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:05] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:06,646 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:06] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:06,689 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:06] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:09,742 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:09] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:09,918 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:09] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:10,109 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:10] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:10,506 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:10] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:10,544 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:10] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:12,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:12] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:12,750 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:12] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:12,915 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:13,604 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:13] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:13,667 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:13] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:15,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:15] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:15,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:15] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:15,927 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:15] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:16,520 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:16] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:16,567 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:16] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:18,762 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:18] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:18,814 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:18] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:19,665 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:19] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:19,705 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:19] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:19,918 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:19] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:21,732 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:21] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:21,734 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:21,914 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:22,618 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:22] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:22,669 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:22] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:24,724 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:24] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:24,727 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:24,951 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:25,715 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:25] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:25,805 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:25] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:27,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:27] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:27,738 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:27] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:27,947 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:28,722 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:28] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:28,778 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:28] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:30,716 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:30] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:30,717 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:30] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:30,872 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:30] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:31,560 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:31] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:31,626 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:31] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:33,722 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:33] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:33,723 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:33] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:33,913 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:33] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:34,698 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:34] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:34,750 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:34] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:36,725 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:36] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:36,727 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:36] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:37,405 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:37] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:37,444 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:37] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:37,560 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:37] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:39,749 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:39] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:39,752 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:39] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:40,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:40] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:40,765 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:40] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:40,979 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:40] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:42,724 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:42,726 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:43,486 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:43,538 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:43,875 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:45,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:45] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:45,763 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:45] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:46,504 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:46] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:46,583 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:46] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:46,859 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:46] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:48,799 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:48] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:49,595 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:49] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:49,650 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:49] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:49,774 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:49] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:50,477 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:50] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:51,755 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:51] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:52,495 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:52] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:52,598 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:52] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:52,755 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:52] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:53,395 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:53] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:54,740 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:54] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:54,745 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:54] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:54,931 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:54] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:19:55,537 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:55] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:55,579 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:55] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:57,742 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:57] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:19:57,745 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:57] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:19:58,633 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:58] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:19:58,693 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:58] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:19:58,745 - INFO - 127.0.0.1 - - [07/Apr/2026 10:19:58] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:20:00,733 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:00] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:20:00,756 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:00] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:20:00,955 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:00] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:20:01,673 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:01] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:20:01,703 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:01] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:20:03,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:03] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:20:03,729 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:03] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:20:03,922 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:03] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:20:04,699 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:04] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:20:04,761 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:04] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:20:06,735 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:06] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:20:06,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:06] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:20:06,940 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:06] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:20:07,666 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:07] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:20:07,708 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:07] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:20:42,728 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:20:42,731 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:20:43,709 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:20:43,778 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:20:43,922 - INFO - 127.0.0.1 - - [07/Apr/2026 10:20:43] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:21:42,737 - INFO - 127.0.0.1 - - [07/Apr/2026 10:21:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:21:42,953 - INFO - 127.0.0.1 - - [07/Apr/2026 10:21:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:21:42,972 - INFO - 127.0.0.1 - - [07/Apr/2026 10:21:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:21:43,627 - INFO - 127.0.0.1 - - [07/Apr/2026 10:21:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:21:43,683 - INFO - 127.0.0.1 - - [07/Apr/2026 10:21:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:22:42,730 - INFO - 127.0.0.1 - - [07/Apr/2026 10:22:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:22:42,965 - INFO - 127.0.0.1 - - [07/Apr/2026 10:22:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:22:43,754 - INFO - 127.0.0.1 - - [07/Apr/2026 10:22:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:22:43,934 - INFO - 127.0.0.1 - - [07/Apr/2026 10:22:43] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:22:44,635 - INFO - 127.0.0.1 - - [07/Apr/2026 10:22:44] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:23:42,769 - INFO - 127.0.0.1 - - [07/Apr/2026 10:23:42] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:23:42,778 - INFO - 127.0.0.1 - - [07/Apr/2026 10:23:42] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:23:42,925 - INFO - 127.0.0.1 - - [07/Apr/2026 10:23:42] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:23:43,565 - INFO - 127.0.0.1 - - [07/Apr/2026 10:23:43] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:23:43,583 - INFO - 127.0.0.1 - - [07/Apr/2026 10:23:43] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:28:11,810 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:11] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:28:11,812 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:11] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:12,125 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:12] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:12,321 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:12] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:28:12,335 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:12] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:28:14,756 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:14] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:14,760 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:14] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:28:14,863 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:14] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:15,149 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:15] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:28:15,171 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:15] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:28:16,897 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:16] "POST /api/unblock HTTP/1.1" 200 - 2026-04-07 10:28:16,905 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:16] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:16,970 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:16] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:17,757 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:17] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:17,759 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:17] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:28:17,840 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:17] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:18,169 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:18] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:28:18,189 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:18] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:28:20,905 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:20] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:28:21,186 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:21] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:28:21,271 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:21] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:28:21,352 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:21] "POST /api/unblock HTTP/1.1" 200 - 2026-04-07 10:28:21,377 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:21,377 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:21,384 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:21] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:21,449 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:21] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:23,761 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:23] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:23,767 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:23] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:28:24,149 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:24] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:28:24,165 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:24] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:28:24,181 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:24] "POST /api/unblock HTTP/1.1" 200 - 2026-04-07 10:28:24,188 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:24] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:24,192 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:24,255 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:24] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:25,911 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:25] "POST /api/unblock HTTP/1.1" 200 - 2026-04-07 10:28:25,918 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:25] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:25,985 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:25] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:26,765 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:26] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:26,766 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:26] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:28:27,169 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:27] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:28:27,199 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:27] "GET /api/traffic_stats HTTP/1.1" 200 - 2026-04-07 10:28:27,306 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:27] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:29,770 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:29] "GET /api/geoip_status HTTP/1.1" 200 - 2026-04-07 10:28:29,772 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:29] "GET /api/blocked_ips HTTP/1.1" 200 - 2026-04-07 10:28:29,985 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:29] "GET /api/stats HTTP/1.1" 200 - 2026-04-07 10:28:30,157 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:30] "GET /api/threats HTTP/1.1" 200 - 2026-04-07 10:28:30,169 - INFO - 127.0.0.1 - - [07/Apr/2026 10:28:30] "GET /api/traffic_stats HTTP/1.1" 200 -