Windows
Analysis Report
Shipment Delivery No DE0093002-PDF.exe
Overview
General Information
Detection
Lokibot
Score: | 100 |
Range: | 0 - 100 |
Confidence: | 100% |
Signatures
Antivirus detection for URL or domain
Found malware configuration
Malicious sample detected (through community Yara rule)
Multi AV Scanner detection for submitted file
Suricata IDS alerts for network traffic
System process connects to network (likely due to code injection or exploit)
Yara detected Lokibot
Binary is likely a compiled AutoIt script file
C2 URLs / IPs found in malware configuration
Joe Sandbox ML detected suspicious sample
Maps a DLL or memory area into another process
Switches to a custom stack to bypass stack traces
Tries to detect sandboxes and other dynamic analysis tools (process name or module or function)
Tries to harvest and steal Putty / WinSCP information (sessions, passwords, etc)
Tries to harvest and steal browser information (history, passwords, etc)
Tries to harvest and steal ftp login credentials
Tries to steal Mail credentials (via file / registry access)
Tries to steal Mail credentials (via file registry)
Writes to foreign memory regions
Yara detected aPLib compressed binary
Contains functionality for read data from the clipboard
Contains functionality to block mouse and keyboard input (often used to hinder debugging)
Contains functionality to call native functions
Contains functionality to check if a debugger is running (IsDebuggerPresent)
Contains functionality to check if a debugger is running (OutputDebugString,GetLastError)
Contains functionality to check if a window is minimized (may be used to check if an application is visible)
Contains functionality to communicate with device drivers
Contains functionality to dynamically determine API calls
Contains functionality to execute programs as a different user
Contains functionality to launch a process as a different user
Contains functionality to launch a program with higher privileges
Contains functionality to modify clipboard data
Contains functionality to open a port and listen for incoming connection (possibly a backdoor)
Contains functionality to query CPU information (cpuid)
Contains functionality to read the PEB
Contains functionality to read the clipboard data
Contains functionality to retrieve information about pressed keystrokes
Contains functionality to shutdown / reboot the system
Contains functionality to simulate keystroke presses
Contains functionality to simulate mouse events
Contains functionality which may be used to detect a debugger (GetProcessHeap)
Creates a process in suspended mode (likely to inject code)
Detected potential crypto function
Enables debug privileges
Extensive use of GetProcAddress (often used to hide API calls)
Found evasive API chain (date check)
Found large amount of non-executed APIs
Found potential string decryption / allocating functions
IP address seen in connection with other malware
May sleep (evasive loops) to hinder dynamic analysis
OS version to string mapping found (often used in BOTs)
Potential key logger detected (key state polling based)
Sample file is different than original file name gathered from version info
Sigma detected: Uncommon Svchost Parent Process
Uses 32bit PE files
Uses a known web browser user agent for HTTP communication
Uses code obfuscation techniques (call, push, ret)
Yara detected Credential Stealer
Yara signature match
Classification
- System is w10x64
Shipment Delivery No DE0093002-PDF.exe (PID: 7468 cmdline:
"C:\Users\ user\Deskt op\Shipmen t Delivery No DE0093 002-PDF.ex e" MD5: 3BE7EC7542039A96C3AB2FA71914AA9A) svchost.exe (PID: 7484 cmdline:
"C:\Users\ user\Deskt op\Shipmen t Delivery No DE0093 002-PDF.ex e" MD5: 1ED18311E3DA35942DB37D15FA40CC5B) Shipment Delivery No DE0093002-PDF.exe (PID: 7492 cmdline:
"C:\Users\ user\Deskt op\Shipmen t Delivery No DE0093 002-PDF.ex e" MD5: 3BE7EC7542039A96C3AB2FA71914AA9A) svchost.exe (PID: 7536 cmdline:
"C:\Users\ user\Deskt op\Shipmen t Delivery No DE0093 002-PDF.ex e" MD5: 1ED18311E3DA35942DB37D15FA40CC5B)
- cleanup
Name | Description | Attribution | Blogpost URLs | Link |
---|---|---|---|---|
Loki Password Stealer (PWS), LokiBot | "Loki Bot is a commodity malware sold on underground sites which is designed to steal private data from infected machines, and then submit that info to a command and control host via HTTP POST. This private data includes stored passwords, login credential information from Web browsers, and a variety of cryptocurrency wallets." - PhishMeLoki-Bot employs function hashing to obfuscate the libraries utilized. While not all functions are hashed, a vast majority of them are.Loki-Bot accepts a single argument/switch of -u that simply delays execution (sleeps) for 10 seconds. This is used when Loki-Bot is upgrading itself.The Mutex generated is the result of MD5 hashing the Machine GUID and trimming to 24-characters. For example: B7E1C2CC98066B250DDB2123.Loki-Bot creates a hidden folder within the %APPDATA% directory whose name is supplied by the 8th thru 13th characters of the Mutex. For example: %APPDATA%\ C98066\.There can be four files within the hidden %APPDATA% directory at any given time: .exe, .lck, .hdb and .kdb. They will be named after characters 13 thru 18 of the Mutex. For example: 6B250D. Below is the explanation of their purpose:FILE EXTENSIONFILE DESCRIPTION.exeA copy of the malware that will execute every time the user account is logged into.lckA lock file created when either decrypting Windows Credentials or Keylogging to prevent resource conflicts.hdbA database of hashes for data that has already been exfiltrated to the C2 server.kdbA database of keylogger data that has yet to be sent to the C2 serverIf the user is privileged, Loki-Bot sets up persistence within the registry under HKEY_LOCAL_MACHINE. If not, it sets up persistence under HKEY_CURRENT_USER.The first packet transmitted by Loki-Bot contains application data.The second packet transmitted by Loki-Bot contains decrypted Windows credentials.The third packet transmitted by Loki-Bot is the malware requesting C2 commands from the C2 server. By default, Loki-Bot will send this request out every 10 minutes after the initial packet it sent.Communications to the C2 server from the compromised host contain information about the user and system including the username, hostname, domain, screen resolution, privilege level, system architecture, and Operating System.The first WORD of the HTTP Payload represents the Loki-Bot version.The second WORD of the HTTP Payload is the Payload Type. Below is the table of identified payload types:BYTEPAYLOAD TYPE0x26Stolen Cryptocurrency Wallet0x27Stolen Application Data0x28Get C2 Commands from C2 Server0x29Stolen File0x2APOS (Point of Sale?)0x2BKeylogger Data0x2CScreenshotThe 11th byte of the HTTP Payload begins the Binary ID. This might be useful in tracking campaigns or specific threat actors. This value value is typically ckav.ru. If you come across a Binary ID that is different from this, take note!Loki-Bot encrypts both the URL and the registry key used for persistence using Triple DES encryption.The Content-Key HTTP Header value is the result of hashing the HTTP Header values that precede it. This is likely used as a protection against researchers who wish to poke and prod at Loki-Bots C2 infrastructure.Loki-Bot can accept the following instructions from the C2 Server:BYTEINSTRUCTION DESCRIPTION0x00Download EXE & Execute0x01Download DLL & Load #10x02Download DLL & Load #20x08Delete HDB File0x09Start Keylogger0x0AMine & Steal Data0x0EExit Loki-Bot0x0FUpgrade Loki-Bot0x10Change C2 Polling Frequency0x11Delete Executables & ExitSuricata SignaturesRULE SIDRULE NAME2024311ET TROJAN Loki Bot Cryptocurrency Wallet Exfiltration Detected2024312ET TROJAN Loki Bot Application/Credential Data Exfiltration Detected M12024313ET TROJAN Loki Bot Request for C2 Commands Detected M12024314ET TROJAN Loki Bot File Exfiltration Detected2024315ET TROJAN Loki Bot Keylogger Data Exfiltration Detected M12024316ET TROJAN Loki Bot Screenshot Exfiltration Detected2024317ET TROJAN Loki Bot Application/Credential Data Exfiltration Detected M22024318ET TROJAN Loki Bot Request for C2 Commands Detected M22024319ET TROJAN Loki Bot Keylogger Data Exfiltration Detected M2 |
{"C2 list": ["http://kbfvzoboss.bid/alien/fre.php", "http://alphastand.trade/alien/fre.php", "http://alphastand.win/alien/fre.php", "http://alphastand.top/alien/fre.php"]}
Source | Rule | Description | Author | Strings |
---|---|---|---|---|
JoeSecurity_Lokibot_1 | Yara detected Lokibot | Joe Security |
Source | Rule | Description | Author | Strings |
---|---|---|---|---|
JoeSecurity_Lokibot | Yara detected Lokibot | Joe Security | ||
JoeSecurity_aPLib_compressed_binary | Yara detected aPLib compressed binary | Joe Security | ||
JoeSecurity_CredentialStealer | Yara detected Credential Stealer | Joe Security | ||
Windows_Trojan_Lokibot_1f885282 | unknown | unknown |
| |
Windows_Trojan_Lokibot_0f421617 | unknown | unknown |
| |
Click to see the 30 entries |
Source | Rule | Description | Author | Strings |
---|---|---|---|---|
JoeSecurity_aPLib_compressed_binary | Yara detected aPLib compressed binary | Joe Security | ||
Windows_Trojan_Lokibot_1f885282 | unknown | unknown |
| |
Windows_Trojan_Lokibot_0f421617 | unknown | unknown |
| |
Loki_1 | Loki Payload | kevoreilly |
| |
Lokibot | detect Lokibot in memory | JPCERT/CC Incident Response Group |
| |
Click to see the 37 entries |
System Summary |
---|
Source: | Author: Florian Roth (Nextron Systems): |
Source: | Author: vburov: |
Timestamp | SID | Severity | Classtype | Source IP | Source Port | Destination IP | Destination Port | Protocol |
---|---|---|---|---|---|---|---|---|
2025-02-24T08:40:17.542873+0100 | 2024312 | 1 | A Network Trojan was detected | 192.168.2.4 | 49731 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:18.709316+0100 | 2024312 | 1 | A Network Trojan was detected | 192.168.2.4 | 49732 | 104.21.48.1 | 80 | TCP |
Timestamp | SID | Severity | Classtype | Source IP | Source Port | Destination IP | Destination Port | Protocol |
---|---|---|---|---|---|---|---|---|
2025-02-24T08:40:16.802412+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49731 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:17.901955+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49732 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:18.787788+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:19.696595+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.599802+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.503176+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.404608+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.289335+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.218133+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.164608+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.089207+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.042767+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.977477+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.861062+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.817332+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.783053+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.680292+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.626524+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.507918+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.380612+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.304291+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.116918+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.997752+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.911290+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:39.155461+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:40.047671+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.994933+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.978187+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.948897+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.899170+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.778880+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.710799+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.657941+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.538949+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.331683+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.240893+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:51.171451+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.226264+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.501662+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.486059+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.408746+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.514458+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.431407+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.521477+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.499203+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.471056+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.439271+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.364815+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.363415+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.313428+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.266860+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:07.223130+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.207649+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.194590+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.164113+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:11.141303+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.035898+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.870311+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.692580+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.622816+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.553276+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.510554+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.303496+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.267430+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.069504+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.023495+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.935903+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.822435+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.752347+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.553323+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.528729+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.873164+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.796281+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.699453+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.632962+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.560064+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.385197+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.375440+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.318019+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.228783+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.156446+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.082916+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.904806+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.784207+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.724001+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.692767+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.656178+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.463936+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.517139+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.504524+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.459662+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.390858+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.206897+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.126137+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.029933+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.011745+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.928050+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.872918+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.792423+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.723999+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.716435+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.674938+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.522266+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.500735+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.460867+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.399541+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.348044+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:01.147226+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.070942+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.918392+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.899121+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.860065+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.803640+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.751125+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.557952+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.365524+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.184226+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.985917+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.825701+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.653601+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.595333+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.404659+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.333926+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.296100+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.085309+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.940915+0100 | 2025381 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
Timestamp | SID | Severity | Classtype | Source IP | Source Port | Destination IP | Destination Port | Protocol |
---|---|---|---|---|---|---|---|---|
2025-02-24T08:40:20.452902+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49734 | TCP |
2025-02-24T08:40:24.060335+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49738 | TCP |
2025-02-24T08:40:25.007429+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49739 | TCP |
2025-02-24T08:40:25.924180+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49740 | TCP |
2025-02-24T08:40:26.886828+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49741 | TCP |
2025-02-24T08:40:29.633516+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49744 | TCP |
2025-02-24T08:40:30.612533+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49746 | TCP |
2025-02-24T08:40:32.457461+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49752 | TCP |
2025-02-24T08:40:35.157658+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49756 | TCP |
2025-02-24T08:40:35.968020+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49757 | TCP |
2025-02-24T08:40:37.744097+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49759 | TCP |
2025-02-24T08:40:38.709627+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49760 | TCP |
2025-02-24T08:40:42.808907+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49763 | TCP |
2025-02-24T08:40:43.789129+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49764 | TCP |
2025-02-24T08:40:44.713764+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49765 | TCP |
2025-02-24T08:40:46.558039+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49767 | TCP |
2025-02-24T08:40:47.495291+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49768 | TCP |
2025-02-24T08:40:49.173085+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49770 | TCP |
2025-02-24T08:40:51.001958+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49772 | TCP |
2025-02-24T08:40:53.018974+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49774 | TCP |
2025-02-24T08:40:54.265551+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49775 | TCP |
2025-02-24T08:40:56.187810+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49777 | TCP |
2025-02-24T08:41:00.314010+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49780 | TCP |
2025-02-24T08:41:01.272765+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49781 | TCP |
2025-02-24T08:41:02.239014+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49782 | TCP |
2025-02-24T08:41:06.084858+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49786 | TCP |
2025-02-24T08:41:08.018819+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49788 | TCP |
2025-02-24T08:41:09.011425+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49790 | TCP |
2025-02-24T08:41:10.963926+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49798 | TCP |
2025-02-24T08:41:12.705687+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49815 | TCP |
2025-02-24T08:41:13.526559+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49821 | TCP |
2025-02-24T08:41:14.449049+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49827 | TCP |
2025-02-24T08:41:16.336695+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49839 | TCP |
2025-02-24T08:41:17.137098+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49848 | TCP |
2025-02-24T08:41:18.082165+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49854 | TCP |
2025-02-24T08:41:18.893595+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49862 | TCP |
2025-02-24T08:41:19.820190+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49868 | TCP |
2025-02-24T08:41:23.391403+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49897 | TCP |
2025-02-24T08:41:24.360148+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49903 | TCP |
2025-02-24T08:41:25.320397+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49909 | TCP |
2025-02-24T08:41:26.621350+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49917 | TCP |
2025-02-24T08:41:28.334290+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49931 | TCP |
2025-02-24T08:41:29.379930+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49936 | TCP |
2025-02-24T08:41:30.202799+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49943 | TCP |
2025-02-24T08:41:33.149472+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49964 | TCP |
2025-02-24T08:41:36.902910+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49992 | TCP |
2025-02-24T08:41:37.723665+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 49998 | TCP |
2025-02-24T08:41:39.553206+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50010 | TCP |
2025-02-24T08:41:40.519007+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50019 | TCP |
2025-02-24T08:41:41.492779+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50027 | TCP |
2025-02-24T08:41:42.283737+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50033 | TCP |
2025-02-24T08:41:43.109223+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50039 | TCP |
2025-02-24T08:41:47.012578+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50067 | TCP |
2025-02-24T08:41:49.806815+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50089 | TCP |
2025-02-24T08:41:50.754115+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50095 | TCP |
2025-02-24T08:41:51.693171+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50101 | TCP |
2025-02-24T08:41:54.537851+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50104 | TCP |
2025-02-24T08:41:55.491291+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50105 | TCP |
2025-02-24T08:41:56.327930+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50106 | TCP |
2025-02-24T08:41:57.314179+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50107 | TCP |
2025-02-24T08:41:58.280053+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50108 | TCP |
2025-02-24T08:41:59.228176+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50109 | TCP |
2025-02-24T08:42:00.173626+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50110 | TCP |
2025-02-24T08:42:00.972031+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50111 | TCP |
2025-02-24T08:42:02.708393+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50113 | TCP |
2025-02-24T08:42:03.714734+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50114 | TCP |
2025-02-24T08:42:04.683338+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50115 | TCP |
2025-02-24T08:42:05.636445+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50116 | TCP |
2025-02-24T08:42:07.391276+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50118 | TCP |
2025-02-24T08:42:08.189451+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50119 | TCP |
2025-02-24T08:42:08.992887+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50120 | TCP |
2025-02-24T08:42:09.813147+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50121 | TCP |
2025-02-24T08:42:10.653938+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50122 | TCP |
2025-02-24T08:42:11.479124+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50123 | TCP |
2025-02-24T08:42:13.236374+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50125 | TCP |
2025-02-24T08:42:15.122305+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50127 | TCP |
2025-02-24T08:42:15.921705+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50128 | TCP |
2025-02-24T08:42:16.710826+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50129 | TCP |
2025-02-24T08:42:17.699247+0100 | 2025483 | 1 | A Network Trojan was detected | 104.21.48.1 | 80 | 192.168.2.4 | 50130 | TCP |
Timestamp | SID | Severity | Classtype | Source IP | Source Port | Destination IP | Destination Port | Protocol |
---|---|---|---|---|---|---|---|---|
2025-02-24T08:40:19.532963+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.447785+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.324303+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.245346+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.122370+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.055329+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.002119+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.918929+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.880323+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.805450+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.694033+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.628482+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.607398+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.518250+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.430174+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.347667+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.228413+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.152572+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.962938+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.837053+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.739015+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:38.704503+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:39.868013+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.836574+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.803843+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.783480+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.708677+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.615534+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.552124+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.489934+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.380589+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.167883+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.053008+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.996344+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.068550+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.012909+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.257394+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.234327+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.182541+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.247751+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.174518+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.308231+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.267591+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.224843+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.173833+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.134837+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.094385+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.079662+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.987400+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.013690+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.006286+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.984363+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.958410+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:11.868340+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.700663+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.521427+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.443762+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.373149+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.331658+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.131972+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.077139+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.888522+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.815156+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.748214+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.652618+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.563585+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.386428+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.355116+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.314763+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.615613+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.520016+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.327484+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.373821+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.197795+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.152769+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.144353+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.038924+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:35.970879+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.897407+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.718607+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.619361+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.547633+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.513919+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.487519+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.278552+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.104212+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.240152+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.264304+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.178511+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.007432+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.948817+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.846181+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.801836+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.748237+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.688100+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.592576+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.535604+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.532759+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.486227+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.322837+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.309104+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.274736+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.223148+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.168521+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.965681+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:01.899517+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.703391+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.709674+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.678316+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.629714+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.577278+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.386260+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.184382+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.985730+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.808134+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.648907+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.474042+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.422371+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.231254+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.158432+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.116374+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.914469+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.704731+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:17.694143+0100 | 2024313 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
Timestamp | SID | Severity | Classtype | Source IP | Source Port | Destination IP | Destination Port | Protocol |
---|---|---|---|---|---|---|---|---|
2025-02-24T08:40:19.532963+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.447785+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.324303+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.245346+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.122370+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.055329+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.002119+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.918929+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.880323+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.805450+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.694033+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.628482+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.607398+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.518250+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.430174+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.347667+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.228413+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.152572+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.962938+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.837053+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.739015+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:38.704503+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:39.868013+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.836574+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.803843+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.783480+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.708677+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.615534+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.552124+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.489934+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.380589+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.167883+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.053008+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.996344+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.068550+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.012909+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.257394+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.234327+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.182541+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.247751+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.174518+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.308231+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.267591+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.224843+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.173833+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.134837+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.094385+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.079662+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.987400+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.013690+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.006286+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.984363+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.958410+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:11.868340+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.700663+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.521427+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.443762+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.373149+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.331658+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.131972+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.077139+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.888522+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.815156+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.748214+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.652618+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.563585+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.386428+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.355116+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.314763+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.615613+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.520016+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.327484+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.373821+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.197795+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.152769+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.144353+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.038924+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:35.970879+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.897407+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.718607+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.619361+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.547633+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.513919+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.487519+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.278552+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.104212+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.240152+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.264304+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.178511+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.007432+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.948817+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.846181+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.801836+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.748237+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.688100+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.592576+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.535604+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.532759+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.486227+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.322837+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.309104+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.274736+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.223148+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.168521+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.965681+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:01.899517+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.703391+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.709674+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.678316+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.629714+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.577278+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.386260+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.184382+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.985730+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.808134+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.648907+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.474042+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.422371+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.231254+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.158432+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.116374+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.914469+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.704731+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:17.694143+0100 | 2024318 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
Timestamp | SID | Severity | Classtype | Source IP | Source Port | Destination IP | Destination Port | Protocol |
---|---|---|---|---|---|---|---|---|
2025-02-24T08:40:16.802412+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49731 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:17.901955+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49732 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:18.787788+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:19.696595+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.599802+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.503176+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.404608+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.289335+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.218133+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.164608+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.089207+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.042767+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.977477+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.861062+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.817332+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.783053+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.680292+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.626524+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.507918+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.380612+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.304291+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.116918+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.997752+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.911290+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:39.155461+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:40.047671+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.994933+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.978187+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.948897+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.899170+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.778880+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.710799+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.657941+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.538949+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.331683+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.240893+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:51.171451+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.226264+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.501662+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.486059+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.408746+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.514458+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.431407+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.521477+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.499203+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.471056+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.439271+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.364815+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.363415+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.313428+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.266860+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:07.223130+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.207649+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.194590+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.164113+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:11.141303+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.035898+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.870311+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.692580+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.622816+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.553276+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.510554+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.303496+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.267430+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.069504+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.023495+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.935903+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.822435+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.752347+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.553323+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.528729+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.873164+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.796281+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.699453+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.632962+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.560064+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.385197+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.375440+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.318019+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.228783+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.156446+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.082916+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.904806+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.784207+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.724001+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.692767+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.656178+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.463936+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.517139+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.504524+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.459662+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.390858+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.206897+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.126137+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.029933+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.011745+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.928050+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.872918+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.792423+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.723999+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.716435+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.674938+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.522266+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.500735+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.460867+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.399541+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.348044+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:01.147226+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.070942+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.918392+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.899121+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.860065+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.803640+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.751125+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.557952+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.365524+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.184226+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.985917+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.825701+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.653601+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.595333+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.404659+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.333926+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.296100+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.085309+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.940915+0100 | 2021641 | 1 | A Network Trojan was detected | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
Timestamp | SID | Severity | Classtype | Source IP | Source Port | Destination IP | Destination Port | Protocol |
---|---|---|---|---|---|---|---|---|
2025-02-24T08:40:16.802412+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49731 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:17.901955+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49732 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:18.787788+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:19.696595+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.599802+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.503176+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.404608+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.289335+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.218133+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.164608+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.089207+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.042767+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.977477+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.861062+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.817332+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.783053+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.680292+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.626524+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.507918+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.380612+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.304291+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.116918+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.997752+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.911290+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:39.155461+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:40.047671+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.994933+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.978187+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.948897+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.899170+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.778880+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.710799+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.657941+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.538949+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.331683+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.240893+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:51.171451+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.226264+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.501662+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.486059+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.408746+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.514458+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.431407+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.521477+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.499203+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.471056+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.439271+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.364815+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.363415+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.313428+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.266860+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:07.223130+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.207649+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.194590+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.164113+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:11.141303+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.035898+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.870311+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.692580+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.622816+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.553276+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.510554+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.303496+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.267430+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.069504+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.023495+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.935903+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.822435+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.752347+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.553323+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.528729+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.873164+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.796281+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.699453+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.632962+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.560064+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.385197+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.375440+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.318019+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.228783+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.156446+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.082916+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.904806+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.784207+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.724001+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.692767+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.656178+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.463936+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.517139+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.504524+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.459662+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.390858+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.206897+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.126137+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.029933+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.011745+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.928050+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.872918+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.792423+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.723999+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.716435+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.674938+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.522266+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.500735+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.460867+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.399541+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.348044+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:01.147226+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.070942+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.918392+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.899121+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.860065+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.803640+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.751125+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.557952+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.365524+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.184226+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.985917+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.825701+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.653601+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.595333+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.404659+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.333926+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.296100+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.085309+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.940915+0100 | 2825766 | 1 | Malware Command and Control Activity Detected | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
Click to jump to signature section
Show All Signature Results
AV Detection |
---|
Source: | Avira URL Cloud: |
Source: | Malware Configuration Extractor: |
Source: | Virustotal: | Perma Link | ||
Source: | ReversingLabs: |
Source: | Integrated Neural Analysis Model: |
Source: | Static PE information: |
Source: | Binary string: | ||
Source: | Binary string: | ||
Source: | Binary string: | ||
Source: | Binary string: |
Source: | Code function: | 0_2_0012445A | |
Source: | Code function: | 0_2_0012C6D1 | |
Source: | Code function: | 0_2_0012C75C | |
Source: | Code function: | 0_2_0012EF95 | |
Source: | Code function: | 0_2_0012F0F2 | |
Source: | Code function: | 0_2_0012F3F3 | |
Source: | Code function: | 0_2_001237EF | |
Source: | Code function: | 0_2_00123B12 | |
Source: | Code function: | 0_2_0012BCBC | |
Source: | Code function: | 3_2_00403D74 |
Networking |
---|
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: | ||
Source: | Suricata IDS: |
Source: | Network Connect: | Jump to behavior |
Source: | URLs: | ||
Source: | URLs: | ||
Source: | URLs: | ||
Source: | URLs: |
Source: | IP Address: | ||
Source: | IP Address: |
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: |
Source: | UDP traffic detected without corresponding DNS query: |
Source: | Code function: | 0_2_001322EE |
Source: | DNS traffic detected: |
Source: | HTTP traffic detected: |
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: | ||
Source: | HTTP traffic detected: |
Source: | String found in binary or memory: |
Source: | Code function: | 0_2_00134164 |
Source: | Code function: | 0_2_00134164 |
Source: | Code function: | 0_2_00133F66 |
Source: | Code function: | 0_2_0012001C |
Source: | Code function: | 0_2_0014CABC |
System Summary |
---|
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: |
Source: | Code function: | 0_2_000C3B3A | |
Source: | String found in binary or memory: | ||
Source: | String found in binary or memory: | memstr_51830f48-6 | |
Source: | String found in binary or memory: | memstr_6bbb9ae1-3 | |
Source: | String found in binary or memory: | memstr_e3bb4e5f-1 | |
Source: | String found in binary or memory: | memstr_2a72a1d5-5 | |
Source: | String found in binary or memory: | memstr_c9487ced-e | |
Source: | String found in binary or memory: | memstr_6270c97e-1 |
Source: | Code function: | 3_2_006C3540 | |
Source: | Code function: | 3_2_006C2720 | |
Source: | Code function: | 3_2_006C33C0 |
Source: | Code function: | 0_2_0012A1EF |
Source: | Code function: | 0_2_00118310 |
Source: | Code function: | 0_2_001251BD |
Source: | Code function: | 0_2_000CE6A0 | |
Source: | Code function: | 0_2_000ED975 | |
Source: | Code function: | 0_2_000E21C5 | |
Source: | Code function: | 0_2_000F62D2 | |
Source: | Code function: | 0_2_001403DA | |
Source: | Code function: | 0_2_000F242E | |
Source: | Code function: | 0_2_000E25FA | |
Source: | Code function: | 0_2_0011E616 | |
Source: | Code function: | 0_2_000D66E1 | |
Source: | Code function: | 0_2_000F878F | |
Source: | Code function: | 0_2_000D8808 | |
Source: | Code function: | 0_2_00140857 | |
Source: | Code function: | 0_2_000F6844 | |
Source: | Code function: | 0_2_00128889 | |
Source: | Code function: | 0_2_000ECB21 | |
Source: | Code function: | 0_2_000F6DB6 | |
Source: | Code function: | 0_2_000D6F9E | |
Source: | Code function: | 0_2_000D3030 | |
Source: | Code function: | 0_2_000E3187 | |
Source: | Code function: | 0_2_000EF1D9 | |
Source: | Code function: | 0_2_000C1287 | |
Source: | Code function: | 0_2_000E1484 | |
Source: | Code function: | 0_2_000D5520 | |
Source: | Code function: | 0_2_000E7696 | |
Source: | Code function: | 0_2_000D5760 | |
Source: | Code function: | 0_2_000E1978 | |
Source: | Code function: | 0_2_000F9AB5 | |
Source: | Code function: | 0_2_000CFCE0 | |
Source: | Code function: | 0_2_000E1D90 | |
Source: | Code function: | 0_2_000EBDA6 | |
Source: | Code function: | 0_2_00147DDB | |
Source: | Code function: | 0_2_000CDF00 | |
Source: | Code function: | 0_2_000D3FE0 | |
Source: | Code function: | 0_2_00D174F0 | |
Source: | Code function: | 2_2_01436538 | |
Source: | Code function: | 3_2_0040549C | |
Source: | Code function: | 3_2_004029D4 | |
Source: | Code function: | 3_2_006C2720 |
Source: | Binary or memory string: | ||
Source: | Binary or memory string: | ||
Source: | Binary or memory string: | ||
Source: | Binary or memory string: |
Source: | Static PE information: |
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: | ||
Source: | Matched rule: |
Source: | Classification label: |
Source: | Code function: | 0_2_0012A06A |
Source: | Code function: | 0_2_001181CB | |
Source: | Code function: | 0_2_001187E1 | |
Source: | Code function: | 3_2_0040650A |
Source: | Code function: | 0_2_0012B333 |
Source: | Code function: | 0_2_0013EE0D |
Source: | Code function: | 0_2_0012C397 |
Source: | Code function: | 0_2_000C4E89 |
Source: | Code function: | 3_2_006C3360 |
Source: | Code function: | 3_2_006C3360 |
Source: | File created: | Jump to behavior |
Source: | Mutant created: |
Source: | File created: | Jump to behavior |
Source: | Static PE information: |
Source: | Key opened: | Jump to behavior |
Source: | Binary or memory string: |
Source: | Virustotal: | ||
Source: | ReversingLabs: |
Source: | Process created: | |||
Source: | Process created: | |||
Source: | Process created: | |||
Source: | Process created: | |||
Source: | Process created: | Jump to behavior | ||
Source: | Process created: | Jump to behavior | ||
Source: | Process created: | Jump to behavior |
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior | ||
Source: | Section loaded: | Jump to behavior |
Source: | Key opened: | Jump to behavior |
Source: | Static PE information: | ||
Source: | Static PE information: | ||
Source: | Static PE information: | ||
Source: | Static PE information: | ||
Source: | Static PE information: | ||
Source: | Static PE information: |
Source: | Static PE information: |
Source: | Binary string: | ||
Source: | Binary string: | ||
Source: | Binary string: | ||
Source: | Binary string: |
Source: | Static PE information: | ||
Source: | Static PE information: | ||
Source: | Static PE information: | ||
Source: | Static PE information: | ||
Source: | Static PE information: |
Data Obfuscation |
---|
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: |
Source: | Code function: | 0_2_000C4B37 |
Source: | Code function: | 0_2_00128491 | |
Source: | Code function: | 0_2_000CC50D | |
Source: | Code function: | 0_2_000EE711 | |
Source: | Code function: | 0_2_000EE82A | |
Source: | Code function: | 0_2_000E8958 | |
Source: | Code function: | 0_2_000EEA05 | |
Source: | Code function: | 0_2_000EEAEE | |
Source: | Code function: | 3_2_00402AD4 | |
Source: | Code function: | 3_2_00402AFC |
Source: | Code function: | 3_2_006C3360 |
Source: | Code function: | 0_2_000C48D7 | |
Source: | Code function: | 0_2_00145376 |
Source: | Code function: | 0_2_000E3187 |
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior | ||
Source: | Process information set: | Jump to behavior |
Malware Analysis System Evasion |
---|
Source: | API/Special instruction interceptor: | ||
Source: | API/Special instruction interceptor: |
Source: | Binary or memory string: | ||
Source: | Binary or memory string: |
Source: | Evasive API call chain: | graph_0-102050 |
Source: | API coverage: |
Source: | Thread sleep time: | Jump to behavior |
Source: | Code function: | 0_2_0012445A | |
Source: | Code function: | 0_2_0012C6D1 | |
Source: | Code function: | 0_2_0012C75C | |
Source: | Code function: | 0_2_0012EF95 | |
Source: | Code function: | 0_2_0012F0F2 | |
Source: | Code function: | 0_2_0012F3F3 | |
Source: | Code function: | 0_2_001237EF | |
Source: | Code function: | 0_2_00123B12 | |
Source: | Code function: | 0_2_0012BCBC | |
Source: | Code function: | 3_2_00403D74 |
Source: | Code function: | 0_2_000C49A0 |
Source: | Thread delayed: | Jump to behavior |
Source: | Binary or memory string: |
Source: | Code function: | 0_2_00133F09 |
Source: | Code function: | 0_2_000C3B3A |
Source: | Code function: | 0_2_000F5A7C |
Source: | Code function: | 0_2_000C4B37 |
Source: | Code function: | 0_2_00D173E0 | |
Source: | Code function: | 0_2_00D17380 | |
Source: | Code function: | 0_2_00D15D80 | |
Source: | Code function: | 2_2_014363C8 | |
Source: | Code function: | 2_2_01434DC8 | |
Source: | Code function: | 2_2_01436428 | |
Source: | Code function: | 3_2_0040317B | |
Source: | Code function: | 3_2_006C3060 | |
Source: | Code function: | 3_2_006C3060 | |
Source: | Code function: | 3_2_006C3060 | |
Source: | Code function: | 3_2_006C3060 | |
Source: | Code function: | 3_2_006C4410 | |
Source: | Code function: | 3_2_006C4410 | |
Source: | Code function: | 3_2_006C3540 | |
Source: | Code function: | 3_2_006C3540 | |
Source: | Code function: | 3_2_006C3540 | |
Source: | Code function: | 3_2_006C4610 | |
Source: | Code function: | 3_2_006C4610 | |
Source: | Code function: | 3_2_006C4610 | |
Source: | Code function: | 3_2_006C4610 | |
Source: | Code function: | 3_2_006C56A0 | |
Source: | Code function: | 3_2_006C56A0 |
Source: | Code function: | 0_2_001180A9 |
Source: | Process token adjusted: | Jump to behavior |
Source: | Code function: | 0_2_000EA124 | |
Source: | Code function: | 0_2_000EA155 | |
Source: | Code function: | 3_2_006C5848 | |
Source: | Code function: | 3_2_006C33C0 |
HIPS / PFW / Operating System Protection Evasion |
---|
Source: | Network Connect: | Jump to behavior |
Source: | Section loaded: | Jump to behavior |
Source: | Memory written: | Jump to behavior |
Source: | Code function: | 0_2_001187B1 |
Source: | Code function: | 0_2_000C3B3A |
Source: | Code function: | 0_2_000C48D7 |
Source: | Code function: | 0_2_00124C27 |
Source: | Process created: | Jump to behavior | ||
Source: | Process created: | Jump to behavior |
Source: | Code function: | 0_2_00117CAF |
Source: | Code function: | 0_2_0011874B |
Source: | Binary or memory string: | ||
Source: | Binary or memory string: |
Source: | Code function: | 0_2_000E862B |
Source: | Code function: | 0_2_000F4E87 |
Source: | Code function: | 0_2_00101E06 |
Source: | Code function: | 0_2_000F3F3A |
Source: | Code function: | 0_2_000C49A0 |
Source: | Key value queried: | Jump to behavior |
Stealing of Sensitive Information |
---|
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: |
Source: | Key opened: | Jump to behavior | ||
Source: | Key opened: | Jump to behavior |
Source: | File opened: | Jump to behavior |
Source: | File opened: | Jump to behavior | ||
Source: | File opened: | Jump to behavior | ||
Source: | File opened: | Jump to behavior | ||
Source: | File opened: | Jump to behavior |
Source: | Key opened: | Jump to behavior | ||
Source: | Key opened: | Jump to behavior |
Source: | Code function: | 3_2_0040D069 | |
Source: | Code function: | 3_2_0040D069 |
Source: | Binary or memory string: | ||
Source: | Binary or memory string: | ||
Source: | Binary or memory string: | ||
Source: | Binary or memory string: | ||
Source: | Binary or memory string: | ||
Source: | Binary or memory string: | ||
Source: | Binary or memory string: |
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: | ||
Source: | File source: |
Source: | Code function: | 0_2_00136283 | |
Source: | Code function: | 0_2_00136747 | |
Source: | Code function: | 3_2_006C6AF0 | |
Source: | Code function: | 3_2_006C6B60 | |
Source: | Code function: | 3_2_006C6BB0 |
Reconnaissance | Resource Development | Initial Access | Execution | Persistence | Privilege Escalation | Defense Evasion | Credential Access | Discovery | Lateral Movement | Collection | Command and Control | Exfiltration | Impact |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Gather Victim Identity Information | Acquire Infrastructure | 2 Valid Accounts | 2 Native API | 1 DLL Side-Loading | 1 Exploitation for Privilege Escalation | 1 Disable or Modify Tools | 2 OS Credential Dumping | 2 System Time Discovery | Remote Services | 1 Archive Collected Data | 3 Ingress Tool Transfer | Exfiltration Over Other Network Medium | 1 System Shutdown/Reboot |
Credentials | Domains | Default Accounts | 2 Service Execution | 2 Valid Accounts | 1 DLL Side-Loading | 1 Deobfuscate/Decode Files or Information | 21 Input Capture | 1 Account Discovery | Remote Desktop Protocol | 2 Data from Local System | 1 Encrypted Channel | Exfiltration Over Bluetooth | Network Denial of Service |
Email Addresses | DNS Server | Domain Accounts | At | 3 Windows Service | 2 Valid Accounts | 2 Obfuscated Files or Information | 2 Credentials in Registry | 1 File and Directory Discovery | SMB/Windows Admin Shares | 1 Email Collection | 3 Non-Application Layer Protocol | Automated Exfiltration | Data Encrypted for Impact |
Employee Names | Virtual Private Server | Local Accounts | Cron | Login Hook | 21 Access Token Manipulation | 1 DLL Side-Loading | NTDS | 117 System Information Discovery | Distributed Component Object Model | 21 Input Capture | 113 Application Layer Protocol | Traffic Duplication | Data Destruction |
Gather Victim Network Information | Server | Cloud Accounts | Launchd | Network Logon Script | 3 Windows Service | 1 Masquerading | LSA Secrets | 231 Security Software Discovery | SSH | 3 Clipboard Data | Fallback Channels | Scheduled Transfer | Data Encrypted for Impact |
Domain Properties | Botnet | Replication Through Removable Media | Scheduled Task | RC Scripts | 312 Process Injection | 2 Valid Accounts | Cached Domain Credentials | 11 Virtualization/Sandbox Evasion | VNC | GUI Input Capture | Multiband Communication | Data Transfer Size Limits | Service Stop |
DNS | Web Services | External Remote Services | Systemd Timers | Startup Items | Startup Items | 11 Virtualization/Sandbox Evasion | DCSync | 2 Process Discovery | Windows Remote Management | Web Portal Capture | Commonly Used Port | Exfiltration Over C2 Channel | Inhibit System Recovery |
Network Trust Dependencies | Serverless | Drive-by Compromise | Container Orchestration Job | Scheduled Task/Job | Scheduled Task/Job | 21 Access Token Manipulation | Proc Filesystem | 1 Application Window Discovery | Cloud Services | Credential API Hooking | Application Layer Protocol | Exfiltration Over Alternative Protocol | Defacement |
Network Topology | Malvertising | Exploit Public-Facing Application | Command and Scripting Interpreter | At | At | 312 Process Injection | /etc/passwd and /etc/shadow | 1 System Owner/User Discovery | Direct Cloud VM Connections | Data Staged | Web Protocols | Exfiltration Over Symmetric Encrypted Non-C2 Protocol | Internal Defacement |
This section contains all screenshots as thumbnails, including those not shown in the slideshow.
Source | Detection | Scanner | Label | Link |
---|---|---|---|---|
32% | Virustotal | Browse | ||
39% | ReversingLabs | Win32.Trojan.AZORult |
⊘No Antivirus matches
⊘No Antivirus matches
⊘No Antivirus matches
Source | Detection | Scanner | Label | Link |
---|---|---|---|---|
100% | Avira URL Cloud | malware |
Name | IP | Active | Malicious | Antivirus Detection | Reputation |
---|---|---|---|---|---|
touxzw.ir | 104.21.48.1 | true | false | high |
Name | Malicious | Antivirus Detection | Reputation |
---|---|---|---|
false | high | ||
true |
| unknown | |
false | high | ||
false | high | ||
false | high |
Name | Source | Malicious | Antivirus Detection | Reputation |
---|---|---|---|---|
false | high |
- No. of IPs < 25%
- 25% < No. of IPs < 50%
- 50% < No. of IPs < 75%
- 75% < No. of IPs
IP | Domain | Country | Flag | ASN | ASN Name | Malicious |
---|---|---|---|---|---|---|
104.21.48.1 | touxzw.ir | United States | 13335 | CLOUDFLARENETUS | false |
Joe Sandbox version: | 42.0.0 Malachite |
Analysis ID: | 1622495 |
Start date and time: | 2025-02-24 08:39:19 +01:00 |
Joe Sandbox product: | CloudBasic |
Overall analysis duration: | 0h 6m 11s |
Hypervisor based Inspection enabled: | false |
Report type: | full |
Cookbook file name: | default.jbs |
Analysis system description: | Windows 10 x64 22H2 with Office Professional Plus 2019, Chrome 117, Firefox 118, Adobe Reader DC 23, Java 8 Update 381, 7zip 23.01 |
Number of analysed new started processes analysed: | 8 |
Number of new started drivers analysed: | 0 |
Number of existing processes analysed: | 0 |
Number of existing drivers analysed: | 0 |
Number of injected processes analysed: | 0 |
Technologies: |
|
Analysis Mode: | default |
Analysis stop reason: | Timeout |
Sample name: | Shipment Delivery No DE0093002-PDF.exe |
Detection: | MAL |
Classification: | mal100.troj.spyw.evad.winEXE@7/8@1/1 |
EGA Information: |
|
HCA Information: |
|
Cookbook Comments: |
|
- Exclude process from analysis (whitelisted): MpCmdRun.exe, WMIADAP.exe, SIHClient.exe, conhost.exe
- Excluded IPs from analysis (whitelisted): 20.12.23.50, 13.107.246.60
- Excluded domains from analysis (whitelisted): ocsp.digicert.com, slscr.update.microsoft.com, otelrules.azureedge.net, ctldl.windowsupdate.com, fe3cr.delivery.mp.microsoft.com
- Not all processes where analyzed, report is missing behavior information
- Report size exceeded maximum capacity and may have missing disassembly code.
- Report size getting too big, too many NtOpenKeyEx calls found.
- Report size getting too big, too many NtQueryValueKey calls found.
Time | Type | Description |
---|---|---|
02:40:18 | API Interceptor | |
07:40:03 | Task Scheduler |
Match | Associated Sample Name / URL | SHA 256 | Detection | Threat Name | Link | Context |
---|---|---|---|---|---|---|
104.21.48.1 | Get hash | malicious | Lokibot | Browse |
| |
Get hash | malicious | HTMLPhisher | Browse |
| ||
Get hash | malicious | Babadeda | Browse |
| ||
Get hash | malicious | FormBook | Browse |
| ||
Get hash | malicious | FormBook | Browse |
| ||
Get hash | malicious | FormBook | Browse |
| ||
Get hash | malicious | FormBook | Browse |
| ||
Get hash | malicious | FormBook | Browse |
| ||
Get hash | malicious | FormBook | Browse |
| ||
Get hash | malicious | FormBook | Browse |
|
Match | Associated Sample Name / URL | SHA 256 | Detection | Threat Name | Link | Context |
---|---|---|---|---|---|---|
touxzw.ir | Get hash | malicious | Lokibot | Browse |
| |
Get hash | malicious | Lokibot | Browse |
| ||
Get hash | malicious | Lokibot | Browse |
| ||
Get hash | malicious | Lokibot | Browse |
| ||
Get hash | malicious | Lokibot | Browse |
| ||
Get hash | malicious | DarkTortilla, Lokibot | Browse |
| ||
Get hash | malicious | Lokibot | Browse |
| ||
Get hash | malicious | Lokibot | Browse |
| ||
Get hash | malicious | Lokibot | Browse |
| ||
Get hash | malicious | Lokibot | Browse |
|
Match | Associated Sample Name / URL | SHA 256 | Detection | Threat Name | Link | Context |
---|---|---|---|---|---|---|
CLOUDFLARENETUS | Get hash | malicious | Unknown | Browse |
| |
Get hash | malicious | GuLoader, Remcos | Browse |
| ||
Get hash | malicious | GuLoader, Remcos | Browse |
| ||
Get hash | malicious | Unknown | Browse |
| ||
Get hash | malicious | LummaC Stealer | Browse |
| ||
Get hash | malicious | Unknown | Browse |
| ||
Get hash | malicious | LummaC Stealer | Browse |
| ||
Get hash | malicious | Unknown | Browse |
| ||
Get hash | malicious | MSIL Logger, MassLogger RAT | Browse |
| ||
Get hash | malicious | Snake Keylogger, VIP Keylogger | Browse |
|
⊘No context
⊘No context
Process: | C:\Users\user\Desktop\Shipment Delivery No DE0093002-PDF.exe |
File Type: | |
Category: | dropped |
Size (bytes): | 28674 |
Entropy (8bit): | 3.5755949107577236 |
Encrypted: | false |
SSDEEP: | 768:G3i/YYPlYVLDumOlGJwp5Ju6AmLXFl10fnb1uLphM:UiAYPlgamOA9uLDM |
MD5: | E1A590C0FBCD3CCA298B47733B2869E1 |
SHA1: | A8AE7B7D1EF5116D4351C700F2689E7D94F5130A |
SHA-256: | 94865FDAF27CB44AA5E48486C9446AA1A90BEA58413C87471506485BBE121F36 |
SHA-512: | FB45431960B601494351AC78EB01C0116A86766B07530124F4BE3381156D2CFBD4E7C41C5158955D431D0A4DEABBAD6A8AFB15F6AC1EE06F8B4977528BEAB059 |
Malicious: | false |
Reputation: | low |
Preview: |
Process: | C:\Users\user\Desktop\Shipment Delivery No DE0093002-PDF.exe |
File Type: | |
Category: | dropped |
Size (bytes): | 80838 |
Entropy (8bit): | 7.941193753611847 |
Encrypted: | false |
SSDEEP: | 1536:8ncEMpP0n/Olx/3DNgWUSzZtdo5Nrf9g6u3J6lPaHk5yOTbDZVRcF:8n54P0nGlh8SzZw5VK6uwaHSTbDZwF |
MD5: | 03992A6C8BEF74B4A2E87A8465BABFAC |
SHA1: | 9451E05BEDB2AF6185082EAA85E9C7C22823CCAF |
SHA-256: | A8C2DB06467C37341438915015FFC1CADE9946473C8D4854A00C7B4C30FAD0D7 |
SHA-512: | 90FDFBA934A615047230295C29E906CCD74E48728F173647936AFE42AD2CB71061EB2D8CDB8B5AB01FD52BEB47886C4039EFA8AABFBAEC38B2E5C6D72CFF29C7 |
Malicious: | false |
Reputation: | low |
Preview: |
Process: | C:\Users\user\Desktop\Shipment Delivery No DE0093002-PDF.exe |
File Type: | |
Category: | dropped |
Size (bytes): | 9610 |
Entropy (8bit): | 7.601829193633195 |
Encrypted: | false |
SSDEEP: | 192:c09SJLZ7jNO7shK8LoGrfkdt4+45oh85H/pbPtp7PRwd09diVWVLLel7KQumDYpz:X9SJtjDMGTYt4+PhitRPRwd0TIWVLY7u |
MD5: | CE97AD4A267170E1FA58DFACFE8641AF |
SHA1: | 0097EDAF49C062F48A3DE6D112DA5BC8B3A2FA60 |
SHA-256: | D0849709BBB7A4A6A4E08C75AABC9143F090C18F6EE936A052DBBDD79A0904AF |
SHA-512: | B05306026743A05F32ED267804B1976829E8EFAD1082287E6D0CB7097590B68AFDCAE23215C79E4A140689C4C03441BB55B9723709B674C866FFCC2DF2F8481B |
Malicious: | false |
Reputation: | low |
Preview: |
Process: | C:\Users\user\Desktop\Shipment Delivery No DE0093002-PDF.exe |
File Type: | |
Category: | dropped |
Size (bytes): | 80838 |
Entropy (8bit): | 7.941193753611847 |
Encrypted: | false |
SSDEEP: | 1536:8ncEMpP0n/Olx/3DNgWUSzZtdo5Nrf9g6u3J6lPaHk5yOTbDZVRcF:8n54P0nGlh8SzZw5VK6uwaHSTbDZwF |
MD5: | 03992A6C8BEF74B4A2E87A8465BABFAC |
SHA1: | 9451E05BEDB2AF6185082EAA85E9C7C22823CCAF |
SHA-256: | A8C2DB06467C37341438915015FFC1CADE9946473C8D4854A00C7B4C30FAD0D7 |
SHA-512: | 90FDFBA934A615047230295C29E906CCD74E48728F173647936AFE42AD2CB71061EB2D8CDB8B5AB01FD52BEB47886C4039EFA8AABFBAEC38B2E5C6D72CFF29C7 |
Malicious: | false |
Reputation: | low |
Preview: |
Process: | C:\Users\user\Desktop\Shipment Delivery No DE0093002-PDF.exe |
File Type: | |
Category: | dropped |
Size (bytes): | 9610 |
Entropy (8bit): | 7.601829193633195 |
Encrypted: | false |
SSDEEP: | 192:c09SJLZ7jNO7shK8LoGrfkdt4+45oh85H/pbPtp7PRwd09diVWVLLel7KQumDYpz:X9SJtjDMGTYt4+PhitRPRwd0TIWVLY7u |
MD5: | CE97AD4A267170E1FA58DFACFE8641AF |
SHA1: | 0097EDAF49C062F48A3DE6D112DA5BC8B3A2FA60 |
SHA-256: | D0849709BBB7A4A6A4E08C75AABC9143F090C18F6EE936A052DBBDD79A0904AF |
SHA-512: | B05306026743A05F32ED267804B1976829E8EFAD1082287E6D0CB7097590B68AFDCAE23215C79E4A140689C4C03441BB55B9723709B674C866FFCC2DF2F8481B |
Malicious: | false |
Reputation: | low |
Preview: |
Process: | C:\Users\user\Desktop\Shipment Delivery No DE0093002-PDF.exe |
File Type: | |
Category: | dropped |
Size (bytes): | 106496 |
Entropy (8bit): | 7.380808462993826 |
Encrypted: | false |
SSDEEP: | 1536:1jHMbKqakjVw5kil3muCrZdrK176quiA6Ez1PxTqrdW0MS2IL1n0ctMk981E:ZsbKjk41dpCrZFFAiPpAMsLV0ctMEYE |
MD5: | D3C0C0E62C317E7F9E96A8F216CAA04A |
SHA1: | BD95149B833CD4BA236A6E9C98CE7CBEA1FACB7D |
SHA-256: | 71F72891A6DC6E5DD3BC106399BC58281198A5FD145F90899654E2573E4DD609 |
SHA-512: | 9311B46D645C6DF5B1010119C1F2BFA73112EF258C49847D2180856D934605CC2FD99F7AB376619791194E92136AF3F0075C744B43D0FD113133832335F7B65B |
Malicious: | false |
Reputation: | low |
Preview: |
Process: | C:\Windows\SysWOW64\svchost.exe |
File Type: | |
Category: | dropped |
Size (bytes): | 1 |
Entropy (8bit): | 0.0 |
Encrypted: | false |
SSDEEP: | 3:U:U |
MD5: | C4CA4238A0B923820DCC509A6F75849B |
SHA1: | 356A192B7913B04C54574D18C28D46E6395428AB |
SHA-256: | 6B86B273FF34FCE19D6B804EFF5A3F5747ADA4EAA22F1D49C01E52DDB7875B4B |
SHA-512: | 4DFF4EA340F0A823F15D3F4F01AB62EAE0E5DA579CCB851F8DB9DFE84C58B2B37B89903A740E1EE172DA793A6E79D560E5F7F9BD058A12A280433ED6FA46510A |
Malicious: | false |
Reputation: | high, very likely benign file |
Preview: |
C:\Users\user\AppData\Roaming\Microsoft\Crypto\RSA\S-1-5-21-2246122658-3693405117-2476756634-1002\bc49718863ee53e026d805ec372039e9_9e146be9-c76a-4720-bcdb-53011b87bd06
Download File
Process: | C:\Windows\SysWOW64\svchost.exe |
File Type: | |
Category: | dropped |
Size (bytes): | 46 |
Entropy (8bit): | 1.0424600748477153 |
Encrypted: | false |
SSDEEP: | 3:/lbq:4 |
MD5: | 8CB7B7F28464C3FCBAE8A10C46204572 |
SHA1: | 767FE80969EC2E67F54CC1B6D383C76E7859E2DE |
SHA-256: | ED5E3DCEB0A1D68803745084985051C1ED41E11AC611DF8600B1A471F3752E96 |
SHA-512: | 9BA84225FDB6C0FD69AD99B69824EC5B8D2B8FD3BB4610576DB4AD79ADF381F7F82C4C9522EC89F7171907577FAF1B4E70B82364F516CF8BBFED99D2ADEA43AF |
Malicious: | false |
Preview: |
File type: | |
Entropy (8bit): | 6.8458026343057625 |
TrID: |
|
File name: | Shipment Delivery No DE0093002-PDF.exe |
File size: | 965'120 bytes |
MD5: | 3be7ec7542039a96c3ab2fa71914aa9a |
SHA1: | 51afd12349217e0650067bd70a97187d90431099 |
SHA256: | 0d0fa16ed013f13274881d27fd1cb0892e030bc9d0c274ca87ac4afef1d14080 |
SHA512: | b9a96a0c62cedd106edaad22391fca5e9fdac411ca169965bf8ddef151f5a3ae7e77219c688932325791edc9026da8a2a8ae8d6125bc77e1c8dc57975f1dffbc |
SSDEEP: | 24576:zu6J33O0c+JY5UZ+XC0kGso6Faz1aGiy5YSWY:du0c++OCvkGs9Faz1XlSY |
TLSH: | CB25AD2273DDC360CB669173BF69B7016EBF7C614630B85B2F880D7DA950162262D7A3 |
File Content Preview: | MZ......................@...............................................!..L.!This program cannot be run in DOS mode....$.......6...r}..r}..r}..4,".p}......s}.../..A}.../#..}.../".G}..{.@.{}..{.P.W}..r}..R.....)."}......s}.../..s}..r}T.s}......s}..Richr}. |
Icon Hash: | aaf3e3e3938382a0 |
Entrypoint: | 0x427dcd |
Entrypoint Section: | .text |
Digitally signed: | false |
Imagebase: | 0x400000 |
Subsystem: | windows gui |
Image File Characteristics: | EXECUTABLE_IMAGE, LARGE_ADDRESS_AWARE, 32BIT_MACHINE |
DLL Characteristics: | DYNAMIC_BASE, TERMINAL_SERVER_AWARE |
Time Stamp: | 0x67BBCFAA [Mon Feb 24 01:47:22 2025 UTC] |
TLS Callbacks: | |
CLR (.Net) Version: | |
OS Version Major: | 5 |
OS Version Minor: | 1 |
File Version Major: | 5 |
File Version Minor: | 1 |
Subsystem Version Major: | 5 |
Subsystem Version Minor: | 1 |
Import Hash: | afcdf79be1557326c854b6e20cb900a7 |
Instruction |
---|
call 00007F2D00C5235Ah |
jmp 00007F2D00C45124h |
int3 |
int3 |
int3 |
int3 |
int3 |
int3 |
int3 |
int3 |
int3 |
push edi |
push esi |
mov esi, dword ptr [esp+10h] |
mov ecx, dword ptr [esp+14h] |
mov edi, dword ptr [esp+0Ch] |
mov eax, ecx |
mov edx, ecx |
add eax, esi |
cmp edi, esi |
jbe 00007F2D00C452AAh |
cmp edi, eax |
jc 00007F2D00C4560Eh |
bt dword ptr [004C31FCh], 01h |
jnc 00007F2D00C452A9h |
rep movsb |
jmp 00007F2D00C455BCh |
cmp ecx, 00000080h |
jc 00007F2D00C45474h |
mov eax, edi |
xor eax, esi |
test eax, 0000000Fh |
jne 00007F2D00C452B0h |
bt dword ptr [004BE324h], 01h |
jc 00007F2D00C45780h |
bt dword ptr [004C31FCh], 00000000h |
jnc 00007F2D00C4544Dh |
test edi, 00000003h |
jne 00007F2D00C4545Eh |
test esi, 00000003h |
jne 00007F2D00C4543Dh |
bt edi, 02h |
jnc 00007F2D00C452AFh |
mov eax, dword ptr [esi] |
sub ecx, 04h |
lea esi, dword ptr [esi+04h] |
mov dword ptr [edi], eax |
lea edi, dword ptr [edi+04h] |
bt edi, 03h |
jnc 00007F2D00C452B3h |
movq xmm1, qword ptr [esi] |
sub ecx, 08h |
lea esi, dword ptr [esi+08h] |
movq qword ptr [edi], xmm1 |
lea edi, dword ptr [edi+08h] |
test esi, 00000007h |
je 00007F2D00C45305h |
bt esi, 03h |
jnc 00007F2D00C45358h |
Programming Language: |
|
Name | Virtual Address | Virtual Size | Is in Section |
---|---|---|---|
IMAGE_DIRECTORY_ENTRY_EXPORT | 0x0 | 0x0 | |
IMAGE_DIRECTORY_ENTRY_IMPORT | 0xba44c | 0x17c | .rdata |
IMAGE_DIRECTORY_ENTRY_RESOURCE | 0xc7000 | 0x23028 | .rsrc |
IMAGE_DIRECTORY_ENTRY_EXCEPTION | 0x0 | 0x0 | |
IMAGE_DIRECTORY_ENTRY_SECURITY | 0x0 | 0x0 | |
IMAGE_DIRECTORY_ENTRY_BASERELOC | 0xeb000 | 0x711c | .reloc |
IMAGE_DIRECTORY_ENTRY_DEBUG | 0x92bc0 | 0x1c | .rdata |
IMAGE_DIRECTORY_ENTRY_COPYRIGHT | 0x0 | 0x0 | |
IMAGE_DIRECTORY_ENTRY_GLOBALPTR | 0x0 | 0x0 | |
IMAGE_DIRECTORY_ENTRY_TLS | 0x0 | 0x0 | |
IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG | 0xa4870 | 0x40 | .rdata |
IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT | 0x0 | 0x0 | |
IMAGE_DIRECTORY_ENTRY_IAT | 0x8f000 | 0x884 | .rdata |
IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT | 0x0 | 0x0 | |
IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR | 0x0 | 0x0 | |
IMAGE_DIRECTORY_ENTRY_RESERVED | 0x0 | 0x0 |
Name | Virtual Address | Virtual Size | Raw Size | MD5 | Xored PE | ZLIB Complexity | File Type | Entropy | Characteristics |
---|---|---|---|---|---|---|---|---|---|
.text | 0x1000 | 0x8dcc4 | 0x8de00 | d28a820a1d9ff26cda02d12b888ba4b4 | False | 0.5728679102422908 | data | 6.676118058520316 | IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ |
.rdata | 0x8f000 | 0x2e10e | 0x2e200 | 79b14b254506b0dbc8cd0ad67fb70ad9 | False | 0.33535526761517614 | OpenPGP Public Key | 5.76010872795207 | IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ |
.data | 0xbe000 | 0x8f74 | 0x5200 | 9f9d6f746f1a415a63de45f8b7983d33 | False | 0.1017530487804878 | data | 1.198745897703538 | IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE |
.rsrc | 0xc7000 | 0x23028 | 0x23200 | 7db10d51546a93b8b61b59fb0bfe85f1 | False | 0.8108527024021353 | data | 7.572489194689622 | IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ |
.reloc | 0xeb000 | 0x711c | 0x7200 | 6fcae3cbbf6bfbabf5ec5bbe7cf612c3 | False | 0.7650767543859649 | data | 6.779031650454199 | IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN_MEM_READ |
Name | RVA | Size | Type | Language | Country | ZLIB Complexity |
---|---|---|---|---|---|---|
RT_ICON | 0xc75a8 | 0x128 | Device independent bitmap graphic, 16 x 32 x 4, image size 192 | English | Great Britain | 0.7466216216216216 |
RT_ICON | 0xc76d0 | 0x128 | Device independent bitmap graphic, 16 x 32 x 4, image size 128, 16 important colors | English | Great Britain | 0.3277027027027027 |
RT_ICON | 0xc77f8 | 0x128 | Device independent bitmap graphic, 16 x 32 x 4, image size 192 | English | Great Britain | 0.3885135135135135 |
RT_ICON | 0xc7920 | 0x2e8 | Device independent bitmap graphic, 32 x 64 x 4, image size 0 | English | Great Britain | 0.3333333333333333 |
RT_ICON | 0xc7c08 | 0x128 | Device independent bitmap graphic, 16 x 32 x 4, image size 0 | English | Great Britain | 0.5 |
RT_ICON | 0xc7d30 | 0xea8 | Device independent bitmap graphic, 48 x 96 x 8, image size 0 | English | Great Britain | 0.2835820895522388 |
RT_ICON | 0xc8bd8 | 0x8a8 | Device independent bitmap graphic, 32 x 64 x 8, image size 0 | English | Great Britain | 0.37906137184115524 |
RT_ICON | 0xc9480 | 0x568 | Device independent bitmap graphic, 16 x 32 x 8, image size 0 | English | Great Britain | 0.23699421965317918 |
RT_ICON | 0xc99e8 | 0x25a8 | Device independent bitmap graphic, 48 x 96 x 32, image size 0 | English | Great Britain | 0.13858921161825727 |
RT_ICON | 0xcbf90 | 0x10a8 | Device independent bitmap graphic, 32 x 64 x 32, image size 0 | English | Great Britain | 0.25070356472795496 |
RT_ICON | 0xcd038 | 0x468 | Device independent bitmap graphic, 16 x 32 x 32, image size 0 | English | Great Britain | 0.3173758865248227 |
RT_MENU | 0xcd4a0 | 0x50 | data | English | Great Britain | 0.9 |
RT_STRING | 0xcd4f0 | 0x594 | data | English | Great Britain | 0.3333333333333333 |
RT_STRING | 0xcda84 | 0x68a | data | English | Great Britain | 0.2747909199522103 |
RT_STRING | 0xce110 | 0x490 | data | English | Great Britain | 0.3715753424657534 |
RT_STRING | 0xce5a0 | 0x5fc | data | English | Great Britain | 0.3087467362924282 |
RT_STRING | 0xceb9c | 0x65c | data | English | Great Britain | 0.34336609336609336 |
RT_STRING | 0xcf1f8 | 0x466 | data | English | Great Britain | 0.3605683836589698 |
RT_STRING | 0xcf660 | 0x158 | Matlab v4 mat-file (little endian) n, numeric, rows 0, columns 0 | English | Great Britain | 0.502906976744186 |
RT_RCDATA | 0xcf7b8 | 0x1a2ee | data | 1.0003822986405086 | ||
RT_GROUP_ICON | 0xe9aa8 | 0x76 | data | English | Great Britain | 0.6610169491525424 |
RT_GROUP_ICON | 0xe9b20 | 0x14 | data | English | Great Britain | 1.25 |
RT_GROUP_ICON | 0xe9b34 | 0x14 | data | English | Great Britain | 1.15 |
RT_GROUP_ICON | 0xe9b48 | 0x14 | data | English | Great Britain | 1.25 |
RT_VERSION | 0xe9b5c | 0xdc | data | English | Great Britain | 0.6181818181818182 |
RT_MANIFEST | 0xe9c38 | 0x3ef | ASCII text, with CRLF line terminators | English | Great Britain | 0.5074478649453823 |
DLL | Import |
---|---|
WSOCK32.dll | WSACleanup, socket, inet_ntoa, setsockopt, ntohs, recvfrom, ioctlsocket, htons, WSAStartup, __WSAFDIsSet, select, accept, listen, bind, closesocket, WSAGetLastError, recv, sendto, send, inet_addr, gethostbyname, gethostname, connect |
VERSION.dll | GetFileVersionInfoW, GetFileVersionInfoSizeW, VerQueryValueW |
WINMM.dll | timeGetTime, waveOutSetVolume, mciSendStringW |
COMCTL32.dll | ImageList_ReplaceIcon, ImageList_Destroy, ImageList_Remove, ImageList_SetDragCursorImage, ImageList_BeginDrag, ImageList_DragEnter, ImageList_DragLeave, ImageList_EndDrag, ImageList_DragMove, InitCommonControlsEx, ImageList_Create |
MPR.dll | WNetUseConnectionW, WNetCancelConnection2W, WNetGetConnectionW, WNetAddConnection2W |
WININET.dll | InternetQueryDataAvailable, InternetCloseHandle, InternetOpenW, InternetSetOptionW, InternetCrackUrlW, HttpQueryInfoW, InternetQueryOptionW, HttpOpenRequestW, HttpSendRequestW, FtpOpenFileW, FtpGetFileSize, InternetOpenUrlW, InternetReadFile, InternetConnectW |
PSAPI.DLL | GetProcessMemoryInfo |
IPHLPAPI.DLL | IcmpCreateFile, IcmpCloseHandle, IcmpSendEcho |
USERENV.dll | DestroyEnvironmentBlock, UnloadUserProfile, CreateEnvironmentBlock, LoadUserProfileW |
UxTheme.dll | IsThemeActive |
KERNEL32.dll | DuplicateHandle, CreateThread, WaitForSingleObject, HeapAlloc, GetProcessHeap, HeapFree, Sleep, GetCurrentThreadId, MultiByteToWideChar, MulDiv, GetVersionExW, IsWow64Process, GetSystemInfo, FreeLibrary, LoadLibraryA, GetProcAddress, SetErrorMode, GetModuleFileNameW, WideCharToMultiByte, lstrcpyW, lstrlenW, GetModuleHandleW, QueryPerformanceCounter, VirtualFreeEx, OpenProcess, VirtualAllocEx, WriteProcessMemory, ReadProcessMemory, CreateFileW, SetFilePointerEx, SetEndOfFile, ReadFile, WriteFile, FlushFileBuffers, TerminateProcess, CreateToolhelp32Snapshot, Process32FirstW, Process32NextW, SetFileTime, GetFileAttributesW, FindFirstFileW, SetCurrentDirectoryW, GetLongPathNameW, GetShortPathNameW, DeleteFileW, FindNextFileW, CopyFileExW, MoveFileW, CreateDirectoryW, RemoveDirectoryW, SetSystemPowerState, QueryPerformanceFrequency, FindResourceW, LoadResource, LockResource, SizeofResource, EnumResourceNamesW, OutputDebugStringW, GetTempPathW, GetTempFileNameW, DeviceIoControl, GetLocalTime, CompareStringW, GetCurrentProcess, EnterCriticalSection, LeaveCriticalSection, GetStdHandle, CreatePipe, InterlockedExchange, TerminateThread, LoadLibraryExW, FindResourceExW, CopyFileW, VirtualFree, FormatMessageW, GetExitCodeProcess, GetPrivateProfileStringW, WritePrivateProfileStringW, GetPrivateProfileSectionW, WritePrivateProfileSectionW, GetPrivateProfileSectionNamesW, FileTimeToLocalFileTime, FileTimeToSystemTime, SystemTimeToFileTime, LocalFileTimeToFileTime, GetDriveTypeW, GetDiskFreeSpaceExW, GetDiskFreeSpaceW, GetVolumeInformationW, SetVolumeLabelW, CreateHardLinkW, SetFileAttributesW, CreateEventW, SetEvent, GetEnvironmentVariableW, SetEnvironmentVariableW, GlobalLock, GlobalUnlock, GlobalAlloc, GetFileSize, GlobalFree, GlobalMemoryStatusEx, Beep, GetSystemDirectoryW, HeapReAlloc, HeapSize, GetComputerNameW, GetWindowsDirectoryW, GetCurrentProcessId, GetProcessIoCounters, CreateProcessW, GetProcessId, SetPriorityClass, LoadLibraryW, VirtualAlloc, IsDebuggerPresent, GetCurrentDirectoryW, lstrcmpiW, DecodePointer, GetLastError, RaiseException, InitializeCriticalSectionAndSpinCount, DeleteCriticalSection, InterlockedDecrement, InterlockedIncrement, GetCurrentThread, CloseHandle, GetFullPathNameW, EncodePointer, ExitProcess, GetModuleHandleExW, ExitThread, GetSystemTimeAsFileTime, ResumeThread, GetCommandLineW, IsProcessorFeaturePresent, IsValidCodePage, GetACP, GetOEMCP, GetCPInfo, SetLastError, UnhandledExceptionFilter, SetUnhandledExceptionFilter, TlsAlloc, TlsGetValue, TlsSetValue, TlsFree, GetStartupInfoW, GetStringTypeW, SetStdHandle, GetFileType, GetConsoleCP, GetConsoleMode, RtlUnwind, ReadConsoleW, GetTimeZoneInformation, GetDateFormatW, GetTimeFormatW, LCMapStringW, GetEnvironmentStringsW, FreeEnvironmentStringsW, WriteConsoleW, FindClose, SetEnvironmentVariableA |
USER32.dll | AdjustWindowRectEx, CopyImage, SetWindowPos, GetCursorInfo, RegisterHotKey, ClientToScreen, GetKeyboardLayoutNameW, IsCharAlphaW, IsCharAlphaNumericW, IsCharLowerW, IsCharUpperW, GetMenuStringW, GetSubMenu, GetCaretPos, IsZoomed, MonitorFromPoint, GetMonitorInfoW, SetWindowLongW, SetLayeredWindowAttributes, FlashWindow, GetClassLongW, TranslateAcceleratorW, IsDialogMessageW, GetSysColor, InflateRect, DrawFocusRect, DrawTextW, FrameRect, DrawFrameControl, FillRect, PtInRect, DestroyAcceleratorTable, CreateAcceleratorTableW, SetCursor, GetWindowDC, GetSystemMetrics, GetActiveWindow, CharNextW, wsprintfW, RedrawWindow, DrawMenuBar, DestroyMenu, SetMenu, GetWindowTextLengthW, CreateMenu, IsDlgButtonChecked, DefDlgProcW, CallWindowProcW, ReleaseCapture, SetCapture, CreateIconFromResourceEx, mouse_event, ExitWindowsEx, SetActiveWindow, FindWindowExW, EnumThreadWindows, SetMenuDefaultItem, InsertMenuItemW, IsMenu, TrackPopupMenuEx, GetCursorPos, DeleteMenu, SetRect, GetMenuItemID, GetMenuItemCount, SetMenuItemInfoW, GetMenuItemInfoW, SetForegroundWindow, IsIconic, FindWindowW, MonitorFromRect, keybd_event, SendInput, GetAsyncKeyState, SetKeyboardState, GetKeyboardState, GetKeyState, VkKeyScanW, LoadStringW, DialogBoxParamW, MessageBeep, EndDialog, SendDlgItemMessageW, GetDlgItem, SetWindowTextW, CopyRect, ReleaseDC, GetDC, EndPaint, BeginPaint, GetClientRect, GetMenu, DestroyWindow, EnumWindows, GetDesktopWindow, IsWindow, IsWindowEnabled, IsWindowVisible, EnableWindow, InvalidateRect, GetWindowLongW, GetWindowThreadProcessId, AttachThreadInput, GetFocus, GetWindowTextW, ScreenToClient, SendMessageTimeoutW, EnumChildWindows, CharUpperBuffW, GetParent, GetDlgCtrlID, SendMessageW, MapVirtualKeyW, PostMessageW, GetWindowRect, SetUserObjectSecurity, CloseDesktop, CloseWindowStation, OpenDesktopW, SetProcessWindowStation, GetProcessWindowStation, OpenWindowStationW, GetUserObjectSecurity, MessageBoxW, DefWindowProcW, SetClipboardData, EmptyClipboard, CountClipboardFormats, CloseClipboard, GetClipboardData, IsClipboardFormatAvailable, OpenClipboard, BlockInput, GetMessageW, LockWindowUpdate, DispatchMessageW, TranslateMessage, PeekMessageW, UnregisterHotKey, CheckMenuRadioItem, CharLowerBuffW, MoveWindow, SetFocus, PostQuitMessage, KillTimer, CreatePopupMenu, RegisterWindowMessageW, SetTimer, ShowWindow, CreateWindowExW, RegisterClassExW, LoadIconW, LoadCursorW, GetSysColorBrush, GetForegroundWindow, MessageBoxA, DestroyIcon, SystemParametersInfoW, LoadImageW, GetClassNameW |
GDI32.dll | StrokePath, DeleteObject, GetTextExtentPoint32W, ExtCreatePen, GetDeviceCaps, EndPath, SetPixel, CloseFigure, CreateCompatibleBitmap, CreateCompatibleDC, SelectObject, StretchBlt, GetDIBits, LineTo, AngleArc, MoveToEx, Ellipse, DeleteDC, GetPixel, CreateDCW, GetStockObject, GetTextFaceW, CreateFontW, SetTextColor, PolyDraw, BeginPath, Rectangle, SetViewportOrgEx, GetObjectW, SetBkMode, RoundRect, SetBkColor, CreatePen, CreateSolidBrush, StrokeAndFillPath |
COMDLG32.dll | GetOpenFileNameW, GetSaveFileNameW |
ADVAPI32.dll | GetAce, RegEnumValueW, RegDeleteValueW, RegDeleteKeyW, RegEnumKeyExW, RegSetValueExW, RegOpenKeyExW, RegCloseKey, RegQueryValueExW, RegConnectRegistryW, InitializeSecurityDescriptor, InitializeAcl, AdjustTokenPrivileges, OpenThreadToken, OpenProcessToken, LookupPrivilegeValueW, DuplicateTokenEx, CreateProcessAsUserW, CreateProcessWithLogonW, GetLengthSid, CopySid, LogonUserW, AllocateAndInitializeSid, CheckTokenMembership, RegCreateKeyExW, FreeSid, GetTokenInformation, GetSecurityDescriptorDacl, GetAclInformation, AddAce, SetSecurityDescriptorDacl, GetUserNameW, InitiateSystemShutdownExW |
SHELL32.dll | DragQueryPoint, ShellExecuteExW, DragQueryFileW, SHEmptyRecycleBinW, SHGetPathFromIDListW, SHBrowseForFolderW, SHCreateShellItem, SHGetDesktopFolder, SHGetSpecialFolderLocation, SHGetFolderPathW, SHFileOperationW, ExtractIconExW, Shell_NotifyIconW, ShellExecuteW, DragFinish |
ole32.dll | CoTaskMemAlloc, CoTaskMemFree, CLSIDFromString, ProgIDFromCLSID, CLSIDFromProgID, OleSetMenuDescriptor, MkParseDisplayName, OleSetContainedObject, CoCreateInstance, IIDFromString, StringFromGUID2, CreateStreamOnHGlobal, OleInitialize, OleUninitialize, CoInitialize, CoUninitialize, GetRunningObjectTable, CoGetInstanceFromFile, CoGetObject, CoSetProxyBlanket, CoCreateInstanceEx, CoInitializeSecurity |
OLEAUT32.dll | LoadTypeLibEx, VariantCopyInd, SysReAllocString, SysFreeString, SafeArrayDestroyDescriptor, SafeArrayDestroyData, SafeArrayUnaccessData, SafeArrayAccessData, SafeArrayAllocData, SafeArrayAllocDescriptorEx, SafeArrayCreateVector, RegisterTypeLib, CreateStdDispatch, DispCallFunc, VariantChangeType, SysStringLen, VariantTimeToSystemTime, VarR8FromDec, SafeArrayGetVartype, VariantCopy, VariantClear, OleLoadPicture, QueryPathOfRegTypeLib, RegisterTypeLibForUser, UnRegisterTypeLibForUser, UnRegisterTypeLib, CreateDispTypeInfo, SysAllocString, VariantInit |
Description | Data |
---|---|
Translation | 0x0809 0x04b0 |
Language of compilation system | Country where language is spoken | Map |
---|---|---|
English | Great Britain |
Timestamp | SID | Signature | Severity | Source IP | Source Port | Dest IP | Dest Port | Protocol |
---|---|---|---|---|---|---|---|---|
2025-02-24T08:40:16.802412+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49731 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:16.802412+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49731 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:16.802412+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49731 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:17.542873+0100 | 2024312 | ET MALWARE LokiBot Application/Credential Data Exfiltration Detected M1 | 1 | 192.168.2.4 | 49731 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:17.901955+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49732 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:17.901955+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49732 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:17.901955+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49732 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:18.709316+0100 | 2024312 | ET MALWARE LokiBot Application/Credential Data Exfiltration Detected M1 | 1 | 192.168.2.4 | 49732 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:18.787788+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:18.787788+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:18.787788+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:19.532963+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:19.532963+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:19.696595+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:19.696595+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:19.696595+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.447785+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.447785+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.452902+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49734 | TCP |
2025-02-24T08:40:20.599802+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.599802+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:20.599802+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.324303+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.324303+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.503176+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.503176+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:21.503176+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.245346+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.245346+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.404608+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.404608+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:22.404608+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.122370+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.122370+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.289335+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.289335+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:23.289335+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.055329+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.055329+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.060335+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49738 | TCP |
2025-02-24T08:40:24.218133+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.218133+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:24.218133+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.002119+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.002119+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.007429+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49739 | TCP |
2025-02-24T08:40:25.164608+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.164608+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.164608+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.918929+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.918929+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:25.924180+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49740 | TCP |
2025-02-24T08:40:26.089207+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.089207+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.089207+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.880323+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.880323+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:26.886828+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49741 | TCP |
2025-02-24T08:40:27.042767+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.042767+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.042767+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.805450+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.805450+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.977477+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.977477+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:27.977477+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.694033+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.694033+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.861062+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.861062+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:28.861062+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.628482+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.628482+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.633516+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49744 | TCP |
2025-02-24T08:40:29.817332+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.817332+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:29.817332+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.607398+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.607398+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.612533+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49746 | TCP |
2025-02-24T08:40:30.783053+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.783053+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:30.783053+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.518250+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.518250+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.680292+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.680292+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:31.680292+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.430174+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.430174+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.457461+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49752 | TCP |
2025-02-24T08:40:32.626524+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.626524+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:32.626524+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.347667+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.347667+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.507918+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.507918+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:33.507918+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.228413+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.228413+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.380612+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.380612+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:34.380612+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.152572+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.152572+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.157658+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49756 | TCP |
2025-02-24T08:40:35.304291+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.304291+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.304291+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.962938+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.962938+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:35.968020+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49757 | TCP |
2025-02-24T08:40:36.116918+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.116918+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.116918+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.837053+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.837053+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.997752+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.997752+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:36.997752+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.739015+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.739015+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.744097+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49759 | TCP |
2025-02-24T08:40:37.911290+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.911290+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:37.911290+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:38.704503+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:38.704503+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:38.709627+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49760 | TCP |
2025-02-24T08:40:39.155461+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:39.155461+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:39.155461+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:39.868013+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:39.868013+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:40.047671+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:40.047671+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:40.047671+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.836574+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.836574+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.994933+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.994933+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:41.994933+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.803843+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.803843+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.808907+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49763 | TCP |
2025-02-24T08:40:42.978187+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.978187+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:42.978187+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.783480+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.783480+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.789129+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49764 | TCP |
2025-02-24T08:40:43.948897+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.948897+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:43.948897+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.708677+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.708677+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.713764+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49765 | TCP |
2025-02-24T08:40:44.899170+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.899170+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:44.899170+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.615534+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.615534+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.778880+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.778880+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:45.778880+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.552124+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.552124+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.558039+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49767 | TCP |
2025-02-24T08:40:46.710799+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.710799+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:46.710799+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.489934+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.489934+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.495291+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49768 | TCP |
2025-02-24T08:40:47.657941+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.657941+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:47.657941+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.380589+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.380589+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.538949+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.538949+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:48.538949+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.167883+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.167883+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.173085+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49770 | TCP |
2025-02-24T08:40:49.331683+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.331683+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:49.331683+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.053008+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.053008+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.240893+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.240893+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.240893+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.996344+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:50.996344+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:51.001958+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49772 | TCP |
2025-02-24T08:40:51.171451+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:51.171451+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:51.171451+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.068550+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.068550+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.226264+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.226264+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:52.226264+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.012909+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.012909+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.018974+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49774 | TCP |
2025-02-24T08:40:53.501662+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.501662+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:53.501662+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.257394+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.257394+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.265551+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49775 | TCP |
2025-02-24T08:40:54.486059+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.486059+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:54.486059+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.234327+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.234327+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.408746+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.408746+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:55.408746+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.182541+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.182541+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.187810+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49777 | TCP |
2025-02-24T08:40:56.514458+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.514458+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:56.514458+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.247751+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.247751+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.431407+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.431407+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:57.431407+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.174518+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.174518+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.521477+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.521477+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:40:59.521477+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.308231+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.308231+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.314010+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49780 | TCP |
2025-02-24T08:41:00.499203+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.499203+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:00.499203+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.267591+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.267591+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.272765+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49781 | TCP |
2025-02-24T08:41:01.471056+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.471056+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:01.471056+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.224843+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.224843+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.239014+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49782 | TCP |
2025-02-24T08:41:02.439271+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.439271+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:02.439271+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.173833+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.173833+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.364815+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.364815+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:03.364815+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.134837+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.134837+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.363415+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.363415+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:04.363415+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.094385+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.094385+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49785 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.313428+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.313428+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:05.313428+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.079662+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.079662+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49786 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.084858+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49786 | TCP |
2025-02-24T08:41:06.266860+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.266860+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.266860+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.987400+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:06.987400+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49787 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:07.223130+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:07.223130+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:07.223130+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.013690+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.013690+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49788 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.018819+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49788 | TCP |
2025-02-24T08:41:08.207649+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.207649+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:08.207649+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.006286+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.006286+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49790 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.011425+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49790 | TCP |
2025-02-24T08:41:09.194590+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.194590+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.194590+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.984363+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:09.984363+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49792 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.164113+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.164113+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.164113+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.958410+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.958410+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49798 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:10.963926+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49798 | TCP |
2025-02-24T08:41:11.141303+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:11.141303+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:11.141303+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:11.868340+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:11.868340+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49808 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.035898+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.035898+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.035898+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.700663+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.700663+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49815 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.705687+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49815 | TCP |
2025-02-24T08:41:12.870311+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.870311+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:12.870311+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.521427+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.521427+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49821 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.526559+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49821 | TCP |
2025-02-24T08:41:13.692580+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.692580+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:13.692580+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.443762+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.443762+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49827 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.449049+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49827 | TCP |
2025-02-24T08:41:14.622816+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.622816+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:14.622816+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.373149+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.373149+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49833 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.553276+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.553276+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:15.553276+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.331658+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.331658+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49839 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.336695+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49839 | TCP |
2025-02-24T08:41:16.510554+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.510554+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:16.510554+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.131972+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.131972+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49848 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.137098+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49848 | TCP |
2025-02-24T08:41:17.303496+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.303496+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:17.303496+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.077139+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.077139+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49854 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.082165+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49854 | TCP |
2025-02-24T08:41:18.267430+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.267430+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.267430+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.888522+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.888522+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49862 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:18.893595+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49862 | TCP |
2025-02-24T08:41:19.069504+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.069504+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.069504+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.815156+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.815156+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49868 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:19.820190+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49868 | TCP |
2025-02-24T08:41:20.023495+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.023495+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.023495+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.748214+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.748214+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49874 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.935903+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.935903+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:20.935903+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.652618+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.652618+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49880 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.822435+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.822435+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:21.822435+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.563585+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.563585+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49889 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.752347+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.752347+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:22.752347+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.386428+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.386428+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49897 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.391403+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49897 | TCP |
2025-02-24T08:41:23.553323+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.553323+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:23.553323+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.355116+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.355116+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49903 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.360148+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49903 | TCP |
2025-02-24T08:41:24.528729+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.528729+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:24.528729+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.314763+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.314763+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49909 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.320397+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49909 | TCP |
2025-02-24T08:41:25.873164+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.873164+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:25.873164+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.615613+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.615613+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49917 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.621350+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49917 | TCP |
2025-02-24T08:41:26.796281+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.796281+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:26.796281+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.520016+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.520016+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49926 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.699453+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.699453+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:27.699453+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.327484+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.327484+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49931 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.334290+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49931 | TCP |
2025-02-24T08:41:28.632962+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.632962+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:28.632962+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.373821+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.373821+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49936 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.379930+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49936 | TCP |
2025-02-24T08:41:29.560064+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.560064+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:29.560064+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.197795+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.197795+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49943 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.202799+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49943 | TCP |
2025-02-24T08:41:30.385197+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.385197+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:30.385197+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.152769+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.152769+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49949 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.375440+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.375440+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:32.375440+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.144353+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.144353+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49964 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.149472+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49964 | TCP |
2025-02-24T08:41:33.318019+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.318019+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:33.318019+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.038924+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.038924+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49970 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.228783+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.228783+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:34.228783+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:35.970879+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:35.970879+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49976 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.156446+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.156446+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.156446+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.897407+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.897407+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49992 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:36.902910+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49992 | TCP |
2025-02-24T08:41:37.082916+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.082916+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.082916+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.718607+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.718607+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 49998 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.723665+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 49998 | TCP |
2025-02-24T08:41:37.904806+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.904806+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:37.904806+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.619361+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.619361+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50004 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.784207+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.784207+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:38.784207+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.547633+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.547633+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50010 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.553206+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50010 | TCP |
2025-02-24T08:41:39.724001+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.724001+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:39.724001+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.513919+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.513919+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50019 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.519007+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50019 | TCP |
2025-02-24T08:41:40.692767+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.692767+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:40.692767+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.487519+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.487519+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50027 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.492779+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50027 | TCP |
2025-02-24T08:41:41.656178+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.656178+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:41.656178+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.278552+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.278552+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50033 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.283737+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50033 | TCP |
2025-02-24T08:41:42.463936+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.463936+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:42.463936+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.104212+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.104212+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50039 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.109223+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50039 | TCP |
2025-02-24T08:41:43.517139+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.517139+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:43.517139+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.240152+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.240152+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50047 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.504524+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.504524+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:44.504524+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.264304+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.264304+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50055 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.459662+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.459662+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:45.459662+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.178511+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.178511+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50061 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.390858+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.390858+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:46.390858+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.007432+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.007432+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50067 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.012578+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50067 | TCP |
2025-02-24T08:41:47.206897+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.206897+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.206897+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.948817+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:47.948817+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50074 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.126137+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.126137+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.126137+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.846181+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:48.846181+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50083 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.029933+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.029933+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.029933+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.801836+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.801836+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50089 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:49.806815+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50089 | TCP |
2025-02-24T08:41:50.011745+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.011745+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.011745+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.748237+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.748237+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50095 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.754115+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50095 | TCP |
2025-02-24T08:41:50.928050+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.928050+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:50.928050+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.688100+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.688100+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50101 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.693171+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50101 | TCP |
2025-02-24T08:41:51.872918+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.872918+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:51.872918+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.592576+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.592576+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50102 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.792423+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.792423+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:52.792423+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.535604+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.535604+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50103 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.723999+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.723999+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:53.723999+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.532759+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.532759+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50104 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.537851+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50104 | TCP |
2025-02-24T08:41:54.716435+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.716435+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:54.716435+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.486227+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.486227+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50105 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.491291+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50105 | TCP |
2025-02-24T08:41:55.674938+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.674938+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:55.674938+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.322837+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.322837+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50106 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.327930+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50106 | TCP |
2025-02-24T08:41:56.522266+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.522266+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:56.522266+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.309104+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.309104+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50107 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.314179+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50107 | TCP |
2025-02-24T08:41:57.500735+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.500735+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:57.500735+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.274736+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.274736+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50108 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.280053+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50108 | TCP |
2025-02-24T08:41:58.460867+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.460867+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:58.460867+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.223148+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.223148+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50109 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.228176+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50109 | TCP |
2025-02-24T08:41:59.399541+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.399541+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:41:59.399541+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.168521+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.168521+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50110 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.173626+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50110 | TCP |
2025-02-24T08:42:00.348044+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.348044+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.348044+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.965681+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.965681+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50111 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:00.972031+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50111 | TCP |
2025-02-24T08:42:01.147226+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:01.147226+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:01.147226+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:01.899517+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:01.899517+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50112 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.070942+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.070942+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.070942+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.703391+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.703391+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50113 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.708393+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50113 | TCP |
2025-02-24T08:42:02.918392+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.918392+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:02.918392+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.709674+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.709674+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50114 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.714734+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50114 | TCP |
2025-02-24T08:42:03.899121+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.899121+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:03.899121+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.678316+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.678316+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50115 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.683338+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50115 | TCP |
2025-02-24T08:42:04.860065+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.860065+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:04.860065+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.629714+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.629714+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50116 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.636445+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50116 | TCP |
2025-02-24T08:42:05.803640+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.803640+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:05.803640+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.577278+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.577278+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50117 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.751125+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.751125+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:06.751125+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.386260+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.386260+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50118 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.391276+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50118 | TCP |
2025-02-24T08:42:07.557952+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.557952+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:07.557952+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.184382+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.184382+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50119 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.189451+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50119 | TCP |
2025-02-24T08:42:08.365524+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.365524+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.365524+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.985730+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.985730+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50120 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:08.992887+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50120 | TCP |
2025-02-24T08:42:09.184226+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.184226+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.184226+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.808134+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.808134+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50121 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.813147+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50121 | TCP |
2025-02-24T08:42:09.985917+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.985917+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:09.985917+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.648907+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.648907+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50122 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.653938+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50122 | TCP |
2025-02-24T08:42:10.825701+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.825701+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:10.825701+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.474042+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.474042+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50123 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.479124+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50123 | TCP |
2025-02-24T08:42:11.653601+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.653601+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:11.653601+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.422371+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.422371+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50124 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.595333+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.595333+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:12.595333+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.231254+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.231254+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50125 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.236374+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50125 | TCP |
2025-02-24T08:42:13.404659+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.404659+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:13.404659+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.158432+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.158432+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50126 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.333926+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.333926+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:14.333926+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.116374+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.116374+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50127 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.122305+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50127 | TCP |
2025-02-24T08:42:15.296100+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.296100+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.296100+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.914469+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.914469+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50128 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:15.921705+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50128 | TCP |
2025-02-24T08:42:16.085309+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.085309+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.085309+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.704731+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.704731+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50129 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.710826+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50129 | TCP |
2025-02-24T08:42:16.940915+0100 | 2021641 | ET MALWARE LokiBot User-Agent (Charon/Inferno) | 1 | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.940915+0100 | 2025381 | ET MALWARE LokiBot Checkin | 1 | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:16.940915+0100 | 2825766 | ETPRO MALWARE LokiBot Checkin M2 | 1 | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:17.694143+0100 | 2024313 | ET MALWARE LokiBot Request for C2 Commands Detected M1 | 1 | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:17.694143+0100 | 2024318 | ET MALWARE LokiBot Request for C2 Commands Detected M2 | 1 | 192.168.2.4 | 50130 | 104.21.48.1 | 80 | TCP |
2025-02-24T08:42:17.699247+0100 | 2025483 | ET MALWARE LokiBot Fake 404 Response | 1 | 104.21.48.1 | 80 | 192.168.2.4 | 50130 | TCP |
Timestamp | Source Port | Dest Port | Source IP | Dest IP |
---|---|---|---|---|
Feb 24, 2025 08:40:16.790338039 CET | 49731 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:16.795404911 CET | 80 | 49731 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:16.795478106 CET | 49731 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:16.797329903 CET | 49731 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:16.802356958 CET | 80 | 49731 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:16.802412033 CET | 49731 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:16.807444096 CET | 80 | 49731 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:17.542422056 CET | 80 | 49731 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:17.542872906 CET | 49731 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:17.543431044 CET | 80 | 49731 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:17.543497086 CET | 49731 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:17.547939062 CET | 80 | 49731 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:17.888798952 CET | 49732 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:17.893985987 CET | 80 | 49732 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:17.894064903 CET | 49732 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:17.896800995 CET | 49732 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:17.901879072 CET | 80 | 49732 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:17.901954889 CET | 49732 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:17.907004118 CET | 80 | 49732 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:18.709151983 CET | 80 | 49732 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:18.709316015 CET | 49732 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:18.709656954 CET | 80 | 49732 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:18.709706068 CET | 49732 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:18.714627028 CET | 80 | 49732 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:18.774952888 CET | 49733 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:18.780071974 CET | 80 | 49733 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:18.780160904 CET | 49733 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:18.782649040 CET | 49733 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:18.787724972 CET | 80 | 49733 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:18.787787914 CET | 49733 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:18.792848110 CET | 80 | 49733 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:19.532658100 CET | 80 | 49733 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:19.532963037 CET | 49733 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:19.533220053 CET | 80 | 49733 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:19.533305883 CET | 49733 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:19.538068056 CET | 80 | 49733 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:19.675720930 CET | 49734 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:19.680890083 CET | 80 | 49734 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:19.684616089 CET | 49734 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:19.686355114 CET | 49734 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:19.692305088 CET | 80 | 49734 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:19.696594954 CET | 49734 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:19.705513000 CET | 80 | 49734 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:20.447648048 CET | 80 | 49734 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:20.447784901 CET | 49734 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:20.447844028 CET | 80 | 49734 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:20.447884083 CET | 49734 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:20.452902079 CET | 80 | 49734 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:20.585383892 CET | 49735 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:20.590989113 CET | 80 | 49735 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:20.591109037 CET | 49735 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:20.593018055 CET | 49735 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:20.599725008 CET | 80 | 49735 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:20.599802017 CET | 49735 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:20.605042934 CET | 80 | 49735 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:21.324126005 CET | 80 | 49735 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:21.324302912 CET | 49735 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:21.324665070 CET | 80 | 49735 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:21.324726105 CET | 49735 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:21.329360962 CET | 80 | 49735 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:21.489816904 CET | 49736 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:21.495050907 CET | 80 | 49736 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:21.495238066 CET | 49736 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:21.498051882 CET | 49736 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:21.503113985 CET | 80 | 49736 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:21.503175974 CET | 49736 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:21.508182049 CET | 80 | 49736 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:22.245167971 CET | 80 | 49736 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:22.245346069 CET | 49736 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:22.245603085 CET | 80 | 49736 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:22.245661974 CET | 49736 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:22.250461102 CET | 80 | 49736 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:22.390547991 CET | 49737 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:22.395999908 CET | 80 | 49737 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:22.396095991 CET | 49737 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:22.399348974 CET | 49737 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:22.404541016 CET | 80 | 49737 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:22.404608011 CET | 49737 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:22.409650087 CET | 80 | 49737 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:23.122205973 CET | 80 | 49737 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:23.122370005 CET | 49737 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:23.123037100 CET | 80 | 49737 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:23.123106003 CET | 49737 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:23.127707958 CET | 80 | 49737 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:23.275682926 CET | 49738 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:23.281074047 CET | 80 | 49738 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:23.281181097 CET | 49738 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:23.284168959 CET | 49738 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:23.289244890 CET | 80 | 49738 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:23.289335012 CET | 49738 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:23.294429064 CET | 80 | 49738 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:24.055237055 CET | 80 | 49738 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:24.055329084 CET | 49738 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:24.056124926 CET | 80 | 49738 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:24.056174040 CET | 49738 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:24.060334921 CET | 80 | 49738 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:24.205617905 CET | 49739 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:24.210827112 CET | 80 | 49739 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:24.210902929 CET | 49739 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:24.213011980 CET | 49739 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:24.218084097 CET | 80 | 49739 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:24.218132973 CET | 49739 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:24.223207951 CET | 80 | 49739 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:25.001928091 CET | 80 | 49739 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:25.002119064 CET | 49739 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:25.002546072 CET | 80 | 49739 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:25.002624035 CET | 49739 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:25.007428885 CET | 80 | 49739 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:25.152044058 CET | 49740 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:25.157210112 CET | 80 | 49740 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:25.157310009 CET | 49740 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:25.159491062 CET | 49740 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:25.164549112 CET | 80 | 49740 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:25.164608002 CET | 49740 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:25.169682026 CET | 80 | 49740 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:25.918689966 CET | 80 | 49740 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:25.918929100 CET | 49740 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:25.919013977 CET | 80 | 49740 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:25.919095039 CET | 49740 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:25.924180031 CET | 80 | 49740 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:26.076102972 CET | 49741 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:26.081376076 CET | 80 | 49741 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:26.081629038 CET | 49741 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:26.083956003 CET | 49741 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:26.089121103 CET | 80 | 49741 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:26.089206934 CET | 49741 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:26.094377995 CET | 80 | 49741 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:26.879177094 CET | 80 | 49741 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:26.880209923 CET | 80 | 49741 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:26.880322933 CET | 49741 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:26.881695032 CET | 49741 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:26.886827946 CET | 80 | 49741 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:27.030316114 CET | 49742 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.035628080 CET | 80 | 49742 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:27.035723925 CET | 49742 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.037647963 CET | 49742 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.042670012 CET | 80 | 49742 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:27.042767048 CET | 49742 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.047795057 CET | 80 | 49742 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:27.805233002 CET | 80 | 49742 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:27.805427074 CET | 80 | 49742 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:27.805449963 CET | 49742 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.805500984 CET | 49742 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.810555935 CET | 80 | 49742 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:27.960438013 CET | 49743 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.965641975 CET | 80 | 49743 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:27.965745926 CET | 49743 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.972408056 CET | 49743 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.977415085 CET | 80 | 49743 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:27.977477074 CET | 49743 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:27.982518911 CET | 80 | 49743 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:28.693880081 CET | 80 | 49743 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:28.694032907 CET | 49743 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:28.694820881 CET | 80 | 49743 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:28.694889069 CET | 49743 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:28.699251890 CET | 80 | 49743 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:28.848664999 CET | 49744 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:28.853880882 CET | 80 | 49744 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:28.853969097 CET | 49744 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:28.855746031 CET | 49744 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:28.861002922 CET | 80 | 49744 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:28.861062050 CET | 49744 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:28.866328955 CET | 80 | 49744 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:29.628328085 CET | 80 | 49744 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:29.628482103 CET | 49744 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:29.628895044 CET | 80 | 49744 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:29.628968000 CET | 49744 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:29.633516073 CET | 80 | 49744 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:29.803896904 CET | 49746 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:29.808999062 CET | 80 | 49746 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:29.809287071 CET | 49746 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:29.812041998 CET | 49746 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:29.817055941 CET | 80 | 49746 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:29.817332029 CET | 49746 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:29.822396994 CET | 80 | 49746 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:30.607261896 CET | 80 | 49746 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:30.607398033 CET | 49746 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:30.607664108 CET | 80 | 49746 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:30.607733011 CET | 49746 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:30.612533092 CET | 80 | 49746 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:30.769385099 CET | 49750 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:30.774817944 CET | 80 | 49750 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:30.774919987 CET | 49750 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:30.777867079 CET | 49750 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:30.782980919 CET | 80 | 49750 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:30.783052921 CET | 49750 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:30.788228989 CET | 80 | 49750 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:31.518030882 CET | 80 | 49750 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:31.518249989 CET | 49750 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:31.519224882 CET | 80 | 49750 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:31.519746065 CET | 49750 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:31.523361921 CET | 80 | 49750 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:31.666960001 CET | 49752 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:31.672070980 CET | 80 | 49752 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:31.672175884 CET | 49752 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:31.675163984 CET | 49752 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:31.680232048 CET | 80 | 49752 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:31.680291891 CET | 49752 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:31.685345888 CET | 80 | 49752 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:32.429537058 CET | 80 | 49752 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:32.430097103 CET | 80 | 49752 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:32.430174112 CET | 49752 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:32.452372074 CET | 49752 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:32.457461119 CET | 80 | 49752 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:32.611749887 CET | 49754 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:32.616915941 CET | 80 | 49754 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:32.619153976 CET | 49754 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:32.621103048 CET | 49754 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:32.626086950 CET | 80 | 49754 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:32.626523972 CET | 49754 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:32.631622076 CET | 80 | 49754 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:33.347521067 CET | 80 | 49754 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:33.347666979 CET | 49754 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:33.347846031 CET | 80 | 49754 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:33.347909927 CET | 49754 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:33.352749109 CET | 80 | 49754 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:33.495816946 CET | 49755 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:33.500905991 CET | 80 | 49755 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:33.501015902 CET | 49755 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:33.502810001 CET | 49755 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:33.507838011 CET | 80 | 49755 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:33.507917881 CET | 49755 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:33.512914896 CET | 80 | 49755 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:34.228279114 CET | 80 | 49755 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:34.228413105 CET | 49755 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:34.229047060 CET | 80 | 49755 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:34.229137897 CET | 49755 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:34.233443022 CET | 80 | 49755 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:34.364924908 CET | 49756 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:34.370194912 CET | 80 | 49756 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:34.371180058 CET | 49756 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:34.372994900 CET | 49756 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:34.377993107 CET | 80 | 49756 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:34.380611897 CET | 49756 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:34.385605097 CET | 80 | 49756 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:35.152430058 CET | 80 | 49756 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:35.152571917 CET | 49756 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:35.153179884 CET | 80 | 49756 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:35.153230906 CET | 49756 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:35.157658100 CET | 80 | 49756 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:35.291909933 CET | 49757 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:35.297077894 CET | 80 | 49757 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:35.297192097 CET | 49757 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:35.299200058 CET | 49757 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:35.304203987 CET | 80 | 49757 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:35.304291010 CET | 49757 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:35.309386969 CET | 80 | 49757 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:35.962290049 CET | 80 | 49757 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:35.962938070 CET | 49757 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:35.963165045 CET | 80 | 49757 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:35.963367939 CET | 49757 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:35.968019962 CET | 80 | 49757 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:36.104516983 CET | 49758 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:36.109639883 CET | 80 | 49758 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:36.109776974 CET | 49758 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:36.111707926 CET | 49758 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:36.116839886 CET | 80 | 49758 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:36.116918087 CET | 49758 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:36.121897936 CET | 80 | 49758 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:36.836858034 CET | 80 | 49758 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:36.837053061 CET | 49758 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:36.837384939 CET | 80 | 49758 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:36.837455988 CET | 49758 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:36.842169046 CET | 80 | 49758 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:36.985619068 CET | 49759 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:36.990828991 CET | 80 | 49759 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:36.990947008 CET | 49759 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:36.992674112 CET | 49759 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:36.997649908 CET | 80 | 49759 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:36.997751951 CET | 49759 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:37.002789021 CET | 80 | 49759 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:37.738871098 CET | 80 | 49759 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:37.739015102 CET | 49759 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:37.739784956 CET | 80 | 49759 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:37.739833117 CET | 49759 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:37.744096994 CET | 80 | 49759 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:37.898075104 CET | 49760 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:37.903228045 CET | 80 | 49760 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:37.903315067 CET | 49760 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:37.906234980 CET | 49760 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:37.911226034 CET | 80 | 49760 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:37.911289930 CET | 49760 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:37.916299105 CET | 80 | 49760 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:38.704355001 CET | 80 | 49760 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:38.704503059 CET | 49760 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:38.705171108 CET | 80 | 49760 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:38.705239058 CET | 49760 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:38.709626913 CET | 80 | 49760 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:39.136409998 CET | 49761 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:39.141710997 CET | 80 | 49761 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:39.141798019 CET | 49761 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:39.150405884 CET | 49761 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:39.155400991 CET | 80 | 49761 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:39.155461073 CET | 49761 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:39.160435915 CET | 80 | 49761 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:39.867889881 CET | 80 | 49761 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:39.868012905 CET | 49761 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:39.869599104 CET | 80 | 49761 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:39.869657040 CET | 49761 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:39.873050928 CET | 80 | 49761 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:40.021399021 CET | 49762 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:40.034674883 CET | 80 | 49762 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:40.034810066 CET | 49762 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:40.038069963 CET | 49762 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:40.044644117 CET | 80 | 49762 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:40.047671080 CET | 49762 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:40.052755117 CET | 80 | 49762 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:41.836452007 CET | 80 | 49762 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:41.836574078 CET | 49762 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:41.838080883 CET | 80 | 49762 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:41.838145018 CET | 49762 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:41.841667891 CET | 80 | 49762 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:41.982258081 CET | 49763 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:41.987493992 CET | 80 | 49763 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:41.987569094 CET | 49763 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:41.989718914 CET | 49763 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:41.994884968 CET | 80 | 49763 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:41.994932890 CET | 49763 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:41.999948978 CET | 80 | 49763 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:42.803555965 CET | 80 | 49763 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:42.803843021 CET | 49763 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:42.804136992 CET | 80 | 49763 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:42.804291010 CET | 49763 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:42.808907032 CET | 80 | 49763 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:42.964029074 CET | 49764 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:42.969487906 CET | 80 | 49764 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:42.969634056 CET | 49764 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:42.972930908 CET | 49764 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:42.978115082 CET | 80 | 49764 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:42.978187084 CET | 49764 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:42.983339071 CET | 80 | 49764 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:43.783035040 CET | 80 | 49764 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:43.783344030 CET | 80 | 49764 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:43.783479929 CET | 49764 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:43.784049034 CET | 49764 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:43.789129019 CET | 80 | 49764 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:43.935574055 CET | 49765 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:43.940743923 CET | 80 | 49765 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:43.941062927 CET | 49765 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:43.943644047 CET | 49765 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:43.948688030 CET | 80 | 49765 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:43.948896885 CET | 49765 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:43.954071045 CET | 80 | 49765 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:44.708434105 CET | 80 | 49765 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:44.708677053 CET | 49765 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:44.708909988 CET | 80 | 49765 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:44.709162951 CET | 49765 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:44.713763952 CET | 80 | 49765 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:44.885416985 CET | 49766 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:44.890629053 CET | 80 | 49766 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:44.890762091 CET | 49766 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:44.893898964 CET | 49766 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:44.899112940 CET | 80 | 49766 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:44.899169922 CET | 49766 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:44.904380083 CET | 80 | 49766 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:45.615396976 CET | 80 | 49766 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:45.615534067 CET | 49766 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:45.615729094 CET | 80 | 49766 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:45.615796089 CET | 49766 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:45.620611906 CET | 80 | 49766 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:45.765156031 CET | 49767 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:45.770299911 CET | 80 | 49767 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:45.770549059 CET | 49767 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:45.773381948 CET | 49767 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:45.778758049 CET | 80 | 49767 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:45.778879881 CET | 49767 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:45.784569025 CET | 80 | 49767 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:46.551970005 CET | 80 | 49767 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:46.552124023 CET | 49767 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:46.553075075 CET | 80 | 49767 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:46.553134918 CET | 49767 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:46.558038950 CET | 80 | 49767 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:46.695965052 CET | 49768 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:46.701634884 CET | 80 | 49768 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:46.701741934 CET | 49768 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:46.704660892 CET | 49768 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:46.710716009 CET | 80 | 49768 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:46.710798979 CET | 49768 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:46.715863943 CET | 80 | 49768 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:47.489578962 CET | 80 | 49768 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:47.489933968 CET | 49768 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:47.490381956 CET | 80 | 49768 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:47.490570068 CET | 49768 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:47.495290995 CET | 80 | 49768 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:47.644233942 CET | 49769 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:47.649486065 CET | 80 | 49769 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:47.649578094 CET | 49769 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:47.652653933 CET | 49769 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:47.657777071 CET | 80 | 49769 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:47.657941103 CET | 49769 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:47.662950993 CET | 80 | 49769 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:48.380449057 CET | 80 | 49769 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:48.380589008 CET | 49769 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:48.381403923 CET | 80 | 49769 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:48.381468058 CET | 49769 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:48.385972977 CET | 80 | 49769 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:48.525852919 CET | 49770 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:48.530988932 CET | 80 | 49770 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:48.531086922 CET | 49770 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:48.533803940 CET | 49770 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:48.538875103 CET | 80 | 49770 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:48.538949013 CET | 49770 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:48.544004917 CET | 80 | 49770 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:49.167604923 CET | 80 | 49770 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:49.167882919 CET | 49770 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:49.168544054 CET | 80 | 49770 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:49.168621063 CET | 49770 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:49.173084974 CET | 80 | 49770 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:49.317882061 CET | 49771 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:49.323211908 CET | 80 | 49771 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:49.323429108 CET | 49771 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:49.326426983 CET | 49771 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:49.331511974 CET | 80 | 49771 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:49.331682920 CET | 49771 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:49.336909056 CET | 80 | 49771 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:50.052853107 CET | 80 | 49771 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:50.053008080 CET | 49771 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:50.053056955 CET | 80 | 49771 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:50.053148031 CET | 49771 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:50.058165073 CET | 80 | 49771 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:50.226341963 CET | 49772 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:50.231549025 CET | 80 | 49772 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:50.231652975 CET | 49772 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:50.235701084 CET | 49772 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:50.240823984 CET | 80 | 49772 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:50.240892887 CET | 49772 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:50.245934010 CET | 80 | 49772 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:50.996112108 CET | 80 | 49772 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:50.996344090 CET | 49772 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:50.997019053 CET | 80 | 49772 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:50.997085094 CET | 49772 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:51.001957893 CET | 80 | 49772 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:51.157710075 CET | 49773 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:51.163033009 CET | 80 | 49773 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:51.163283110 CET | 49773 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:51.166151047 CET | 49773 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:51.171350956 CET | 80 | 49773 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:51.171451092 CET | 49773 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:51.176573038 CET | 80 | 49773 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:52.068084002 CET | 80 | 49773 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:52.068130016 CET | 80 | 49773 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:52.068159103 CET | 80 | 49773 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:52.068550110 CET | 49773 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:52.068550110 CET | 49773 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:52.073769093 CET | 80 | 49773 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:52.213888884 CET | 49774 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:52.219039917 CET | 80 | 49774 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:52.219151020 CET | 49774 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:52.221129894 CET | 49774 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:52.226171017 CET | 80 | 49774 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:52.226264000 CET | 49774 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:52.231359005 CET | 80 | 49774 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:53.012604952 CET | 80 | 49774 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:53.012702942 CET | 80 | 49774 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:53.012908936 CET | 49774 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:53.013844013 CET | 49774 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:53.018974066 CET | 80 | 49774 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:53.456415892 CET | 49775 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:53.461781025 CET | 80 | 49775 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:53.461899996 CET | 49775 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:53.496340990 CET | 49775 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:53.501581907 CET | 80 | 49775 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:53.501662016 CET | 49775 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:53.506794930 CET | 80 | 49775 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:54.257286072 CET | 80 | 49775 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:54.257394075 CET | 49775 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:54.257895947 CET | 80 | 49775 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:54.257942915 CET | 49775 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:54.265551090 CET | 80 | 49775 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:54.466281891 CET | 49776 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:54.475189924 CET | 80 | 49776 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:54.475297928 CET | 49776 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:54.478203058 CET | 49776 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:54.485987902 CET | 80 | 49776 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:54.486058950 CET | 49776 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:54.491931915 CET | 80 | 49776 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:55.234193087 CET | 80 | 49776 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:55.234327078 CET | 49776 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:55.234460115 CET | 80 | 49776 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:55.234525919 CET | 49776 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:55.239376068 CET | 80 | 49776 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:55.395237923 CET | 49777 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:55.400418043 CET | 80 | 49777 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:55.400505066 CET | 49777 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:55.403469086 CET | 49777 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:55.408679008 CET | 80 | 49777 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:55.408746004 CET | 49777 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:55.413897991 CET | 80 | 49777 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:56.181890965 CET | 80 | 49777 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:56.182233095 CET | 80 | 49777 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:56.182540894 CET | 49777 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:56.182661057 CET | 49777 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:56.187809944 CET | 80 | 49777 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:56.499596119 CET | 49778 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:56.506119013 CET | 80 | 49778 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:56.506208897 CET | 49778 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:56.508342981 CET | 49778 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:56.514383078 CET | 80 | 49778 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:56.514457941 CET | 49778 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:56.519588947 CET | 80 | 49778 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:57.247345924 CET | 80 | 49778 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:57.247750998 CET | 49778 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:57.248642921 CET | 80 | 49778 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:57.249666929 CET | 49778 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:57.252939939 CET | 80 | 49778 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:57.417947054 CET | 49779 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:57.423098087 CET | 80 | 49779 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:57.423217058 CET | 49779 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:57.426148891 CET | 49779 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:57.431293964 CET | 80 | 49779 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:57.431406975 CET | 49779 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:57.436568975 CET | 80 | 49779 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:59.173927069 CET | 80 | 49779 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:59.174494028 CET | 80 | 49779 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:59.174518108 CET | 49779 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:59.174561024 CET | 49779 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:59.179742098 CET | 80 | 49779 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:59.507935047 CET | 49780 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:59.513113022 CET | 80 | 49780 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:59.513206005 CET | 49780 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:59.516284943 CET | 49780 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:59.521409035 CET | 80 | 49780 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:40:59.521476984 CET | 49780 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:40:59.526576042 CET | 80 | 49780 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:00.308063030 CET | 80 | 49780 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:00.308115005 CET | 80 | 49780 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:00.308231115 CET | 49780 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:00.308667898 CET | 49780 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:00.314009905 CET | 80 | 49780 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:00.484755039 CET | 49781 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:00.490088940 CET | 80 | 49781 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:00.490215063 CET | 49781 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:00.493115902 CET | 49781 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:00.499128103 CET | 80 | 49781 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:00.499202967 CET | 49781 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:00.504897118 CET | 80 | 49781 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:01.267452955 CET | 80 | 49781 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:01.267591000 CET | 49781 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:01.267961979 CET | 80 | 49781 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:01.268021107 CET | 49781 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:01.272764921 CET | 80 | 49781 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:01.447964907 CET | 49782 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:01.453192949 CET | 80 | 49782 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:01.453319073 CET | 49782 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:01.465842009 CET | 49782 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:01.470930099 CET | 80 | 49782 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:01.471055984 CET | 49782 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:01.476191044 CET | 80 | 49782 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:02.224548101 CET | 80 | 49782 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:02.224776030 CET | 80 | 49782 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:02.224843025 CET | 49782 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:02.233891964 CET | 49782 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:02.239013910 CET | 80 | 49782 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:02.425162077 CET | 49783 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:02.430319071 CET | 80 | 49783 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:02.430412054 CET | 49783 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:02.433902979 CET | 49783 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:02.439204931 CET | 80 | 49783 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:02.439270973 CET | 49783 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:02.444341898 CET | 80 | 49783 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:03.173329115 CET | 80 | 49783 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:03.173615932 CET | 80 | 49783 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:03.173832893 CET | 49783 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:03.174081087 CET | 49783 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:03.179017067 CET | 80 | 49783 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:03.343391895 CET | 49784 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:03.348701954 CET | 80 | 49784 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:03.352761030 CET | 49784 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:03.355752945 CET | 49784 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:03.360765934 CET | 80 | 49784 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:03.364814997 CET | 49784 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:03.370040894 CET | 80 | 49784 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:04.134594917 CET | 80 | 49784 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:04.134836912 CET | 49784 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:04.135526896 CET | 80 | 49784 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:04.135601997 CET | 49784 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:04.140029907 CET | 80 | 49784 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:04.319190025 CET | 49785 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:04.354024887 CET | 80 | 49785 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:04.354269981 CET | 49785 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:04.358089924 CET | 49785 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:04.363235950 CET | 80 | 49785 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:04.363415003 CET | 49785 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:04.368607044 CET | 80 | 49785 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:05.093513012 CET | 80 | 49785 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:05.094177961 CET | 80 | 49785 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:05.094384909 CET | 49785 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:05.095258951 CET | 49785 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:05.100604057 CET | 80 | 49785 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:05.299580097 CET | 49786 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:05.304991007 CET | 80 | 49786 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:05.305128098 CET | 49786 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:05.308188915 CET | 49786 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:05.313364029 CET | 80 | 49786 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:05.313427925 CET | 49786 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:05.318470001 CET | 80 | 49786 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:06.079343081 CET | 80 | 49786 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:06.079372883 CET | 80 | 49786 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:06.079662085 CET | 49786 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:06.079662085 CET | 49786 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:06.084857941 CET | 80 | 49786 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:06.250737906 CET | 49787 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:06.256171942 CET | 80 | 49787 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:06.256284952 CET | 49787 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:06.259347916 CET | 49787 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:06.264478922 CET | 80 | 49787 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:06.266860008 CET | 49787 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:06.271991014 CET | 80 | 49787 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:06.987240076 CET | 80 | 49787 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:06.987400055 CET | 49787 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:06.987442017 CET | 80 | 49787 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:06.987546921 CET | 49787 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:06.992562056 CET | 80 | 49787 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:07.209146023 CET | 49788 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:07.214263916 CET | 80 | 49788 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:07.214390993 CET | 49788 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:07.217889071 CET | 49788 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:07.223052979 CET | 80 | 49788 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:07.223129988 CET | 49788 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:07.228332996 CET | 80 | 49788 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:08.013524055 CET | 80 | 49788 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:08.013689995 CET | 49788 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:08.013895035 CET | 80 | 49788 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:08.013952017 CET | 49788 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:08.018819094 CET | 80 | 49788 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:08.194786072 CET | 49790 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:08.199914932 CET | 80 | 49790 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:08.200002909 CET | 49790 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:08.202510118 CET | 49790 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:08.207591057 CET | 80 | 49790 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:08.207648993 CET | 49790 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:08.212759972 CET | 80 | 49790 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:09.005796909 CET | 80 | 49790 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:09.006285906 CET | 49790 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:09.006587029 CET | 80 | 49790 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:09.006913900 CET | 49790 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:09.011425018 CET | 80 | 49790 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:09.180886030 CET | 49792 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:09.185976028 CET | 80 | 49792 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:09.186150074 CET | 49792 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:09.189316988 CET | 49792 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:09.194494963 CET | 80 | 49792 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:09.194590092 CET | 49792 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:09.199687004 CET | 80 | 49792 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:09.983505011 CET | 80 | 49792 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:09.984261990 CET | 80 | 49792 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:09.984363079 CET | 49792 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:09.985728979 CET | 49792 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:09.990773916 CET | 80 | 49792 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:10.150949001 CET | 49798 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:10.156038046 CET | 80 | 49798 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:10.156152010 CET | 49798 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:10.158746958 CET | 49798 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:10.164015055 CET | 80 | 49798 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:10.164113045 CET | 49798 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:10.169434071 CET | 80 | 49798 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:10.957798958 CET | 80 | 49798 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:10.958010912 CET | 80 | 49798 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:10.958410025 CET | 49798 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:10.958503962 CET | 49798 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:10.963926077 CET | 80 | 49798 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:11.127759933 CET | 49808 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:11.132908106 CET | 80 | 49808 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:11.133260965 CET | 49808 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:11.136051893 CET | 49808 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:11.141124010 CET | 80 | 49808 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:11.141303062 CET | 49808 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:11.146382093 CET | 80 | 49808 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:11.868144989 CET | 80 | 49808 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:11.868230104 CET | 80 | 49808 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:11.868340015 CET | 49808 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:11.868381977 CET | 49808 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:11.873447895 CET | 80 | 49808 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:12.023592949 CET | 49815 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.028702974 CET | 80 | 49815 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:12.028781891 CET | 49815 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.030726910 CET | 49815 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.035845041 CET | 80 | 49815 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:12.035897970 CET | 49815 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.040998936 CET | 80 | 49815 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:12.700562000 CET | 80 | 49815 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:12.700663090 CET | 49815 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.701033115 CET | 80 | 49815 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:12.701082945 CET | 49815 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.705687046 CET | 80 | 49815 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:12.857440948 CET | 49821 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.862709999 CET | 80 | 49821 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:12.862818003 CET | 49821 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.865015030 CET | 49821 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.870152950 CET | 80 | 49821 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:12.870311022 CET | 49821 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:12.875365019 CET | 80 | 49821 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:13.521198034 CET | 80 | 49821 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:13.521426916 CET | 49821 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:13.521891117 CET | 80 | 49821 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:13.521945953 CET | 49821 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:13.526559114 CET | 80 | 49821 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:13.678241968 CET | 49827 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:13.683731079 CET | 80 | 49827 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:13.683958054 CET | 49827 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:13.686886072 CET | 49827 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:13.692408085 CET | 80 | 49827 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:13.692579985 CET | 49827 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:13.697869062 CET | 80 | 49827 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:14.442588091 CET | 80 | 49827 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:14.443676949 CET | 80 | 49827 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:14.443762064 CET | 49827 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:14.444103003 CET | 49827 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:14.449048996 CET | 80 | 49827 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:14.609292030 CET | 49833 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:14.614442110 CET | 80 | 49833 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:14.614546061 CET | 49833 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:14.617701054 CET | 49833 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:14.622751951 CET | 80 | 49833 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:14.622816086 CET | 49833 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:14.628057003 CET | 80 | 49833 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:15.372987032 CET | 80 | 49833 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:15.373148918 CET | 49833 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:15.373459101 CET | 80 | 49833 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:15.373537064 CET | 49833 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:15.378230095 CET | 80 | 49833 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:15.540169001 CET | 49839 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:15.545182943 CET | 80 | 49839 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:15.545258999 CET | 49839 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:15.548190117 CET | 49839 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:15.553215027 CET | 80 | 49839 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:15.553276062 CET | 49839 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:15.558240891 CET | 80 | 49839 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:16.331516027 CET | 80 | 49839 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:16.331657887 CET | 49839 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:16.331921101 CET | 80 | 49839 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:16.331979036 CET | 49839 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:16.336694956 CET | 80 | 49839 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:16.495625973 CET | 49848 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:16.500674009 CET | 80 | 49848 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:16.500896931 CET | 49848 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:16.503710985 CET | 49848 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:16.510318041 CET | 80 | 49848 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:16.510554075 CET | 49848 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:16.515713930 CET | 80 | 49848 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:17.131844997 CET | 80 | 49848 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:17.131972075 CET | 49848 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:17.132817984 CET | 80 | 49848 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:17.132987022 CET | 49848 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:17.137098074 CET | 80 | 49848 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:17.291085958 CET | 49854 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:17.296248913 CET | 80 | 49854 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:17.296313047 CET | 49854 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:17.298484087 CET | 49854 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:17.303448915 CET | 80 | 49854 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:17.303495884 CET | 49854 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:17.308523893 CET | 80 | 49854 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:18.076884031 CET | 80 | 49854 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:18.077138901 CET | 49854 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:18.077877998 CET | 80 | 49854 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:18.078265905 CET | 49854 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:18.082165003 CET | 80 | 49854 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:18.254965067 CET | 49862 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:18.260370970 CET | 80 | 49862 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:18.260492086 CET | 49862 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:18.262248993 CET | 49862 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:18.267342091 CET | 80 | 49862 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:18.267430067 CET | 49862 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:18.272419930 CET | 80 | 49862 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:18.887789011 CET | 80 | 49862 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:18.888430119 CET | 80 | 49862 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:18.888521910 CET | 49862 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:18.888597965 CET | 49862 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:18.893594980 CET | 80 | 49862 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:19.056919098 CET | 49868 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:19.062081099 CET | 80 | 49868 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:19.062206030 CET | 49868 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:19.064204931 CET | 49868 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:19.069277048 CET | 80 | 49868 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:19.069504023 CET | 49868 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:19.074603081 CET | 80 | 49868 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:19.815033913 CET | 80 | 49868 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:19.815155983 CET | 49868 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:19.815366030 CET | 80 | 49868 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:19.815427065 CET | 49868 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:19.820189953 CET | 80 | 49868 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:20.010118008 CET | 49874 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.015280962 CET | 80 | 49874 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:20.015451908 CET | 49874 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.018351078 CET | 49874 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.023401022 CET | 80 | 49874 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:20.023494959 CET | 49874 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.028553009 CET | 80 | 49874 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:20.747927904 CET | 80 | 49874 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:20.748214006 CET | 49874 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.748558044 CET | 80 | 49874 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:20.748652935 CET | 49874 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.754259109 CET | 80 | 49874 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:20.922017097 CET | 49880 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.927047014 CET | 80 | 49880 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:20.927153111 CET | 49880 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.930866957 CET | 49880 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.935830116 CET | 80 | 49880 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:20.935903072 CET | 49880 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:20.940983057 CET | 80 | 49880 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:21.652379036 CET | 80 | 49880 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:21.652617931 CET | 49880 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:21.652776003 CET | 80 | 49880 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:21.652837992 CET | 49880 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:21.657601118 CET | 80 | 49880 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:21.809129953 CET | 49889 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:21.814291000 CET | 80 | 49889 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:21.814412117 CET | 49889 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:21.817329884 CET | 49889 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:21.822345018 CET | 80 | 49889 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:21.822434902 CET | 49889 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:21.827471018 CET | 80 | 49889 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:22.563457012 CET | 80 | 49889 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:22.563585043 CET | 49889 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:22.564115047 CET | 80 | 49889 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:22.564182043 CET | 49889 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:22.568577051 CET | 80 | 49889 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:22.739959002 CET | 49897 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:22.745131969 CET | 80 | 49897 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:22.745232105 CET | 49897 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:22.747255087 CET | 49897 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:22.752284050 CET | 80 | 49897 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:22.752346992 CET | 49897 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:22.757329941 CET | 80 | 49897 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:23.386285067 CET | 80 | 49897 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:23.386428118 CET | 49897 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:23.387931108 CET | 80 | 49897 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:23.387981892 CET | 49897 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:23.391402960 CET | 80 | 49897 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:23.540997982 CET | 49903 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:23.546077013 CET | 80 | 49903 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:23.546166897 CET | 49903 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:23.548237085 CET | 49903 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:23.553260088 CET | 80 | 49903 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:23.553323030 CET | 49903 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:23.558317900 CET | 80 | 49903 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:24.354979992 CET | 80 | 49903 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:24.355115891 CET | 49903 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:24.355755091 CET | 80 | 49903 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:24.355811119 CET | 49903 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:24.360147953 CET | 80 | 49903 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:24.515435934 CET | 49909 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:24.520596981 CET | 80 | 49909 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:24.520685911 CET | 49909 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:24.523619890 CET | 49909 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:24.528676033 CET | 80 | 49909 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:24.528728962 CET | 49909 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:24.533742905 CET | 80 | 49909 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:25.314625025 CET | 80 | 49909 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:25.314763069 CET | 49909 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:25.314975023 CET | 80 | 49909 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:25.315036058 CET | 49909 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:25.320396900 CET | 80 | 49909 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:25.845323086 CET | 49917 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:25.850488901 CET | 80 | 49917 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:25.850562096 CET | 49917 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:25.868021011 CET | 49917 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:25.873107910 CET | 80 | 49917 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:25.873163939 CET | 49917 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:25.878195047 CET | 80 | 49917 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:26.615123034 CET | 80 | 49917 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:26.615518093 CET | 80 | 49917 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:26.615612984 CET | 49917 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:26.615717888 CET | 49917 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:26.621350050 CET | 80 | 49917 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:26.782728910 CET | 49926 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:26.788350105 CET | 80 | 49926 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:26.788485050 CET | 49926 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:26.790605068 CET | 49926 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:26.796201944 CET | 80 | 49926 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:26.796281099 CET | 49926 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:26.801765919 CET | 80 | 49926 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:27.519834042 CET | 80 | 49926 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:27.520015955 CET | 49926 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:27.520711899 CET | 80 | 49926 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:27.520787001 CET | 49926 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:27.525041103 CET | 80 | 49926 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:27.686284065 CET | 49931 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:27.691468000 CET | 80 | 49931 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:27.691546917 CET | 49931 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:27.693809032 CET | 49931 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:27.699393034 CET | 80 | 49931 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:27.699453115 CET | 49931 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:27.704932928 CET | 80 | 49931 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:28.327287912 CET | 80 | 49931 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:28.327483892 CET | 49931 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:28.327677011 CET | 80 | 49931 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:28.327728987 CET | 49931 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:28.334290028 CET | 80 | 49931 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:28.620510101 CET | 49936 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:28.625612020 CET | 80 | 49936 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:28.625715017 CET | 49936 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:28.627885103 CET | 49936 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:28.632910967 CET | 80 | 49936 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:28.632961988 CET | 49936 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:28.638037920 CET | 80 | 49936 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:29.373694897 CET | 80 | 49936 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:29.373821020 CET | 49936 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:29.374133110 CET | 80 | 49936 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:29.374274015 CET | 49936 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:29.379930019 CET | 80 | 49936 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:29.545404911 CET | 49943 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:29.551479101 CET | 80 | 49943 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:29.551862001 CET | 49943 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:29.554811954 CET | 49943 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:29.559880972 CET | 80 | 49943 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:29.560064077 CET | 49943 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:29.565080881 CET | 80 | 49943 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:30.197618008 CET | 80 | 49943 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:30.197794914 CET | 49943 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:30.198227882 CET | 80 | 49943 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:30.198297977 CET | 49943 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:30.202799082 CET | 80 | 49943 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:30.370299101 CET | 49949 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:30.375938892 CET | 80 | 49949 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:30.376051903 CET | 49949 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:30.379055977 CET | 49949 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:30.385124922 CET | 80 | 49949 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:30.385196924 CET | 49949 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:30.391134977 CET | 80 | 49949 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:32.152573109 CET | 80 | 49949 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:32.152769089 CET | 49949 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:32.153865099 CET | 80 | 49949 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:32.154783964 CET | 49949 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:32.157706976 CET | 80 | 49949 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:32.362153053 CET | 49964 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:32.367239952 CET | 80 | 49964 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:32.367352962 CET | 49964 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:32.370321989 CET | 49964 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:32.375375986 CET | 80 | 49964 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:32.375439882 CET | 49964 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:32.380498886 CET | 80 | 49964 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:33.144203901 CET | 80 | 49964 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:33.144352913 CET | 49964 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:33.144855976 CET | 80 | 49964 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:33.144906998 CET | 49964 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:33.149471998 CET | 80 | 49964 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:33.305632114 CET | 49970 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:33.310883045 CET | 80 | 49970 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:33.310985088 CET | 49970 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:33.312720060 CET | 49970 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:33.317941904 CET | 80 | 49970 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:33.318018913 CET | 49970 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:33.323091030 CET | 80 | 49970 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:34.038197041 CET | 80 | 49970 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:34.038836956 CET | 80 | 49970 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:34.038923979 CET | 49970 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:34.039009094 CET | 49970 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:34.043992996 CET | 80 | 49970 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:34.214967966 CET | 49976 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:34.220024109 CET | 80 | 49976 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:34.220104933 CET | 49976 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:34.222064018 CET | 49976 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:34.227035999 CET | 80 | 49976 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:34.228782892 CET | 49976 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:34.233809948 CET | 80 | 49976 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:35.969949961 CET | 80 | 49976 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:35.970802069 CET | 80 | 49976 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:35.970879078 CET | 49976 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:35.970916033 CET | 49976 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:35.975856066 CET | 80 | 49976 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:36.144229889 CET | 49992 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:36.149236917 CET | 80 | 49992 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:36.149331093 CET | 49992 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:36.151377916 CET | 49992 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:36.156378031 CET | 80 | 49992 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:36.156445980 CET | 49992 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:36.161578894 CET | 80 | 49992 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:36.897198915 CET | 80 | 49992 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:36.897407055 CET | 49992 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:36.897738934 CET | 80 | 49992 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:36.897826910 CET | 49992 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:36.902909994 CET | 80 | 49992 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:37.068521023 CET | 49998 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.073957920 CET | 80 | 49998 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:37.074073076 CET | 49998 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.076984882 CET | 49998 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.082850933 CET | 80 | 49998 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:37.082916021 CET | 49998 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.089613914 CET | 80 | 49998 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:37.718456984 CET | 80 | 49998 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:37.718606949 CET | 49998 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.719357014 CET | 80 | 49998 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:37.719417095 CET | 49998 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.723664999 CET | 80 | 49998 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:37.892224073 CET | 50004 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.897428989 CET | 80 | 50004 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:37.897547007 CET | 50004 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.899682045 CET | 50004 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.904731989 CET | 80 | 50004 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:37.904805899 CET | 50004 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:37.909838915 CET | 80 | 50004 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:38.619163990 CET | 80 | 50004 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:38.619360924 CET | 50004 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:38.619647026 CET | 80 | 50004 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:38.619715929 CET | 50004 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:38.624445915 CET | 80 | 50004 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:38.770953894 CET | 50010 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:38.776829004 CET | 80 | 50010 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:38.776974916 CET | 50010 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:38.779047012 CET | 50010 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:38.784137011 CET | 80 | 50010 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:38.784207106 CET | 50010 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:38.789349079 CET | 80 | 50010 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:39.546154022 CET | 80 | 50010 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:39.547338009 CET | 80 | 50010 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:39.547632933 CET | 50010 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:39.548223972 CET | 50010 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:39.553205967 CET | 80 | 50010 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:39.709939003 CET | 50019 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:39.714963913 CET | 80 | 50019 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:39.715920925 CET | 50019 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:39.718872070 CET | 50019 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:39.723932981 CET | 80 | 50019 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:39.724000931 CET | 50019 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:39.729007959 CET | 80 | 50019 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:40.513797045 CET | 80 | 50019 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:40.513919115 CET | 50019 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:40.514498949 CET | 80 | 50019 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:40.514550924 CET | 50019 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:40.519006968 CET | 80 | 50019 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:40.679394007 CET | 50027 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:40.684463978 CET | 80 | 50027 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:40.684608936 CET | 50027 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:40.687613964 CET | 50027 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:40.692696095 CET | 80 | 50027 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:40.692766905 CET | 50027 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:40.697771072 CET | 80 | 50027 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:41.487395048 CET | 80 | 50027 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:41.487519026 CET | 50027 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:41.487808943 CET | 80 | 50027 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:41.487878084 CET | 50027 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:41.492779016 CET | 80 | 50027 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:41.643850088 CET | 50033 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:41.648993969 CET | 80 | 50033 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:41.649077892 CET | 50033 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:41.651113033 CET | 50033 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:41.656095982 CET | 80 | 50033 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:41.656177998 CET | 50033 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:41.661186934 CET | 80 | 50033 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:42.278253078 CET | 80 | 50033 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:42.278462887 CET | 80 | 50033 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:42.278552055 CET | 50033 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:42.278614998 CET | 50033 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:42.283736944 CET | 80 | 50033 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:42.450998068 CET | 50039 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:42.456438065 CET | 80 | 50039 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:42.456629038 CET | 50039 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:42.458806992 CET | 50039 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:42.463872910 CET | 80 | 50039 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:42.463936090 CET | 50039 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:42.468977928 CET | 80 | 50039 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:43.104100943 CET | 80 | 50039 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:43.104212046 CET | 50039 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:43.104631901 CET | 80 | 50039 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:43.104679108 CET | 50039 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:43.109222889 CET | 80 | 50039 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:43.503736973 CET | 50047 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:43.508740902 CET | 80 | 50047 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:43.508805037 CET | 50047 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:43.511959076 CET | 50047 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:43.517038107 CET | 80 | 50047 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:43.517138958 CET | 50047 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:43.522121906 CET | 80 | 50047 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:44.239991903 CET | 80 | 50047 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:44.240151882 CET | 50047 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:44.240539074 CET | 80 | 50047 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:44.240602970 CET | 50047 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:44.245215893 CET | 80 | 50047 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:44.408642054 CET | 50055 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:44.497359037 CET | 80 | 50055 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:44.497443914 CET | 50055 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:44.499408960 CET | 50055 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:44.504457951 CET | 80 | 50055 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:44.504523993 CET | 50055 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:44.509566069 CET | 80 | 50055 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:45.264117956 CET | 80 | 50055 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:45.264303923 CET | 50055 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:45.266959906 CET | 80 | 50055 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:45.267055988 CET | 50055 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:45.269366026 CET | 80 | 50055 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:45.446070910 CET | 50061 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:45.451194048 CET | 80 | 50061 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:45.451308012 CET | 50061 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:45.454526901 CET | 50061 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:45.459589005 CET | 80 | 50061 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:45.459661961 CET | 50061 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:45.464724064 CET | 80 | 50061 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:46.177557945 CET | 80 | 50061 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:46.178419113 CET | 80 | 50061 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:46.178510904 CET | 50061 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:46.190993071 CET | 50061 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:46.196050882 CET | 80 | 50061 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:46.378411055 CET | 50067 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:46.383549929 CET | 80 | 50067 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:46.383646965 CET | 50067 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:46.385735989 CET | 50067 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:46.390806913 CET | 80 | 50067 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:46.390857935 CET | 50067 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:46.395896912 CET | 80 | 50067 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:47.007291079 CET | 80 | 50067 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:47.007431984 CET | 50067 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:47.008275986 CET | 80 | 50067 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:47.008357048 CET | 50067 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:47.012578011 CET | 80 | 50067 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:47.190907001 CET | 50074 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:47.195990086 CET | 80 | 50074 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:47.196120024 CET | 50074 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:47.199126005 CET | 50074 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:47.204085112 CET | 80 | 50074 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:47.206897020 CET | 50074 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:47.211916924 CET | 80 | 50074 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:47.947782993 CET | 80 | 50074 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:47.948707104 CET | 80 | 50074 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:47.948817015 CET | 50074 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:47.948860884 CET | 50074 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:47.953875065 CET | 80 | 50074 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:48.112818956 CET | 50083 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:48.117919922 CET | 80 | 50083 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:48.118004084 CET | 50083 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:48.120938063 CET | 50083 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:48.126034975 CET | 80 | 50083 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:48.126137018 CET | 50083 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:48.131115913 CET | 80 | 50083 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:48.846071005 CET | 80 | 50083 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:48.846180916 CET | 50083 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:48.847349882 CET | 80 | 50083 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:48.847421885 CET | 50083 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:48.852423906 CET | 80 | 50083 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:49.016112089 CET | 50089 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:49.021233082 CET | 80 | 50089 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:49.021342993 CET | 50089 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:49.024842024 CET | 50089 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:49.029855013 CET | 80 | 50089 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:49.029932976 CET | 50089 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:49.034967899 CET | 80 | 50089 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:49.801685095 CET | 80 | 50089 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:49.801836014 CET | 50089 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:49.802464962 CET | 80 | 50089 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:49.802522898 CET | 50089 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:49.806814909 CET | 80 | 50089 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:49.998971939 CET | 50095 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.004089117 CET | 80 | 50095 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:50.004188061 CET | 50095 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.006520033 CET | 50095 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.011467934 CET | 80 | 50095 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:50.011744976 CET | 50095 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.016721964 CET | 80 | 50095 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:50.748087883 CET | 80 | 50095 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:50.748236895 CET | 50095 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.748435020 CET | 80 | 50095 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:50.748495102 CET | 50095 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.754115105 CET | 80 | 50095 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:50.915663958 CET | 50101 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.920845032 CET | 80 | 50101 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:50.920953989 CET | 50101 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.922955036 CET | 50101 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.927911997 CET | 80 | 50101 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:50.928050041 CET | 50101 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:50.933067083 CET | 80 | 50101 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:51.687984943 CET | 80 | 50101 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:51.688100100 CET | 50101 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:51.688409090 CET | 80 | 50101 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:51.688473940 CET | 50101 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:51.693171024 CET | 80 | 50101 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:51.859885931 CET | 50102 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:51.865274906 CET | 80 | 50102 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:51.865375996 CET | 50102 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:51.867364883 CET | 50102 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:51.872837067 CET | 80 | 50102 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:51.872917891 CET | 50102 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:51.878269911 CET | 80 | 50102 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:52.592318058 CET | 80 | 50102 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:52.592412949 CET | 80 | 50102 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:52.592576027 CET | 50102 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:52.592818975 CET | 50102 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:52.597856998 CET | 80 | 50102 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:52.778882027 CET | 50103 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:52.784080982 CET | 80 | 50103 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:52.784255981 CET | 50103 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:52.787247896 CET | 50103 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:52.792329073 CET | 80 | 50103 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:52.792423010 CET | 50103 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:52.797497034 CET | 80 | 50103 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:53.535434961 CET | 80 | 50103 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:53.535604000 CET | 50103 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:53.536597967 CET | 80 | 50103 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:53.536679983 CET | 50103 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:53.540821075 CET | 80 | 50103 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:53.710365057 CET | 50104 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:53.715586901 CET | 80 | 50104 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:53.715717077 CET | 50104 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:53.718719959 CET | 50104 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:53.723912954 CET | 80 | 50104 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:53.723999023 CET | 50104 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:53.729070902 CET | 80 | 50104 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:54.532618999 CET | 80 | 50104 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:54.532758951 CET | 50104 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:54.533905983 CET | 80 | 50104 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:54.533978939 CET | 50104 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:54.537851095 CET | 80 | 50104 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:54.701937914 CET | 50105 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:54.708184004 CET | 80 | 50105 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:54.708282948 CET | 50105 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:54.711210012 CET | 50105 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:54.716360092 CET | 80 | 50105 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:54.716434956 CET | 50105 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:54.721570015 CET | 80 | 50105 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:55.485929012 CET | 80 | 50105 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:55.486227036 CET | 50105 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:55.486495972 CET | 80 | 50105 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:55.486569881 CET | 50105 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:55.491291046 CET | 80 | 50105 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:55.661600113 CET | 50106 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:55.666995049 CET | 80 | 50106 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:55.667083979 CET | 50106 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:55.669753075 CET | 50106 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:55.674879074 CET | 80 | 50106 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:55.674937963 CET | 50106 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:55.681549072 CET | 80 | 50106 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:56.321144104 CET | 80 | 50106 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:56.322666883 CET | 80 | 50106 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:56.322837114 CET | 50106 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:56.322869062 CET | 50106 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:56.327929974 CET | 80 | 50106 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:56.508692026 CET | 50107 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:56.513829947 CET | 80 | 50107 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:56.513958931 CET | 50107 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:56.517066956 CET | 50107 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:56.522197008 CET | 80 | 50107 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:56.522265911 CET | 50107 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:56.527411938 CET | 80 | 50107 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:57.308908939 CET | 80 | 50107 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:57.309103966 CET | 50107 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:57.309128046 CET | 80 | 50107 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:57.309201002 CET | 50107 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:57.314178944 CET | 80 | 50107 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:57.486717939 CET | 50108 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:57.492341042 CET | 80 | 50108 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:57.492449999 CET | 50108 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:57.495536089 CET | 50108 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:57.500655890 CET | 80 | 50108 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:57.500735044 CET | 50108 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:57.505896091 CET | 80 | 50108 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:58.274580002 CET | 80 | 50108 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:58.274735928 CET | 50108 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:58.275356054 CET | 80 | 50108 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:58.275494099 CET | 50108 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:58.280052900 CET | 80 | 50108 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:58.447218895 CET | 50109 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:58.452392101 CET | 80 | 50109 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:58.452900887 CET | 50109 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:58.455380917 CET | 50109 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:58.460393906 CET | 80 | 50109 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:58.460866928 CET | 50109 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:58.465900898 CET | 80 | 50109 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:59.223037004 CET | 80 | 50109 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:59.223148108 CET | 50109 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:59.223997116 CET | 80 | 50109 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:59.224071026 CET | 50109 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:59.228176117 CET | 80 | 50109 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:59.387403965 CET | 50110 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:59.392466068 CET | 80 | 50110 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:59.392560959 CET | 50110 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:59.394491911 CET | 50110 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:59.399482965 CET | 80 | 50110 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:41:59.399540901 CET | 50110 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:41:59.405311108 CET | 80 | 50110 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:00.168292999 CET | 80 | 50110 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:00.168520927 CET | 50110 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:00.169214964 CET | 80 | 50110 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:00.169279099 CET | 50110 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:00.173625946 CET | 80 | 50110 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:00.335563898 CET | 50111 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:00.340673923 CET | 80 | 50111 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:00.340869904 CET | 50111 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:00.342844963 CET | 50111 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:00.347903967 CET | 80 | 50111 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:00.348043919 CET | 50111 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:00.353039980 CET | 80 | 50111 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:00.965572119 CET | 80 | 50111 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:00.965637922 CET | 80 | 50111 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:00.965681076 CET | 50111 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:00.965717077 CET | 50111 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:00.972031116 CET | 80 | 50111 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:01.128537893 CET | 50112 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:01.136688948 CET | 80 | 50112 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:01.136775017 CET | 50112 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:01.138751984 CET | 50112 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:01.147171974 CET | 80 | 50112 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:01.147226095 CET | 50112 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:01.153769970 CET | 80 | 50112 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:01.899295092 CET | 80 | 50112 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:01.899517059 CET | 50112 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:01.901400089 CET | 80 | 50112 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:01.901495934 CET | 50112 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:01.907402039 CET | 80 | 50112 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:02.058516979 CET | 50113 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.063657045 CET | 80 | 50113 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:02.063868999 CET | 50113 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.065701962 CET | 50113 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.070796967 CET | 80 | 50113 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:02.070941925 CET | 50113 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.075959921 CET | 80 | 50113 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:02.703269005 CET | 80 | 50113 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:02.703391075 CET | 50113 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.704186916 CET | 80 | 50113 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:02.704238892 CET | 50113 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.708393097 CET | 80 | 50113 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:02.904850006 CET | 50114 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.910160065 CET | 80 | 50114 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:02.910260916 CET | 50114 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.913331032 CET | 50114 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.918329000 CET | 80 | 50114 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:02.918391943 CET | 50114 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:02.923444033 CET | 80 | 50114 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:03.709506989 CET | 80 | 50114 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:03.709673882 CET | 50114 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:03.710515976 CET | 80 | 50114 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:03.710570097 CET | 50114 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:03.714734077 CET | 80 | 50114 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:03.878191948 CET | 50115 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:03.883297920 CET | 80 | 50115 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:03.886903048 CET | 50115 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:03.889904976 CET | 50115 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:03.894872904 CET | 80 | 50115 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:03.899121046 CET | 50115 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:03.904194117 CET | 80 | 50115 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:04.678184032 CET | 80 | 50115 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:04.678316116 CET | 50115 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:04.678580999 CET | 80 | 50115 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:04.678630114 CET | 50115 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:04.683337927 CET | 80 | 50115 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:04.846714020 CET | 50116 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:04.851886988 CET | 80 | 50116 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:04.851989985 CET | 50116 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:04.855026960 CET | 50116 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:04.859982967 CET | 80 | 50116 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:04.860064983 CET | 50116 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:04.865149021 CET | 80 | 50116 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:05.629596949 CET | 80 | 50116 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:05.629645109 CET | 80 | 50116 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:05.629714012 CET | 50116 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:05.631352901 CET | 50116 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:05.636445045 CET | 80 | 50116 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:05.791136026 CET | 50117 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:05.796341896 CET | 80 | 50117 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:05.796435118 CET | 50117 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:05.798479080 CET | 50117 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:05.803539038 CET | 80 | 50117 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:05.803639889 CET | 50117 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:05.808737993 CET | 80 | 50117 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:06.576626062 CET | 80 | 50117 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:06.577166080 CET | 80 | 50117 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:06.577277899 CET | 50117 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:06.577886105 CET | 50117 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:06.583578110 CET | 80 | 50117 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:06.738799095 CET | 50118 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:06.743853092 CET | 80 | 50118 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:06.743962049 CET | 50118 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:06.746016026 CET | 50118 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:06.751053095 CET | 80 | 50118 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:06.751125097 CET | 50118 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:06.756133080 CET | 80 | 50118 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:07.386048079 CET | 80 | 50118 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:07.386260033 CET | 50118 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:07.386604071 CET | 80 | 50118 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:07.386688948 CET | 50118 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:07.391275883 CET | 80 | 50118 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:07.544648886 CET | 50119 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:07.549827099 CET | 80 | 50119 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:07.549902916 CET | 50119 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:07.552870035 CET | 50119 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:07.557884932 CET | 80 | 50119 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:07.557951927 CET | 50119 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:07.563025951 CET | 80 | 50119 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:08.184281111 CET | 80 | 50119 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:08.184381962 CET | 50119 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:08.185120106 CET | 80 | 50119 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:08.185173988 CET | 50119 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:08.189450979 CET | 80 | 50119 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:08.353137016 CET | 50120 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:08.358194113 CET | 80 | 50120 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:08.358302116 CET | 50120 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:08.360426903 CET | 50120 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:08.365454912 CET | 80 | 50120 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:08.365524054 CET | 50120 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:08.370583057 CET | 80 | 50120 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:08.985246897 CET | 80 | 50120 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:08.985651016 CET | 80 | 50120 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:08.985729933 CET | 50120 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:08.987848997 CET | 50120 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:08.992887020 CET | 80 | 50120 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:09.171025991 CET | 50121 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.176106930 CET | 80 | 50121 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:09.176189899 CET | 50121 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.179192066 CET | 50121 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.184168100 CET | 80 | 50121 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:09.184226036 CET | 50121 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.189193964 CET | 80 | 50121 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:09.808022976 CET | 80 | 50121 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:09.808134079 CET | 50121 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.808303118 CET | 80 | 50121 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:09.808353901 CET | 50121 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.813147068 CET | 80 | 50121 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:09.972592115 CET | 50122 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.977725029 CET | 80 | 50122 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:09.977832079 CET | 50122 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.980798960 CET | 50122 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.985861063 CET | 80 | 50122 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:09.985917091 CET | 50122 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:09.990885019 CET | 80 | 50122 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:10.648806095 CET | 80 | 50122 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:10.648906946 CET | 50122 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:10.649102926 CET | 80 | 50122 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:10.649152994 CET | 50122 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:10.653938055 CET | 80 | 50122 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:10.813688993 CET | 50123 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:10.818754911 CET | 80 | 50123 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:10.818845034 CET | 50123 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:10.820656061 CET | 50123 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:10.825623989 CET | 80 | 50123 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:10.825700998 CET | 50123 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:10.830735922 CET | 80 | 50123 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:11.473891973 CET | 80 | 50123 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:11.474041939 CET | 50123 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:11.474484921 CET | 80 | 50123 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:11.474554062 CET | 50123 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:11.479124069 CET | 80 | 50123 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:11.640844107 CET | 50124 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:11.646006107 CET | 80 | 50124 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:11.646234035 CET | 50124 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:11.648449898 CET | 50124 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:11.653529882 CET | 80 | 50124 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:11.653600931 CET | 50124 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:11.658613920 CET | 80 | 50124 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:12.422249079 CET | 80 | 50124 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:12.422370911 CET | 50124 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:12.423185110 CET | 80 | 50124 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:12.423252106 CET | 50124 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:12.427462101 CET | 80 | 50124 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:12.583133936 CET | 50125 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:12.588272095 CET | 80 | 50125 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:12.588361025 CET | 50125 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:12.590145111 CET | 50125 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:12.595257044 CET | 80 | 50125 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:12.595333099 CET | 50125 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:12.600373030 CET | 80 | 50125 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:13.230880976 CET | 80 | 50125 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:13.231254101 CET | 50125 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:13.232012033 CET | 80 | 50125 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:13.232090950 CET | 50125 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:13.236373901 CET | 80 | 50125 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:13.392261982 CET | 50126 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:13.397418022 CET | 80 | 50126 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:13.397563934 CET | 50126 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:13.399507999 CET | 50126 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:13.404575109 CET | 80 | 50126 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:13.404659033 CET | 50126 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:13.409790039 CET | 80 | 50126 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:14.158319950 CET | 80 | 50126 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:14.158432007 CET | 50126 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:14.159507036 CET | 80 | 50126 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:14.159574986 CET | 50126 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:14.163542986 CET | 80 | 50126 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:14.321484089 CET | 50127 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:14.326638937 CET | 80 | 50127 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:14.326738119 CET | 50127 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:14.328788996 CET | 50127 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:14.333852053 CET | 80 | 50127 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:14.333925962 CET | 50127 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:14.338931084 CET | 80 | 50127 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:15.116254091 CET | 80 | 50127 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:15.116374016 CET | 50127 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:15.117816925 CET | 80 | 50127 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:15.117897987 CET | 50127 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:15.122304916 CET | 80 | 50127 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:15.282321930 CET | 50128 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:15.288644075 CET | 80 | 50128 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:15.288873911 CET | 50128 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:15.290888071 CET | 50128 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:15.296027899 CET | 80 | 50128 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:15.296099901 CET | 50128 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:15.301254988 CET | 80 | 50128 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:15.914369106 CET | 80 | 50128 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:15.914469004 CET | 50128 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:15.914928913 CET | 80 | 50128 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:15.914984941 CET | 50128 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:15.921705008 CET | 80 | 50128 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:16.072756052 CET | 50129 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.078027010 CET | 80 | 50129 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:16.078131914 CET | 50129 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.080195904 CET | 50129 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.085230112 CET | 80 | 50129 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:16.085309029 CET | 50129 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.090497971 CET | 80 | 50129 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:16.704225063 CET | 80 | 50129 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:16.704608917 CET | 80 | 50129 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:16.704730988 CET | 50129 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.704775095 CET | 50129 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.710825920 CET | 80 | 50129 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:16.923418045 CET | 50130 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.928893089 CET | 80 | 50130 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:16.932949066 CET | 50130 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.935034037 CET | 50130 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.940186024 CET | 80 | 50130 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:16.940915108 CET | 50130 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:16.946007013 CET | 80 | 50130 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:17.694037914 CET | 80 | 50130 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:17.694143057 CET | 50130 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:17.694258928 CET | 80 | 50130 | 104.21.48.1 | 192.168.2.4 |
Feb 24, 2025 08:42:17.694303989 CET | 50130 | 80 | 192.168.2.4 | 104.21.48.1 |
Feb 24, 2025 08:42:17.699246883 CET | 80 | 50130 | 104.21.48.1 | 192.168.2.4 |
Timestamp | Source Port | Dest Port | Source IP | Dest IP |
---|---|---|---|---|
Feb 24, 2025 08:40:16.692289114 CET | 54082 | 53 | 192.168.2.4 | 1.1.1.1 |
Feb 24, 2025 08:40:16.785578966 CET | 53 | 54082 | 1.1.1.1 | 192.168.2.4 |
Timestamp | Source IP | Dest IP | Trans ID | OP Code | Name | Type | Class | DNS over HTTPS |
---|---|---|---|---|---|---|---|---|
Feb 24, 2025 08:40:16.692289114 CET | 192.168.2.4 | 1.1.1.1 | 0x1c4f | Standard query (0) | A (IP address) | IN (0x0001) | false |
Timestamp | Source IP | Dest IP | Trans ID | Reply Code | Name | CName | Address | Type | Class | DNS over HTTPS |
---|---|---|---|---|---|---|---|---|---|---|
Feb 24, 2025 08:40:16.785578966 CET | 1.1.1.1 | 192.168.2.4 | 0x1c4f | No error (0) | 104.21.48.1 | A (IP address) | IN (0x0001) | false | ||
Feb 24, 2025 08:40:16.785578966 CET | 1.1.1.1 | 192.168.2.4 | 0x1c4f | No error (0) | 104.21.112.1 | A (IP address) | IN (0x0001) | false | ||
Feb 24, 2025 08:40:16.785578966 CET | 1.1.1.1 | 192.168.2.4 | 0x1c4f | No error (0) | 104.21.32.1 | A (IP address) | IN (0x0001) | false | ||
Feb 24, 2025 08:40:16.785578966 CET | 1.1.1.1 | 192.168.2.4 | 0x1c4f | No error (0) | 104.21.80.1 | A (IP address) | IN (0x0001) | false | ||
Feb 24, 2025 08:40:16.785578966 CET | 1.1.1.1 | 192.168.2.4 | 0x1c4f | No error (0) | 104.21.16.1 | A (IP address) | IN (0x0001) | false | ||
Feb 24, 2025 08:40:16.785578966 CET | 1.1.1.1 | 192.168.2.4 | 0x1c4f | No error (0) | 104.21.96.1 | A (IP address) | IN (0x0001) | false | ||
Feb 24, 2025 08:40:16.785578966 CET | 1.1.1.1 | 192.168.2.4 | 0x1c4f | No error (0) | 104.21.64.1 | A (IP address) | IN (0x0001) | false |
|
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
0 | 192.168.2.4 | 49731 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:16.797329903 CET | 241 | OUT | |
Feb 24, 2025 08:40:16.802412033 CET | 176 | OUT | |
Feb 24, 2025 08:40:17.542422056 CET | 820 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
1 | 192.168.2.4 | 49732 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:17.896800995 CET | 241 | OUT | |
Feb 24, 2025 08:40:17.901954889 CET | 176 | OUT | |
Feb 24, 2025 08:40:18.709151983 CET | 815 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
2 | 192.168.2.4 | 49733 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:18.782649040 CET | 241 | OUT | |
Feb 24, 2025 08:40:18.787787914 CET | 149 | OUT | |
Feb 24, 2025 08:40:19.532658100 CET | 818 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
3 | 192.168.2.4 | 49734 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:19.686355114 CET | 241 | OUT | |
Feb 24, 2025 08:40:19.696594954 CET | 149 | OUT | |
Feb 24, 2025 08:40:20.447648048 CET | 842 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
4 | 192.168.2.4 | 49735 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:20.593018055 CET | 241 | OUT | |
Feb 24, 2025 08:40:20.599802017 CET | 149 | OUT | |
Feb 24, 2025 08:40:21.324126005 CET | 826 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
5 | 192.168.2.4 | 49736 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:21.498051882 CET | 241 | OUT | |
Feb 24, 2025 08:40:21.503175974 CET | 149 | OUT | |
Feb 24, 2025 08:40:22.245167971 CET | 822 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
6 | 192.168.2.4 | 49737 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:22.399348974 CET | 241 | OUT | |
Feb 24, 2025 08:40:22.404608011 CET | 149 | OUT | |
Feb 24, 2025 08:40:23.122205973 CET | 834 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
7 | 192.168.2.4 | 49738 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:23.284168959 CET | 241 | OUT | |
Feb 24, 2025 08:40:23.289335012 CET | 149 | OUT | |
Feb 24, 2025 08:40:24.055237055 CET | 842 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
8 | 192.168.2.4 | 49739 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:24.213011980 CET | 241 | OUT | |
Feb 24, 2025 08:40:24.218132973 CET | 149 | OUT | |
Feb 24, 2025 08:40:25.001928091 CET | 850 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
9 | 192.168.2.4 | 49740 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:25.159491062 CET | 241 | OUT | |
Feb 24, 2025 08:40:25.164608002 CET | 149 | OUT | |
Feb 24, 2025 08:40:25.918689966 CET | 844 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
10 | 192.168.2.4 | 49741 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:26.083956003 CET | 241 | OUT | |
Feb 24, 2025 08:40:26.089206934 CET | 149 | OUT | |
Feb 24, 2025 08:40:26.879177094 CET | 850 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
11 | 192.168.2.4 | 49742 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:27.037647963 CET | 241 | OUT | |
Feb 24, 2025 08:40:27.042767048 CET | 149 | OUT | |
Feb 24, 2025 08:40:27.805233002 CET | 827 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
12 | 192.168.2.4 | 49743 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:27.972408056 CET | 241 | OUT | |
Feb 24, 2025 08:40:27.977477074 CET | 149 | OUT | |
Feb 24, 2025 08:40:28.693880081 CET | 822 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
13 | 192.168.2.4 | 49744 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:28.855746031 CET | 241 | OUT | |
Feb 24, 2025 08:40:28.861062050 CET | 149 | OUT | |
Feb 24, 2025 08:40:29.628328085 CET | 836 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
14 | 192.168.2.4 | 49746 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:29.812041998 CET | 241 | OUT | |
Feb 24, 2025 08:40:29.817332029 CET | 149 | OUT | |
Feb 24, 2025 08:40:30.607261896 CET | 839 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
15 | 192.168.2.4 | 49750 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:30.777867079 CET | 241 | OUT | |
Feb 24, 2025 08:40:30.783052921 CET | 149 | OUT | |
Feb 24, 2025 08:40:31.518030882 CET | 824 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
16 | 192.168.2.4 | 49752 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:31.675163984 CET | 241 | OUT | |
Feb 24, 2025 08:40:31.680291891 CET | 149 | OUT | |
Feb 24, 2025 08:40:32.429537058 CET | 840 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
17 | 192.168.2.4 | 49754 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:32.621103048 CET | 241 | OUT | |
Feb 24, 2025 08:40:32.626523972 CET | 149 | OUT | |
Feb 24, 2025 08:40:33.347521067 CET | 827 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
18 | 192.168.2.4 | 49755 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:33.502810001 CET | 241 | OUT | |
Feb 24, 2025 08:40:33.507917881 CET | 149 | OUT | |
Feb 24, 2025 08:40:34.228279114 CET | 820 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
19 | 192.168.2.4 | 49756 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:34.372994900 CET | 241 | OUT | |
Feb 24, 2025 08:40:34.380611897 CET | 149 | OUT | |
Feb 24, 2025 08:40:35.152430058 CET | 844 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
20 | 192.168.2.4 | 49757 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:35.299200058 CET | 241 | OUT | |
Feb 24, 2025 08:40:35.304291010 CET | 149 | OUT | |
Feb 24, 2025 08:40:35.962290049 CET | 853 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
21 | 192.168.2.4 | 49758 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:36.111707926 CET | 241 | OUT | |
Feb 24, 2025 08:40:36.116918087 CET | 149 | OUT | |
Feb 24, 2025 08:40:36.836858034 CET | 824 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
22 | 192.168.2.4 | 49759 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:36.992674112 CET | 241 | OUT | |
Feb 24, 2025 08:40:36.997751951 CET | 149 | OUT | |
Feb 24, 2025 08:40:37.738871098 CET | 842 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
23 | 192.168.2.4 | 49760 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:37.906234980 CET | 241 | OUT | |
Feb 24, 2025 08:40:37.911289930 CET | 149 | OUT | |
Feb 24, 2025 08:40:38.704355001 CET | 836 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
24 | 192.168.2.4 | 49761 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:39.150405884 CET | 241 | OUT | |
Feb 24, 2025 08:40:39.155461073 CET | 149 | OUT | |
Feb 24, 2025 08:40:39.867889881 CET | 826 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
25 | 192.168.2.4 | 49762 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:40.038069963 CET | 241 | OUT | |
Feb 24, 2025 08:40:40.047671080 CET | 149 | OUT | |
Feb 24, 2025 08:40:41.836452007 CET | 827 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
26 | 192.168.2.4 | 49763 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:41.989718914 CET | 241 | OUT | |
Feb 24, 2025 08:40:41.994932890 CET | 149 | OUT | |
Feb 24, 2025 08:40:42.803555965 CET | 838 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
27 | 192.168.2.4 | 49764 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:42.972930908 CET | 241 | OUT | |
Feb 24, 2025 08:40:42.978187084 CET | 149 | OUT | |
Feb 24, 2025 08:40:43.783035040 CET | 840 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
28 | 192.168.2.4 | 49765 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:43.943644047 CET | 241 | OUT | |
Feb 24, 2025 08:40:43.948896885 CET | 149 | OUT | |
Feb 24, 2025 08:40:44.708434105 CET | 839 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
29 | 192.168.2.4 | 49766 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:44.893898964 CET | 241 | OUT | |
Feb 24, 2025 08:40:44.899169922 CET | 149 | OUT | |
Feb 24, 2025 08:40:45.615396976 CET | 820 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
30 | 192.168.2.4 | 49767 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:45.773381948 CET | 241 | OUT | |
Feb 24, 2025 08:40:45.778879881 CET | 149 | OUT | |
Feb 24, 2025 08:40:46.551970005 CET | 852 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
31 | 192.168.2.4 | 49768 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:46.704660892 CET | 241 | OUT | |
Feb 24, 2025 08:40:46.710798979 CET | 149 | OUT | |
Feb 24, 2025 08:40:47.489578962 CET | 837 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
32 | 192.168.2.4 | 49769 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:47.652653933 CET | 241 | OUT | |
Feb 24, 2025 08:40:47.657941103 CET | 149 | OUT | |
Feb 24, 2025 08:40:48.380449057 CET | 818 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
33 | 192.168.2.4 | 49770 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:48.533803940 CET | 241 | OUT | |
Feb 24, 2025 08:40:48.538949013 CET | 149 | OUT | |
Feb 24, 2025 08:40:49.167604923 CET | 839 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
34 | 192.168.2.4 | 49771 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:49.326426983 CET | 241 | OUT | |
Feb 24, 2025 08:40:49.331682920 CET | 149 | OUT | |
Feb 24, 2025 08:40:50.052853107 CET | 822 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
35 | 192.168.2.4 | 49772 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:50.235701084 CET | 241 | OUT | |
Feb 24, 2025 08:40:50.240892887 CET | 149 | OUT | |
Feb 24, 2025 08:40:50.996112108 CET | 840 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
36 | 192.168.2.4 | 49773 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:51.166151047 CET | 241 | OUT | |
Feb 24, 2025 08:40:51.171451092 CET | 149 | OUT | |
Feb 24, 2025 08:40:52.068084002 CET | 831 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
37 | 192.168.2.4 | 49774 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:52.221129894 CET | 241 | OUT | |
Feb 24, 2025 08:40:52.226264000 CET | 149 | OUT | |
Feb 24, 2025 08:40:53.012604952 CET | 842 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
38 | 192.168.2.4 | 49775 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:53.496340990 CET | 241 | OUT | |
Feb 24, 2025 08:40:53.501662016 CET | 149 | OUT | |
Feb 24, 2025 08:40:54.257286072 CET | 846 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
39 | 192.168.2.4 | 49776 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:54.478203058 CET | 241 | OUT | |
Feb 24, 2025 08:40:54.486058950 CET | 149 | OUT | |
Feb 24, 2025 08:40:55.234193087 CET | 824 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
40 | 192.168.2.4 | 49777 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:55.403469086 CET | 241 | OUT | |
Feb 24, 2025 08:40:55.408746004 CET | 149 | OUT | |
Feb 24, 2025 08:40:56.181890965 CET | 845 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
41 | 192.168.2.4 | 49778 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:56.508342981 CET | 241 | OUT | |
Feb 24, 2025 08:40:56.514457941 CET | 149 | OUT | |
Feb 24, 2025 08:40:57.247345924 CET | 816 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
42 | 192.168.2.4 | 49779 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:57.426148891 CET | 241 | OUT | |
Feb 24, 2025 08:40:57.431406975 CET | 149 | OUT | |
Feb 24, 2025 08:40:59.173927069 CET | 820 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
43 | 192.168.2.4 | 49780 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:40:59.516284943 CET | 241 | OUT | |
Feb 24, 2025 08:40:59.521476984 CET | 149 | OUT | |
Feb 24, 2025 08:41:00.308063030 CET | 840 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
44 | 192.168.2.4 | 49781 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:41:00.493115902 CET | 241 | OUT | |
Feb 24, 2025 08:41:00.499202967 CET | 149 | OUT | |
Feb 24, 2025 08:41:01.267452955 CET | 850 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
45 | 192.168.2.4 | 49782 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:41:01.465842009 CET | 241 | OUT | |
Feb 24, 2025 08:41:01.471055984 CET | 149 | OUT | |
Feb 24, 2025 08:41:02.224548101 CET | 844 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
46 | 192.168.2.4 | 49783 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:41:02.433902979 CET | 241 | OUT | |
Feb 24, 2025 08:41:02.439270973 CET | 149 | OUT | |
Feb 24, 2025 08:41:03.173329115 CET | 822 | IN |
Session ID | Source IP | Source Port | Destination IP | Destination Port | PID | Process |
---|---|---|---|---|---|---|
47 | 192.168.2.4 | 49784 | 104.21.48.1 | 80 | 7536 | C:\Windows\SysWOW64\svchost.exe |
Timestamp | Bytes transferred | Direction | Data |
---|---|---|---|
Feb 24, 2025 08:41:03.355752945 CET | 241 | OUT | |
Feb 24, 2025 08:41:03.364814997 CET | 149 | OUT |