Loading Joe Sandbox Report ...

Edit tour

Windows Analysis Report
Compliance_Review_Documents_COSCO20250307_pdf.bat.exe

Overview

General Information

Sample name:Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
Analysis ID:1634941
MD5:b4e7ec14521ee5978aef0d719a31eed3
SHA1:b8b7dc62085219e3c1a801fdddc5941fd2beb126
SHA256:9ffc425d5cff838fe149b405905d44f9d33a04ede0231816d903c2db6b24bca1
Tags:exeuser-threatcat_ch
Infos:

Detection

Lokibot
Score:100
Range:0 - 100
Confidence:100%

Signatures

Antivirus / Scanner detection for submitted sample
Found malware configuration
Malicious sample detected (through community Yara rule)
Multi AV Scanner detection for submitted file
Suricata IDS alerts for network traffic
Yara detected Lokibot
.NET source code contains potential unpacker
Adds a directory exclusion to Windows Defender
C2 URLs / IPs found in malware configuration
Initial sample is a PE file and has a suspicious name
Injects a PE file into a foreign processes
Joe Sandbox ML detected suspicious sample
Loading BitLocker PowerShell Module
Sigma detected: Powershell Base64 Encoded MpPreference Cmdlet
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)
Yara detected aPLib compressed binary
Allocates memory with a write watch (potentially for evading sandboxes)
Binary contains a suspicious time stamp
Contains functionality to read the PEB
Contains functionality which may be used to detect a debugger (GetProcessHeap)
Contains long sleeps (>= 3 min)
Creates a process in suspended mode (likely to inject code)
Detected potential crypto function
Enables debug privileges
Found a high number of Window / User specific system calls (may be a loop to detect user behavior)
Found potential string decryption / allocating functions
IP address seen in connection with other malware
May sleep (evasive loops) to hinder dynamic analysis
Queries the volume information (name, serial number etc) of a device
Sample execution stops while process was sleeping (likely an evasion)
Sample file is different than original file name gathered from version info
Sigma detected: Powershell Defender Exclusion
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
  • Compliance_Review_Documents_COSCO20250307_pdf.bat.exe (PID: 5500 cmdline: "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe" MD5: B4E7EC14521EE5978AEF0D719A31EED3)
    • powershell.exe (PID: 2388 cmdline: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe" MD5: C32CA4ACFCC635EC1EA6ED8A34DF5FAC)
      • conhost.exe (PID: 7856 cmdline: C:\Windows\system32\conhost.exe 0xffffffff -ForceV1 MD5: 0D698AF330FD17BEE3BF90011D49251D)
      • WmiPrvSE.exe (PID: 8312 cmdline: C:\Windows\system32\wbem\wmiprvse.exe -secured -Embedding MD5: 60FF40CFD7FB8FE41EE4FE9AE5FE1C51)
  • cleanup
NameDescriptionAttributionBlogpost URLsLink
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
  • SWEED
  • The Gorgon Group
  • Cobalt
https://malpedia.caad.fkie.fraunhofer.de/details/win.lokipws
{"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"]}
SourceRuleDescriptionAuthorStrings
dump.pcapJoeSecurity_Lokibot_1Yara detected LokibotJoe Security
    SourceRuleDescriptionAuthorStrings
    00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmpJoeSecurity_LokibotYara detected LokibotJoe Security
      00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmpJoeSecurity_aPLib_compressed_binaryYara detected aPLib compressed binaryJoe Security
        00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmpJoeSecurity_CredentialStealerYara detected Credential StealerJoe Security
          00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmpWindows_Trojan_Lokibot_1f885282unknownunknown
          • 0x174a8:$a1: MAC=%02X%02X%02XINSTALL=%08X%08Xk
          00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmpWindows_Trojan_Lokibot_0f421617unknownunknown
          • 0x4873:$a: 08 8B CE 0F B6 14 38 D3 E2 83 C1 08 03 F2 48 79 F2 5F 8B C6
          Click to see the 29 entries
          SourceRuleDescriptionAuthorStrings
          8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpackJoeSecurity_LokibotYara detected LokibotJoe Security
            8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpackJoeSecurity_aPLib_compressed_binaryYara detected aPLib compressed binaryJoe Security
              8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpackJoeSecurity_CredentialStealerYara detected Credential StealerJoe Security
                8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpackWindows_Trojan_Lokibot_1f885282unknownunknown
                • 0x187f0:$a1: MAC=%02X%02X%02XINSTALL=%08X%08Xk
                8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpackWindows_Trojan_Lokibot_0f421617unknownunknown
                • 0x53bb:$a: 08 8B CE 0F B6 14 38 D3 E2 83 C1 08 03 F2 48 79 F2 5F 8B C6
                Click to see the 37 entries

                System Summary

                barindex
                Source: Process startedAuthor: Florian Roth (Nextron Systems): Data: Command: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", CommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", CommandLine|base64offset|contains: ~2yzw, Image: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe, NewProcessName: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe, OriginalFileName: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe, ParentCommandLine: "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", ParentImage: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, ParentProcessId: 5500, ParentProcessName: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, ProcessCommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", ProcessId: 2388, ProcessName: powershell.exe
                Source: Process startedAuthor: Florian Roth (Nextron Systems): Data: Command: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", CommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", CommandLine|base64offset|contains: ~2yzw, Image: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe, NewProcessName: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe, OriginalFileName: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe, ParentCommandLine: "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", ParentImage: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, ParentProcessId: 5500, ParentProcessName: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, ProcessCommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", ProcessId: 2388, ProcessName: powershell.exe
                Source: Process startedAuthor: Roberto Rodriguez @Cyb3rWard0g (rule), oscd.community (improvements): Data: Command: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", CommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", CommandLine|base64offset|contains: ~2yzw, Image: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe, NewProcessName: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe, OriginalFileName: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe, ParentCommandLine: "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", ParentImage: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, ParentProcessId: 5500, ParentProcessName: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, ProcessCommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe", ProcessId: 2388, ProcessName: powershell.exe
                TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
                2025-03-11T07:54:14.768388+010020243121A Network Trojan was detected192.168.2.549707104.21.64.180TCP
                2025-03-11T07:54:16.919730+010020243121A Network Trojan was detected192.168.2.549708104.21.64.180TCP
                TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
                2025-03-11T07:54:13.953898+010020253811Malware Command and Control Activity Detected192.168.2.549707104.21.64.180TCP
                2025-03-11T07:54:16.168617+010020253811Malware Command and Control Activity Detected192.168.2.549708104.21.64.180TCP
                2025-03-11T07:54:17.001876+010020253811Malware Command and Control Activity Detected192.168.2.549709104.21.64.180TCP
                2025-03-11T07:54:18.987534+010020253811Malware Command and Control Activity Detected192.168.2.549710104.21.64.180TCP
                2025-03-11T07:54:20.923387+010020253811Malware Command and Control Activity Detected192.168.2.549711104.21.64.180TCP
                2025-03-11T07:54:23.107166+010020253811Malware Command and Control Activity Detected192.168.2.549712104.21.64.180TCP
                2025-03-11T07:54:25.140365+010020253811Malware Command and Control Activity Detected192.168.2.549713104.21.64.180TCP
                2025-03-11T07:54:27.050863+010020253811Malware Command and Control Activity Detected192.168.2.549715104.21.64.180TCP
                2025-03-11T07:54:29.019322+010020253811Malware Command and Control Activity Detected192.168.2.549716104.21.64.180TCP
                2025-03-11T07:54:30.921832+010020253811Malware Command and Control Activity Detected192.168.2.549718104.21.64.180TCP
                2025-03-11T07:54:32.927945+010020253811Malware Command and Control Activity Detected192.168.2.549720104.21.64.180TCP
                2025-03-11T07:54:34.873598+010020253811Malware Command and Control Activity Detected192.168.2.549722104.21.64.180TCP
                2025-03-11T07:54:36.952208+010020253811Malware Command and Control Activity Detected192.168.2.549723104.21.64.180TCP
                2025-03-11T07:54:38.858169+010020253811Malware Command and Control Activity Detected192.168.2.549724104.21.64.180TCP
                2025-03-11T07:54:40.853898+010020253811Malware Command and Control Activity Detected192.168.2.549725104.21.64.180TCP
                2025-03-11T07:54:42.913075+010020253811Malware Command and Control Activity Detected192.168.2.549726104.21.64.180TCP
                2025-03-11T07:54:44.864883+010020253811Malware Command and Control Activity Detected192.168.2.549727104.21.64.180TCP
                2025-03-11T07:54:46.752490+010020253811Malware Command and Control Activity Detected192.168.2.549728104.21.64.180TCP
                2025-03-11T07:54:48.678124+010020253811Malware Command and Control Activity Detected192.168.2.549729104.21.64.180TCP
                2025-03-11T07:54:50.582945+010020253811Malware Command and Control Activity Detected192.168.2.549730104.21.64.180TCP
                2025-03-11T07:54:52.498080+010020253811Malware Command and Control Activity Detected192.168.2.549731104.21.64.180TCP
                2025-03-11T07:54:54.389358+010020253811Malware Command and Control Activity Detected192.168.2.549732104.21.64.180TCP
                2025-03-11T07:54:56.325653+010020253811Malware Command and Control Activity Detected192.168.2.549733104.21.64.180TCP
                2025-03-11T07:54:58.281331+010020253811Malware Command and Control Activity Detected192.168.2.549734104.21.64.180TCP
                2025-03-11T07:55:00.308715+010020253811Malware Command and Control Activity Detected192.168.2.549735104.21.64.180TCP
                2025-03-11T07:55:02.489216+010020253811Malware Command and Control Activity Detected192.168.2.549736104.21.64.180TCP
                2025-03-11T07:55:04.439977+010020253811Malware Command and Control Activity Detected192.168.2.549737104.21.64.180TCP
                2025-03-11T07:55:06.360743+010020253811Malware Command and Control Activity Detected192.168.2.549739104.21.64.180TCP
                2025-03-11T07:55:08.317834+010020253811Malware Command and Control Activity Detected192.168.2.549740104.21.64.180TCP
                2025-03-11T07:55:10.228263+010020253811Malware Command and Control Activity Detected192.168.2.549741104.21.64.180TCP
                2025-03-11T07:55:12.065446+010020253811Malware Command and Control Activity Detected192.168.2.549742104.21.64.180TCP
                2025-03-11T07:55:13.954652+010020253811Malware Command and Control Activity Detected192.168.2.549743104.21.64.180TCP
                2025-03-11T07:55:15.856258+010020253811Malware Command and Control Activity Detected192.168.2.549744104.21.64.180TCP
                2025-03-11T07:55:17.791208+010020253811Malware Command and Control Activity Detected192.168.2.549745104.21.64.180TCP
                2025-03-11T07:55:19.914112+010020253811Malware Command and Control Activity Detected192.168.2.549746104.21.64.180TCP
                2025-03-11T07:55:21.860579+010020253811Malware Command and Control Activity Detected192.168.2.549747104.21.64.180TCP
                2025-03-11T07:55:23.978599+010020253811Malware Command and Control Activity Detected192.168.2.549748104.21.64.180TCP
                2025-03-11T07:55:25.939370+010020253811Malware Command and Control Activity Detected192.168.2.549749104.21.64.180TCP
                2025-03-11T07:55:27.843444+010020253811Malware Command and Control Activity Detected192.168.2.549750104.21.64.180TCP
                2025-03-11T07:55:29.817700+010020253811Malware Command and Control Activity Detected192.168.2.549751104.21.64.180TCP
                2025-03-11T07:55:31.614261+010020253811Malware Command and Control Activity Detected192.168.2.549752104.21.64.180TCP
                2025-03-11T07:55:33.564772+010020253811Malware Command and Control Activity Detected192.168.2.549753104.21.64.180TCP
                2025-03-11T07:55:35.469847+010020253811Malware Command and Control Activity Detected192.168.2.549754104.21.64.180TCP
                2025-03-11T07:55:37.567727+010020253811Malware Command and Control Activity Detected192.168.2.549755104.21.64.180TCP
                2025-03-11T07:55:39.315351+010020253811Malware Command and Control Activity Detected192.168.2.549756104.21.64.180TCP
                2025-03-11T07:55:41.265736+010020253811Malware Command and Control Activity Detected192.168.2.549757104.21.64.180TCP
                2025-03-11T07:55:43.100048+010020253811Malware Command and Control Activity Detected192.168.2.549758104.21.64.180TCP
                2025-03-11T07:55:44.998273+010020253811Malware Command and Control Activity Detected192.168.2.549759104.21.64.180TCP
                2025-03-11T07:55:46.892316+010020253811Malware Command and Control Activity Detected192.168.2.549760104.21.64.180TCP
                2025-03-11T07:55:48.721844+010020253811Malware Command and Control Activity Detected192.168.2.549761104.21.64.180TCP
                2025-03-11T07:55:50.621887+010020253811Malware Command and Control Activity Detected192.168.2.549762104.21.64.180TCP
                2025-03-11T07:55:52.581091+010020253811Malware Command and Control Activity Detected192.168.2.549763104.21.64.180TCP
                2025-03-11T07:55:54.426267+010020253811Malware Command and Control Activity Detected192.168.2.549764104.21.64.180TCP
                2025-03-11T07:55:56.671279+010020253811Malware Command and Control Activity Detected192.168.2.549765104.21.64.180TCP
                2025-03-11T07:55:58.951945+010020253811Malware Command and Control Activity Detected192.168.2.549766104.21.64.180TCP
                2025-03-11T07:56:00.867842+010020253811Malware Command and Control Activity Detected192.168.2.549767104.21.64.180TCP
                2025-03-11T07:56:02.831033+010020253811Malware Command and Control Activity Detected192.168.2.549768104.21.64.180TCP
                2025-03-11T07:56:04.895187+010020253811Malware Command and Control Activity Detected192.168.2.549769104.21.64.180TCP
                2025-03-11T07:56:06.841611+010020253811Malware Command and Control Activity Detected192.168.2.549770104.21.64.180TCP
                2025-03-11T07:56:08.965733+010020253811Malware Command and Control Activity Detected192.168.2.549771104.21.64.180TCP
                2025-03-11T07:56:11.207844+010020253811Malware Command and Control Activity Detected192.168.2.549772104.21.64.180TCP
                2025-03-11T07:56:13.147479+010020253811Malware Command and Control Activity Detected192.168.2.549773104.21.64.180TCP
                2025-03-11T07:56:15.113086+010020253811Malware Command and Control Activity Detected192.168.2.549774104.21.64.180TCP
                TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
                2025-03-11T07:54:17.796493+010020254831A Network Trojan was detected104.21.64.180192.168.2.549709TCP
                2025-03-11T07:54:19.727952+010020254831A Network Trojan was detected104.21.64.180192.168.2.549710TCP
                2025-03-11T07:54:21.693814+010020254831A Network Trojan was detected104.21.64.180192.168.2.549711TCP
                2025-03-11T07:54:27.823236+010020254831A Network Trojan was detected104.21.64.180192.168.2.549715TCP
                2025-03-11T07:54:29.777510+010020254831A Network Trojan was detected104.21.64.180192.168.2.549716TCP
                2025-03-11T07:54:33.718104+010020254831A Network Trojan was detected104.21.64.180192.168.2.549720TCP
                2025-03-11T07:54:35.740210+010020254831A Network Trojan was detected104.21.64.180192.168.2.549722TCP
                2025-03-11T07:54:37.714999+010020254831A Network Trojan was detected104.21.64.180192.168.2.549723TCP
                2025-03-11T07:54:39.667991+010020254831A Network Trojan was detected104.21.64.180192.168.2.549724TCP
                2025-03-11T07:54:41.639729+010020254831A Network Trojan was detected104.21.64.180192.168.2.549725TCP
                2025-03-11T07:54:43.691630+010020254831A Network Trojan was detected104.21.64.180192.168.2.549726TCP
                2025-03-11T07:54:47.527515+010020254831A Network Trojan was detected104.21.64.180192.168.2.549728TCP
                2025-03-11T07:54:55.175209+010020254831A Network Trojan was detected104.21.64.180192.168.2.549732TCP
                2025-03-11T07:55:01.116395+010020254831A Network Trojan was detected104.21.64.180192.168.2.549735TCP
                2025-03-11T07:55:03.279274+010020254831A Network Trojan was detected104.21.64.180192.168.2.549736TCP
                2025-03-11T07:55:05.200807+010020254831A Network Trojan was detected104.21.64.180192.168.2.549737TCP
                2025-03-11T07:55:07.157452+010020254831A Network Trojan was detected104.21.64.180192.168.2.549739TCP
                2025-03-11T07:55:09.070261+010020254831A Network Trojan was detected104.21.64.180192.168.2.549740TCP
                2025-03-11T07:55:10.908946+010020254831A Network Trojan was detected104.21.64.180192.168.2.549741TCP
                2025-03-11T07:55:14.710388+010020254831A Network Trojan was detected104.21.64.180192.168.2.549743TCP
                2025-03-11T07:55:20.715272+010020254831A Network Trojan was detected104.21.64.180192.168.2.549746TCP
                2025-03-11T07:55:22.637557+010020254831A Network Trojan was detected104.21.64.180192.168.2.549747TCP
                2025-03-11T07:55:24.793646+010020254831A Network Trojan was detected104.21.64.180192.168.2.549748TCP
                2025-03-11T07:55:28.655200+010020254831A Network Trojan was detected104.21.64.180192.168.2.549750TCP
                2025-03-11T07:55:30.460561+010020254831A Network Trojan was detected104.21.64.180192.168.2.549751TCP
                2025-03-11T07:55:32.409655+010020254831A Network Trojan was detected104.21.64.180192.168.2.549752TCP
                2025-03-11T07:55:34.318396+010020254831A Network Trojan was detected104.21.64.180192.168.2.549753TCP
                2025-03-11T07:55:36.236339+010020254831A Network Trojan was detected104.21.64.180192.168.2.549754TCP
                2025-03-11T07:55:38.167927+010020254831A Network Trojan was detected104.21.64.180192.168.2.549755TCP
                2025-03-11T07:55:40.101711+010020254831A Network Trojan was detected104.21.64.180192.168.2.549756TCP
                2025-03-11T07:55:41.926354+010020254831A Network Trojan was detected104.21.64.180192.168.2.549757TCP
                2025-03-11T07:55:43.854042+010020254831A Network Trojan was detected104.21.64.180192.168.2.549758TCP
                2025-03-11T07:55:45.691072+010020254831A Network Trojan was detected104.21.64.180192.168.2.549759TCP
                2025-03-11T07:55:47.546266+010020254831A Network Trojan was detected104.21.64.180192.168.2.549760TCP
                2025-03-11T07:55:49.481340+010020254831A Network Trojan was detected104.21.64.180192.168.2.549761TCP
                2025-03-11T07:55:51.319225+010020254831A Network Trojan was detected104.21.64.180192.168.2.549762TCP
                2025-03-11T07:55:55.272517+010020254831A Network Trojan was detected104.21.64.180192.168.2.549764TCP
                2025-03-11T07:55:57.488413+010020254831A Network Trojan was detected104.21.64.180192.168.2.549765TCP
                2025-03-11T07:55:59.705799+010020254831A Network Trojan was detected104.21.64.180192.168.2.549766TCP
                2025-03-11T07:56:01.673919+010020254831A Network Trojan was detected104.21.64.180192.168.2.549767TCP
                2025-03-11T07:56:09.767405+010020254831A Network Trojan was detected104.21.64.180192.168.2.549771TCP
                2025-03-11T07:56:11.994906+010020254831A Network Trojan was detected104.21.64.180192.168.2.549772TCP
                2025-03-11T07:56:13.951774+010020254831A Network Trojan was detected104.21.64.180192.168.2.549773TCP
                2025-03-11T07:56:15.773276+010020254831A Network Trojan was detected104.21.64.180192.168.2.549774TCP
                TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
                2025-03-11T07:54:17.791670+010020243131Malware Command and Control Activity Detected192.168.2.549709104.21.64.180TCP
                2025-03-11T07:54:19.723141+010020243131Malware Command and Control Activity Detected192.168.2.549710104.21.64.180TCP
                2025-03-11T07:54:21.687819+010020243131Malware Command and Control Activity Detected192.168.2.549711104.21.64.180TCP
                2025-03-11T07:54:23.851840+010020243131Malware Command and Control Activity Detected192.168.2.549712104.21.64.180TCP
                2025-03-11T07:54:25.853072+010020243131Malware Command and Control Activity Detected192.168.2.549713104.21.64.180TCP
                2025-03-11T07:54:27.815080+010020243131Malware Command and Control Activity Detected192.168.2.549715104.21.64.180TCP
                2025-03-11T07:54:29.772286+010020243131Malware Command and Control Activity Detected192.168.2.549716104.21.64.180TCP
                2025-03-11T07:54:31.649038+010020243131Malware Command and Control Activity Detected192.168.2.549718104.21.64.180TCP
                2025-03-11T07:54:33.713330+010020243131Malware Command and Control Activity Detected192.168.2.549720104.21.64.180TCP
                2025-03-11T07:54:35.733795+010020243131Malware Command and Control Activity Detected192.168.2.549722104.21.64.180TCP
                2025-03-11T07:54:37.705855+010020243131Malware Command and Control Activity Detected192.168.2.549723104.21.64.180TCP
                2025-03-11T07:54:39.662890+010020243131Malware Command and Control Activity Detected192.168.2.549724104.21.64.180TCP
                2025-03-11T07:54:41.634928+010020243131Malware Command and Control Activity Detected192.168.2.549725104.21.64.180TCP
                2025-03-11T07:54:43.686777+010020243131Malware Command and Control Activity Detected192.168.2.549726104.21.64.180TCP
                2025-03-11T07:54:45.587905+010020243131Malware Command and Control Activity Detected192.168.2.549727104.21.64.180TCP
                2025-03-11T07:54:47.522538+010020243131Malware Command and Control Activity Detected192.168.2.549728104.21.64.180TCP
                2025-03-11T07:54:49.405244+010020243131Malware Command and Control Activity Detected192.168.2.549729104.21.64.180TCP
                2025-03-11T07:54:51.336710+010020243131Malware Command and Control Activity Detected192.168.2.549730104.21.64.180TCP
                2025-03-11T07:54:53.219675+010020243131Malware Command and Control Activity Detected192.168.2.549731104.21.64.180TCP
                2025-03-11T07:54:55.170435+010020243131Malware Command and Control Activity Detected192.168.2.549732104.21.64.180TCP
                2025-03-11T07:54:57.120426+010020243131Malware Command and Control Activity Detected192.168.2.549733104.21.64.180TCP
                2025-03-11T07:54:58.999939+010020243131Malware Command and Control Activity Detected192.168.2.549734104.21.64.180TCP
                2025-03-11T07:55:01.111632+010020243131Malware Command and Control Activity Detected192.168.2.549735104.21.64.180TCP
                2025-03-11T07:55:03.274392+010020243131Malware Command and Control Activity Detected192.168.2.549736104.21.64.180TCP
                2025-03-11T07:55:05.195998+010020243131Malware Command and Control Activity Detected192.168.2.549737104.21.64.180TCP
                2025-03-11T07:55:07.152552+010020243131Malware Command and Control Activity Detected192.168.2.549739104.21.64.180TCP
                2025-03-11T07:55:09.064082+010020243131Malware Command and Control Activity Detected192.168.2.549740104.21.64.180TCP
                2025-03-11T07:55:10.903071+010020243131Malware Command and Control Activity Detected192.168.2.549741104.21.64.180TCP
                2025-03-11T07:55:12.789816+010020243131Malware Command and Control Activity Detected192.168.2.549742104.21.64.180TCP
                2025-03-11T07:55:14.705573+010020243131Malware Command and Control Activity Detected192.168.2.549743104.21.64.180TCP
                2025-03-11T07:55:16.619576+010020243131Malware Command and Control Activity Detected192.168.2.549744104.21.64.180TCP
                2025-03-11T07:55:18.515580+010020243131Malware Command and Control Activity Detected192.168.2.549745104.21.64.180TCP
                2025-03-11T07:55:20.710426+010020243131Malware Command and Control Activity Detected192.168.2.549746104.21.64.180TCP
                2025-03-11T07:55:22.632806+010020243131Malware Command and Control Activity Detected192.168.2.549747104.21.64.180TCP
                2025-03-11T07:55:24.787632+010020243131Malware Command and Control Activity Detected192.168.2.549748104.21.64.180TCP
                2025-03-11T07:55:26.684188+010020243131Malware Command and Control Activity Detected192.168.2.549749104.21.64.180TCP
                2025-03-11T07:55:28.649965+010020243131Malware Command and Control Activity Detected192.168.2.549750104.21.64.180TCP
                2025-03-11T07:55:30.455277+010020243131Malware Command and Control Activity Detected192.168.2.549751104.21.64.180TCP
                2025-03-11T07:55:32.404863+010020243131Malware Command and Control Activity Detected192.168.2.549752104.21.64.180TCP
                2025-03-11T07:55:34.313473+010020243131Malware Command and Control Activity Detected192.168.2.549753104.21.64.180TCP
                2025-03-11T07:55:36.231456+010020243131Malware Command and Control Activity Detected192.168.2.549754104.21.64.180TCP
                2025-03-11T07:55:38.163107+010020243131Malware Command and Control Activity Detected192.168.2.549755104.21.64.180TCP
                2025-03-11T07:55:40.096844+010020243131Malware Command and Control Activity Detected192.168.2.549756104.21.64.180TCP
                2025-03-11T07:55:41.921486+010020243131Malware Command and Control Activity Detected192.168.2.549757104.21.64.180TCP
                2025-03-11T07:55:43.849237+010020243131Malware Command and Control Activity Detected192.168.2.549758104.21.64.180TCP
                2025-03-11T07:55:45.683798+010020243131Malware Command and Control Activity Detected192.168.2.549759104.21.64.180TCP
                2025-03-11T07:55:47.541350+010020243131Malware Command and Control Activity Detected192.168.2.549760104.21.64.180TCP
                2025-03-11T07:55:49.476574+010020243131Malware Command and Control Activity Detected192.168.2.549761104.21.64.180TCP
                2025-03-11T07:55:51.314436+010020243131Malware Command and Control Activity Detected192.168.2.549762104.21.64.180TCP
                2025-03-11T07:55:53.262974+010020243131Malware Command and Control Activity Detected192.168.2.549763104.21.64.180TCP
                2025-03-11T07:55:55.207940+010020243131Malware Command and Control Activity Detected192.168.2.549764104.21.64.180TCP
                2025-03-11T07:55:57.483514+010020243131Malware Command and Control Activity Detected192.168.2.549765104.21.64.180TCP
                2025-03-11T07:55:59.700495+010020243131Malware Command and Control Activity Detected192.168.2.549766104.21.64.180TCP
                2025-03-11T07:56:01.669079+010020243131Malware Command and Control Activity Detected192.168.2.549767104.21.64.180TCP
                2025-03-11T07:56:03.570156+010020243131Malware Command and Control Activity Detected192.168.2.549768104.21.64.180TCP
                2025-03-11T07:56:05.668680+010020243131Malware Command and Control Activity Detected192.168.2.549769104.21.64.180TCP
                2025-03-11T07:56:07.593965+010020243131Malware Command and Control Activity Detected192.168.2.549770104.21.64.180TCP
                2025-03-11T07:56:09.762580+010020243131Malware Command and Control Activity Detected192.168.2.549771104.21.64.180TCP
                2025-03-11T07:56:11.988939+010020243131Malware Command and Control Activity Detected192.168.2.549772104.21.64.180TCP
                2025-03-11T07:56:13.946903+010020243131Malware Command and Control Activity Detected192.168.2.549773104.21.64.180TCP
                2025-03-11T07:56:15.768324+010020243131Malware Command and Control Activity Detected192.168.2.549774104.21.64.180TCP
                TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
                2025-03-11T07:54:13.953898+010020216411A Network Trojan was detected192.168.2.549707104.21.64.180TCP
                2025-03-11T07:54:16.168617+010020216411A Network Trojan was detected192.168.2.549708104.21.64.180TCP
                2025-03-11T07:54:17.001876+010020216411A Network Trojan was detected192.168.2.549709104.21.64.180TCP
                2025-03-11T07:54:18.987534+010020216411A Network Trojan was detected192.168.2.549710104.21.64.180TCP
                2025-03-11T07:54:20.923387+010020216411A Network Trojan was detected192.168.2.549711104.21.64.180TCP
                2025-03-11T07:54:23.107166+010020216411A Network Trojan was detected192.168.2.549712104.21.64.180TCP
                2025-03-11T07:54:25.140365+010020216411A Network Trojan was detected192.168.2.549713104.21.64.180TCP
                2025-03-11T07:54:27.050863+010020216411A Network Trojan was detected192.168.2.549715104.21.64.180TCP
                2025-03-11T07:54:29.019322+010020216411A Network Trojan was detected192.168.2.549716104.21.64.180TCP
                2025-03-11T07:54:30.921832+010020216411A Network Trojan was detected192.168.2.549718104.21.64.180TCP
                2025-03-11T07:54:32.927945+010020216411A Network Trojan was detected192.168.2.549720104.21.64.180TCP
                2025-03-11T07:54:34.873598+010020216411A Network Trojan was detected192.168.2.549722104.21.64.180TCP
                2025-03-11T07:54:36.952208+010020216411A Network Trojan was detected192.168.2.549723104.21.64.180TCP
                2025-03-11T07:54:38.858169+010020216411A Network Trojan was detected192.168.2.549724104.21.64.180TCP
                2025-03-11T07:54:40.853898+010020216411A Network Trojan was detected192.168.2.549725104.21.64.180TCP
                2025-03-11T07:54:42.913075+010020216411A Network Trojan was detected192.168.2.549726104.21.64.180TCP
                2025-03-11T07:54:44.864883+010020216411A Network Trojan was detected192.168.2.549727104.21.64.180TCP
                2025-03-11T07:54:46.752490+010020216411A Network Trojan was detected192.168.2.549728104.21.64.180TCP
                2025-03-11T07:54:48.678124+010020216411A Network Trojan was detected192.168.2.549729104.21.64.180TCP
                2025-03-11T07:54:50.582945+010020216411A Network Trojan was detected192.168.2.549730104.21.64.180TCP
                2025-03-11T07:54:52.498080+010020216411A Network Trojan was detected192.168.2.549731104.21.64.180TCP
                2025-03-11T07:54:54.389358+010020216411A Network Trojan was detected192.168.2.549732104.21.64.180TCP
                2025-03-11T07:54:56.325653+010020216411A Network Trojan was detected192.168.2.549733104.21.64.180TCP
                2025-03-11T07:54:58.281331+010020216411A Network Trojan was detected192.168.2.549734104.21.64.180TCP
                2025-03-11T07:55:00.308715+010020216411A Network Trojan was detected192.168.2.549735104.21.64.180TCP
                2025-03-11T07:55:02.489216+010020216411A Network Trojan was detected192.168.2.549736104.21.64.180TCP
                2025-03-11T07:55:04.439977+010020216411A Network Trojan was detected192.168.2.549737104.21.64.180TCP
                2025-03-11T07:55:06.360743+010020216411A Network Trojan was detected192.168.2.549739104.21.64.180TCP
                2025-03-11T07:55:08.317834+010020216411A Network Trojan was detected192.168.2.549740104.21.64.180TCP
                2025-03-11T07:55:10.228263+010020216411A Network Trojan was detected192.168.2.549741104.21.64.180TCP
                2025-03-11T07:55:12.065446+010020216411A Network Trojan was detected192.168.2.549742104.21.64.180TCP
                2025-03-11T07:55:13.954652+010020216411A Network Trojan was detected192.168.2.549743104.21.64.180TCP
                2025-03-11T07:55:15.856258+010020216411A Network Trojan was detected192.168.2.549744104.21.64.180TCP
                2025-03-11T07:55:17.791208+010020216411A Network Trojan was detected192.168.2.549745104.21.64.180TCP
                2025-03-11T07:55:19.914112+010020216411A Network Trojan was detected192.168.2.549746104.21.64.180TCP
                2025-03-11T07:55:21.860579+010020216411A Network Trojan was detected192.168.2.549747104.21.64.180TCP
                2025-03-11T07:55:23.978599+010020216411A Network Trojan was detected192.168.2.549748104.21.64.180TCP
                2025-03-11T07:55:25.939370+010020216411A Network Trojan was detected192.168.2.549749104.21.64.180TCP
                2025-03-11T07:55:27.843444+010020216411A Network Trojan was detected192.168.2.549750104.21.64.180TCP
                2025-03-11T07:55:29.817700+010020216411A Network Trojan was detected192.168.2.549751104.21.64.180TCP
                2025-03-11T07:55:31.614261+010020216411A Network Trojan was detected192.168.2.549752104.21.64.180TCP
                2025-03-11T07:55:33.564772+010020216411A Network Trojan was detected192.168.2.549753104.21.64.180TCP
                2025-03-11T07:55:35.469847+010020216411A Network Trojan was detected192.168.2.549754104.21.64.180TCP
                2025-03-11T07:55:37.567727+010020216411A Network Trojan was detected192.168.2.549755104.21.64.180TCP
                2025-03-11T07:55:39.315351+010020216411A Network Trojan was detected192.168.2.549756104.21.64.180TCP
                2025-03-11T07:55:41.265736+010020216411A Network Trojan was detected192.168.2.549757104.21.64.180TCP
                2025-03-11T07:55:43.100048+010020216411A Network Trojan was detected192.168.2.549758104.21.64.180TCP
                2025-03-11T07:55:44.998273+010020216411A Network Trojan was detected192.168.2.549759104.21.64.180TCP
                2025-03-11T07:55:46.892316+010020216411A Network Trojan was detected192.168.2.549760104.21.64.180TCP
                2025-03-11T07:55:48.721844+010020216411A Network Trojan was detected192.168.2.549761104.21.64.180TCP
                2025-03-11T07:55:50.621887+010020216411A Network Trojan was detected192.168.2.549762104.21.64.180TCP
                2025-03-11T07:55:52.581091+010020216411A Network Trojan was detected192.168.2.549763104.21.64.180TCP
                2025-03-11T07:55:54.426267+010020216411A Network Trojan was detected192.168.2.549764104.21.64.180TCP
                2025-03-11T07:55:56.671279+010020216411A Network Trojan was detected192.168.2.549765104.21.64.180TCP
                2025-03-11T07:55:58.951945+010020216411A Network Trojan was detected192.168.2.549766104.21.64.180TCP
                2025-03-11T07:56:00.867842+010020216411A Network Trojan was detected192.168.2.549767104.21.64.180TCP
                2025-03-11T07:56:02.831033+010020216411A Network Trojan was detected192.168.2.549768104.21.64.180TCP
                2025-03-11T07:56:04.895187+010020216411A Network Trojan was detected192.168.2.549769104.21.64.180TCP
                2025-03-11T07:56:06.841611+010020216411A Network Trojan was detected192.168.2.549770104.21.64.180TCP
                2025-03-11T07:56:08.965733+010020216411A Network Trojan was detected192.168.2.549771104.21.64.180TCP
                2025-03-11T07:56:11.207844+010020216411A Network Trojan was detected192.168.2.549772104.21.64.180TCP
                2025-03-11T07:56:13.147479+010020216411A Network Trojan was detected192.168.2.549773104.21.64.180TCP
                2025-03-11T07:56:15.113086+010020216411A Network Trojan was detected192.168.2.549774104.21.64.180TCP
                TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
                2025-03-11T07:54:13.953898+010028257661Malware Command and Control Activity Detected192.168.2.549707104.21.64.180TCP
                2025-03-11T07:54:16.168617+010028257661Malware Command and Control Activity Detected192.168.2.549708104.21.64.180TCP
                2025-03-11T07:54:17.001876+010028257661Malware Command and Control Activity Detected192.168.2.549709104.21.64.180TCP
                2025-03-11T07:54:18.987534+010028257661Malware Command and Control Activity Detected192.168.2.549710104.21.64.180TCP
                2025-03-11T07:54:20.923387+010028257661Malware Command and Control Activity Detected192.168.2.549711104.21.64.180TCP
                2025-03-11T07:54:23.107166+010028257661Malware Command and Control Activity Detected192.168.2.549712104.21.64.180TCP
                2025-03-11T07:54:25.140365+010028257661Malware Command and Control Activity Detected192.168.2.549713104.21.64.180TCP
                2025-03-11T07:54:27.050863+010028257661Malware Command and Control Activity Detected192.168.2.549715104.21.64.180TCP
                2025-03-11T07:54:29.019322+010028257661Malware Command and Control Activity Detected192.168.2.549716104.21.64.180TCP
                2025-03-11T07:54:30.921832+010028257661Malware Command and Control Activity Detected192.168.2.549718104.21.64.180TCP
                2025-03-11T07:54:32.927945+010028257661Malware Command and Control Activity Detected192.168.2.549720104.21.64.180TCP
                2025-03-11T07:54:34.873598+010028257661Malware Command and Control Activity Detected192.168.2.549722104.21.64.180TCP
                2025-03-11T07:54:36.952208+010028257661Malware Command and Control Activity Detected192.168.2.549723104.21.64.180TCP
                2025-03-11T07:54:38.858169+010028257661Malware Command and Control Activity Detected192.168.2.549724104.21.64.180TCP
                2025-03-11T07:54:40.853898+010028257661Malware Command and Control Activity Detected192.168.2.549725104.21.64.180TCP
                2025-03-11T07:54:42.913075+010028257661Malware Command and Control Activity Detected192.168.2.549726104.21.64.180TCP
                2025-03-11T07:54:44.864883+010028257661Malware Command and Control Activity Detected192.168.2.549727104.21.64.180TCP
                2025-03-11T07:54:46.752490+010028257661Malware Command and Control Activity Detected192.168.2.549728104.21.64.180TCP
                2025-03-11T07:54:48.678124+010028257661Malware Command and Control Activity Detected192.168.2.549729104.21.64.180TCP
                2025-03-11T07:54:50.582945+010028257661Malware Command and Control Activity Detected192.168.2.549730104.21.64.180TCP
                2025-03-11T07:54:52.498080+010028257661Malware Command and Control Activity Detected192.168.2.549731104.21.64.180TCP
                2025-03-11T07:54:54.389358+010028257661Malware Command and Control Activity Detected192.168.2.549732104.21.64.180TCP
                2025-03-11T07:54:56.325653+010028257661Malware Command and Control Activity Detected192.168.2.549733104.21.64.180TCP
                2025-03-11T07:54:58.281331+010028257661Malware Command and Control Activity Detected192.168.2.549734104.21.64.180TCP
                2025-03-11T07:55:00.308715+010028257661Malware Command and Control Activity Detected192.168.2.549735104.21.64.180TCP
                2025-03-11T07:55:02.489216+010028257661Malware Command and Control Activity Detected192.168.2.549736104.21.64.180TCP
                2025-03-11T07:55:04.439977+010028257661Malware Command and Control Activity Detected192.168.2.549737104.21.64.180TCP
                2025-03-11T07:55:06.360743+010028257661Malware Command and Control Activity Detected192.168.2.549739104.21.64.180TCP
                2025-03-11T07:55:08.317834+010028257661Malware Command and Control Activity Detected192.168.2.549740104.21.64.180TCP
                2025-03-11T07:55:10.228263+010028257661Malware Command and Control Activity Detected192.168.2.549741104.21.64.180TCP
                2025-03-11T07:55:12.065446+010028257661Malware Command and Control Activity Detected192.168.2.549742104.21.64.180TCP
                2025-03-11T07:55:13.954652+010028257661Malware Command and Control Activity Detected192.168.2.549743104.21.64.180TCP
                2025-03-11T07:55:15.856258+010028257661Malware Command and Control Activity Detected192.168.2.549744104.21.64.180TCP
                2025-03-11T07:55:17.791208+010028257661Malware Command and Control Activity Detected192.168.2.549745104.21.64.180TCP
                2025-03-11T07:55:19.914112+010028257661Malware Command and Control Activity Detected192.168.2.549746104.21.64.180TCP
                2025-03-11T07:55:21.860579+010028257661Malware Command and Control Activity Detected192.168.2.549747104.21.64.180TCP
                2025-03-11T07:55:23.978599+010028257661Malware Command and Control Activity Detected192.168.2.549748104.21.64.180TCP
                2025-03-11T07:55:25.939370+010028257661Malware Command and Control Activity Detected192.168.2.549749104.21.64.180TCP
                2025-03-11T07:55:27.843444+010028257661Malware Command and Control Activity Detected192.168.2.549750104.21.64.180TCP
                2025-03-11T07:55:29.817700+010028257661Malware Command and Control Activity Detected192.168.2.549751104.21.64.180TCP
                2025-03-11T07:55:31.614261+010028257661Malware Command and Control Activity Detected192.168.2.549752104.21.64.180TCP
                2025-03-11T07:55:33.564772+010028257661Malware Command and Control Activity Detected192.168.2.549753104.21.64.180TCP
                2025-03-11T07:55:35.469847+010028257661Malware Command and Control Activity Detected192.168.2.549754104.21.64.180TCP
                2025-03-11T07:55:37.567727+010028257661Malware Command and Control Activity Detected192.168.2.549755104.21.64.180TCP
                2025-03-11T07:55:39.315351+010028257661Malware Command and Control Activity Detected192.168.2.549756104.21.64.180TCP
                2025-03-11T07:55:41.265736+010028257661Malware Command and Control Activity Detected192.168.2.549757104.21.64.180TCP
                2025-03-11T07:55:43.100048+010028257661Malware Command and Control Activity Detected192.168.2.549758104.21.64.180TCP
                2025-03-11T07:55:44.998273+010028257661Malware Command and Control Activity Detected192.168.2.549759104.21.64.180TCP
                2025-03-11T07:55:46.892316+010028257661Malware Command and Control Activity Detected192.168.2.549760104.21.64.180TCP
                2025-03-11T07:55:48.721844+010028257661Malware Command and Control Activity Detected192.168.2.549761104.21.64.180TCP
                2025-03-11T07:55:50.621887+010028257661Malware Command and Control Activity Detected192.168.2.549762104.21.64.180TCP
                2025-03-11T07:55:52.581091+010028257661Malware Command and Control Activity Detected192.168.2.549763104.21.64.180TCP
                2025-03-11T07:55:54.426267+010028257661Malware Command and Control Activity Detected192.168.2.549764104.21.64.180TCP
                2025-03-11T07:55:56.671279+010028257661Malware Command and Control Activity Detected192.168.2.549765104.21.64.180TCP
                2025-03-11T07:55:58.951945+010028257661Malware Command and Control Activity Detected192.168.2.549766104.21.64.180TCP
                2025-03-11T07:56:00.867842+010028257661Malware Command and Control Activity Detected192.168.2.549767104.21.64.180TCP
                2025-03-11T07:56:02.831033+010028257661Malware Command and Control Activity Detected192.168.2.549768104.21.64.180TCP
                2025-03-11T07:56:04.895187+010028257661Malware Command and Control Activity Detected192.168.2.549769104.21.64.180TCP
                2025-03-11T07:56:06.841611+010028257661Malware Command and Control Activity Detected192.168.2.549770104.21.64.180TCP
                2025-03-11T07:56:08.965733+010028257661Malware Command and Control Activity Detected192.168.2.549771104.21.64.180TCP
                2025-03-11T07:56:11.207844+010028257661Malware Command and Control Activity Detected192.168.2.549772104.21.64.180TCP
                2025-03-11T07:56:13.147479+010028257661Malware Command and Control Activity Detected192.168.2.549773104.21.64.180TCP
                2025-03-11T07:56:15.113086+010028257661Malware Command and Control Activity Detected192.168.2.549774104.21.64.180TCP

                Click to jump to signature section

                Show All Signature Results

                AV Detection

                barindex
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeAvira: detected
                Source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmpMalware Configuration Extractor: Lokibot {"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: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeReversingLabs: Detection: 31%
                Source: Submited SampleIntegrated Neural Analysis Model: Matched 100.0% probability
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic PE information: EXECUTABLE_IMAGE, 32BIT_MACHINE
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic PE information: HIGH_ENTROPY_VA, DYNAMIC_BASE, NX_COMPAT, NO_SEH, TERMINAL_SERVER_AWARE
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_00403D74 FindFirstFileW,FindNextFileW,FindFirstFileW,FindNextFileW,8_2_00403D74

                Networking

                barindex
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49744 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49739 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49744 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49744 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49739 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49739 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49761 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49761 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49761 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49707 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49707 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49707 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024312 - Severity 1 - ET MALWARE LokiBot Application/Credential Data Exfiltration Detected M1 : 192.168.2.5:49707 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49711 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49711 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49711 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49742 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49733 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49749 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49749 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49769 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49749 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49733 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49769 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49769 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49733 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49742 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49742 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49749 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49760 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49711 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49760 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49760 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49742 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49716 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49716 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49739 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49716 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49748 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49748 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49748 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49733 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49736 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49736 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49736 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49755 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49764 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49764 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49764 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49748 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49755 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49710 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49755 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49732 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49709 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49709 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49764 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49710 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49710 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49709 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49757 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49757 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49736 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49709 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49741 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49741 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49741 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49712 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49755 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49712 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49741 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49712 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49753 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49753 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49757 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49753 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49735 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49760 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49725 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49751 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49744 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49761 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49725 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49735 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49710 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49757 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49751 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49751 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49732 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49732 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49751 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49716 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49712 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49729 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49708 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49735 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49739
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49708 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49720 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49708 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49753 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49735 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49720 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49720 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49732 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49756 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49756 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49756 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49720 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024312 - Severity 1 - ET MALWARE LokiBot Application/Credential Data Exfiltration Detected M1 : 192.168.2.5:49708 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49756 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49718 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49718 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49718 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49741
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49718 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49709
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49753
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49745 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49745 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49751
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49745 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49769 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49745 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49722 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49722 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49722 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49772 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49772 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49772 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49752 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49752 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49752 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49772 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49729 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49725 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49729 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49722 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49756
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49711
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49757
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49752 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49758 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49758 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49729 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49758 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49720
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49763 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49763 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49763 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49758 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49716
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49763 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49772
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49727 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49727 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49727 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49723 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49723 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49723 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49771 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49761
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49752
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49771 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49771 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49727 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49762 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49770 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49770 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49770 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49764
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49723 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49770 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49748
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49771 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49725 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49758
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49750 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49750 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49750 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49774 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49774 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49774 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49750 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49759 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49759 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49759 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49774 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49722
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49759 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49723
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49728 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49755
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49732
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49728 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49728 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49747 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49728 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49747 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49747 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49734 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49747 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49771
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49734 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49734 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49760
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49735
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49734 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49762 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49762 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49743 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49743 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49743 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49762 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49765 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49765 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49765 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49765 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49743 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49774
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49736
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49728
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49747
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49754 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49754 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49731 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49754 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49731 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49731 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49754 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49743
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49765
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49759
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49731 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49768 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49768 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49762
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49768 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49768 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49746 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49746 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49746 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49746 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49754
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49724 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49724 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49724 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49750
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49730 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49730 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49730 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49730 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49724 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49746
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49724
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49773 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49773 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49773 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49773 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49766 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49710
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49766 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49766 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49766 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49773
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49725
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49766
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49713 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49713 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49713 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49767 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49767 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49767 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49767 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49713 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49737 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49737 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49737 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49737 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49767
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49737
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49740 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49740 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49740 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49740 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49715 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49715 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49715 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49715 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49740
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49715
                Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49726 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49726 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49726 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49726 -> 104.21.64.1:80
                Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.64.1:80 -> 192.168.2.5:49726
                Source: Malware configuration extractorURLs: http://kbfvzoboss.bid/alien/fre.php
                Source: Malware configuration extractorURLs: http://alphastand.trade/alien/fre.php
                Source: Malware configuration extractorURLs: http://alphastand.win/alien/fre.php
                Source: Malware configuration extractorURLs: http://alphastand.top/alien/fre.php
                Source: Joe Sandbox ViewIP Address: 104.21.64.1 104.21.64.1
                Source: Joe Sandbox ViewIP Address: 104.21.64.1 104.21.64.1
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 180Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 180Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: global trafficHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 153Connection: close
                Source: unknownUDP traffic detected without corresponding DNS query: 1.1.1.1
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_00404ED4 recv,8_2_00404ED4
                Source: global trafficDNS traffic detected: DNS query: touxzw.ir
                Source: unknownHTTP traffic detected: POST /sccc/five/fre.php HTTP/1.0User-Agent: Mozilla/4.08 (Charon; Inferno)Host: touxzw.irAccept: */*Content-Type: application/octet-streamContent-Encoding: binaryContent-Key: D509030Content-Length: 180Connection: close
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:14 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vSv%2FizkJDZnIe3NB0tC0vjv6LyRwHexmNH6sBpD2FDwQktoGx6MGppkMyrpQJwC32hHaMs6%2BXSGJINLB2RTVJrr98HljdjypSGqOV52rya9G6OU4P3NB4c%2B%2BODU%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e923ac1bf642e9-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1672&min_rtt=1672&rtt_var=836&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=418&delivery_rate=0&cwnd=206&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:17 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=BELjgh8sMkHAV9IU5w5XYtoDK9vraCj4goNqo%2BgW6rjGN89pDndoFnrkCAPK3PR7YXoW4%2Frzl%2B1MYG9eeVIJGzrqI1Mv1n7kYC6zxUHhqzsDCq%2Fl5AvGb3w2eV8%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e923bf0d7242e9-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=20626&min_rtt=20626&rtt_var=10313&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=206&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:19 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Rsvab03Sa5jBnHiG5lGl%2BUDb1uiVHV07ld7dc2cEJpRCiHvPXhwbMWg%2B5BNPS%2BF32GoXBNVMGm67JcArjPNz5t%2BbteOk8pND7sS9J5Xe9g6P017QmW7%2BNDvML58%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e923cb2d5442e9-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1642&min_rtt=1642&rtt_var=821&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=206&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:21 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=d9F%2BzVRIKc3TOomGbTKf6o0XY2Woht%2F93%2B5KPPconIflXIwRb3W6MsmxNOtGYaNY8r76ED6BdkKoEsf%2FmAlXbUCGfSVDjs1%2B%2BsHlejePmnGd3LPe04vrYo6tNfs%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e923d74ba2de95-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1651&min_rtt=1651&rtt_var=825&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=119&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:27 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BIGJo5u78rptxxMMKTVk8c7iFADbgXMnKIkcCtcl6sMdZ2LtodeLgwuJk43h32tgoPdDhvhHvmQmm9pVnRN0oJASEBk7HDntfdZ7YL0lKiv2Ltog52M06N4Ot0w%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e923fd8fb54e4d-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2032&min_rtt=2032&rtt_var=1016&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=77&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:29 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wEabtKyO%2FqsM%2FPYQU7HvFUXNcaRH4R%2FmvOFUEWxEWFgtwMTWP6%2BZuNH67%2F1mXDI41yofAauT9Ax4w28pkMvj6EUz5%2FbpHr89ByyCVJo4xiaHB5Q87nQU4dHKGLI%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92409de387c6a-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1949&min_rtt=1949&rtt_var=974&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=164&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:33 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=R443uWidufy7eNol%2BE%2Fdw%2FfxlTNewHa1fA6dahcadKd9wr7nYPCz1diHjvTAwkiy69anY%2BmvFXmkOt1o%2B46KV5NiVigmptejHkrJZ%2BVNv61aDBRBkn7ru0Ke%2Fow%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92422794f8ca1-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2187&min_rtt=2187&rtt_var=1093&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=181&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:35 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=c2j3SNRclfbwbp1xeo3bbEsR9E%2B9AC%2F4VCxTVr%2F%2F2bYPEjSAegiRXjdOtWfBhCAirNFWO%2FI9x9%2BqXKq4OCHzxdyeO%2BP%2F9DoG%2BIAderGUeBAF6k7BShRqGZRB2Y0%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e9242edd4f8ca1-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2001&min_rtt=2001&rtt_var=1000&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=181&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:37 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4gOdF20%2BUzgBz84wr%2F6LtflUqhVkgPq26lIVcENF1tFA0VNSayxjw2Eut6bAoYSKLDcBHAv6Lh0n2mTqiQOWQfaWy2xDfyHJ9zAVqTowMnsTrGoRuj7UqLEb7fc%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e9243b7ed7c358-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1625&min_rtt=1625&rtt_var=812&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=150&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:39 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TrBQVk818qe6RJ%2BU7v48FKqpMNqbkvV77Kg9c9TdTpuMythFcwkPKwwRT9rE3XGgisRtAxQlo9ReYsGsdbAvNw1rUuIzMGLhKvkl9m56VFOuh6MsKeCn4t7GIJM%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92447a8a84414-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=40074&min_rtt=40074&rtt_var=20037&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=186&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:41 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0xQ7U8E8rB7uHF1o88H4MCVdoq39UAFe8gFdTyHFmLPKfvt3qYxroUQnatOeVvyodYppKU1Dm852tguRBegwBn4e8SrjGe8z1VlEveT54slmr0heOmuLMuK6W%2BQ%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92453e919de95-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1628&min_rtt=1628&rtt_var=814&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=119&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:43 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jGvppWj88snRvsiMaQgejILXk5zEANnX3BucZalwB%2FOTTVWSXUm6agwuLfcsiWaBBxhDAZ0kc9RSyA%2BO3yV5mUZJABk%2BejHtysuUbPZAoNLqPTsvZhE4xddVNoE%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92460cd054414-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=3459&min_rtt=3459&rtt_var=1729&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=186&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:47 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Qe1tVr1Wb%2B9teDTGHO2QLYiiEl1xNeMbbaKzOKM3z224nFqEmeYWNbnDtRM2Yfyw3llXmU0akZSraGK90lEHOWxXenOuJXM9IMpCRBGxoaYO2Or1QVI6Kd1jNxI%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92478cd26de95-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1632&min_rtt=1632&rtt_var=816&sent=2&recv=4&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=119&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:54:55 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=a20g1vZFQMxGYGwU3RK7EDQkLi1i%2Fqy%2FILtyIiymw2FmPWRJxS3m6D1nJJYnleXTbgFekV2h4iCrIiREwf%2FZK8MrMtsH45a05A%2BdM7uE6tG3tooE5A0ctJcMj2g%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e924a899624414-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1710&min_rtt=1710&rtt_var=855&sent=2&recv=4&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=186&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:01 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=w1%2F%2Bj1xrJyhCk92%2Bq%2FkysBJvVL%2BQjrRjQNnRlVWyD7Qf1vmbv4JZk2QWwgi6pLBuRlxBBcbLzP3GR8InmuGh1rsqHYfsfXFzzXlOb%2FpEG2ZBeT4rfCkZ6YfBgQQ%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e924cdac82de95-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1647&min_rtt=1647&rtt_var=823&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=119&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:03 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Z5Ookaba4FT9O7xjqu%2F8O5kMEpZXcUGVJJjhtfwjjV0XVrpUkAHiqJtaz0ep2t0vnBOR1ySWsbv99vk%2FL98g4XzPeVV9UZZzTp1aqrJG9qDJgJpq1MTOz6cEoTo%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e924db4b5ec358-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1580&min_rtt=1580&rtt_var=790&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=150&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:05 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3HlrwSmYjGcyhniZbBTcEKQITAgQ3MVc3NXmbi1HuPH7jpAmqgwnM%2Fu03BHFSHadhDDOb%2FJ%2F%2FrdkLfXPv15nP5aBczwZtDhKhKsyPgEHuClWVtVrtit5OwnumI8%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e924e75e7c42e9-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1675&min_rtt=1675&rtt_var=837&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=206&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:07 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vkFquDxHW2a6%2B4Ilmvj3PnvritmwC7WE%2F47C2t3motPeIXvd4J%2B2qTvqwNnjdPfdmMSGNi9NFAGqP5kTVLF9rqaOaL586xFNz0yAeS2zf3NuZhjHRKzqPyyQIPE%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e924f35f478ca1-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1890&min_rtt=1890&rtt_var=945&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=181&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:09 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=BB6FdEQbIDbbddHDhXbHYjdbyQwUEhZoMLfqILiyRK%2Btwfhz7%2ByO3lQ1oKrGieSPhfcNxVpsDDQqQMzWGIy73XkEH6%2FXAhcmK54ypD4hsf%2FNf66zNI2DWRPec7Q%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e924ff7f32b637-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2031&min_rtt=2031&rtt_var=1015&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=73&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:10 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FkXuqCSC888NhVw9kSBouQdKLIhu13F%2Fqt5CKW7zJpmbYKKbPJn%2FZZWGUPP6WNjHaoH5cN3vNFHS4jnzqctZv1XCPHfPKBWMubjBeaYXwcvIVqTtgWQXXcTsvf8%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e9250bbcc54e4d-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2328&min_rtt=2328&rtt_var=1164&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=77&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:14 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ozswSlGNwDV4crA0QZarARVeZa08r42K47%2BYPhSMR%2FNNyG39MtnElQeqvSD54oN95p6RmzxKkBgwzC6bghzzHw1EEg8tsErFEL3mGBr1j%2F7P0Rs7bYouCJSbiTc%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92522bc7f7c6a-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1977&min_rtt=1977&rtt_var=988&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=164&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:20 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=6miSvi2m5gZ80JM96rHjPldCPIVs%2BdFn61qeA2%2FFoNtlSzuaGImYtBCfINRhbsefXF3queL5uciZouLGsd6azQfXlmIu4RJz5YlO5b1OnRL1dpEoEi%2FBDNmGnm4%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92547eb6cb637-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2100&min_rtt=2100&rtt_var=1050&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=73&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:22 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vuO4twihFXJ9YGooa9SVbHp8d4HD0OLg6Th%2BMUFG9mzgq%2FedY5jaQcWTmjsoFf8ccfJNtbddkOLDwMiuSHNbMMP5QhBEvJXcZGtagu3czwsdfKS8ZDtoYiJGYKw%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e9255429157c6a-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1980&min_rtt=1980&rtt_var=990&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=164&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:24 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=DPkuOoboAwBOn35N6XyXqSuvaX30oXtSkv6Yp%2BFo4QsDncMLk5A1Ym3cp6YSolhNMV8jp049Q1gWJ6tB%2B9Twy0ZzqwOkYpmnqVqVYtht%2BRqfZuIL6MeKpsI%2BkWI%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925618f0c4e4d-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1925&min_rtt=1925&rtt_var=962&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=77&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:28 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gruuIGoGxWWq3hdck6xNlqgjCYkJOBhjNVchHTfPQvHMqYlthbbkZZkhzSjyd89NTdLkQK6OKVJMF9gJ4yZgUOQJHBnfQ5IQpPg6HWJUlvOW9fdVU07RK40X5FI%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92579dceab637-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2240&min_rtt=2240&rtt_var=1120&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=73&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:30 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=g8lKapMUTBPSE4ExLwV6R7tE6VKfBi8K2hs5joKuI2Ok4JFTvLc3SMgwykNrSJbrdIg%2BL%2BF%2BRI3MlkzPNZPpWl1t8BP8lSTdkni3j48RFh%2FWkwAutn%2FzqRbWoiE%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92585fc08de95-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1614&min_rtt=1614&rtt_var=807&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=119&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:32 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=N4WXN8r7h%2Fi0Q1plyIf535IQ4ACSXHzBDuqF9x7Jx1I5F1pSabS%2Fed70gaIOtf%2FmRldiYYeHheid7NUqlWr889kF0ueFmfTg55VgaW1EGPMcOWgpBmrHCxl5hLg%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925914867b637-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1965&min_rtt=1965&rtt_var=982&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=73&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:34 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TC3plAe%2BfTi0K9B70%2FUSr3nkB1ZOgtQTCksg6pwiYNMCT74hBWZQrvmmXfcWG1CDrDvsfyRRksvvRRy2oMSfJtnnHBZKCRbIfasC2ZP3k1jh0MzmKGkt%2BQl8M%2B8%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e9259d492ac358-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1601&min_rtt=1601&rtt_var=800&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=150&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:36 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RFnyGyExIyjPkcIvH2cc0ZEQMSUD7NMoYS3qM3wFRTt2mJaLAisAAlO8KEYO05sQnbYvM3tzlA6KKDU%2F0xMIVey1G9z0%2BsKgU69%2B3C10pOcY7NfyGEiV5flIQOI%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925a949c54414-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1622&min_rtt=1622&rtt_var=811&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=186&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:38 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9PgLs6IjzDxW06HArG5hitpV7ywXTuHHUHPLsRPqWImgHHlgzLIk5wNWgvTzM7W0%2Boqr6fZD5DZENZT7G5RNjtn4miJf35r33IeOhOcmy4IQCFRZw4dRsWyF51s%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925b53f1ade95-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1627&min_rtt=1627&rtt_var=813&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=119&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:40 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=r6BaapL1N5CfEmNHk0poxx%2BDqDEt5JJEFR4GMtnzKD7LGxFl%2F4xwFIWFGlwPz1dad7dN7n%2FLUsOlP4bCtH7SN5x%2B%2FwwYB6DEsaseMZEDmsJGRKhoejT8%2FtXe%2B8A%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925c15b5542e9-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1618&min_rtt=1618&rtt_var=809&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=206&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:41 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YCJf4Y7nSJAGClhOLuuEiCK008%2FqSiqXdW%2FLc0sXKrPIzk3nNv5FZ52MrColx3gNAQdiDg3MzL1ptjGbW%2FR12GstDGUmNwAkkLMOCtUEmgaHntm98JeOjv0avEg%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925cdaa3b7c6a-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1940&min_rtt=1940&rtt_var=970&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=164&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:43 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CjAi5K7l%2F2E4PqmXl1r%2FkQ2tE8Q%2BgohS8SkWlmBWeZM%2FStiHoqBxT8Bbpm%2BYbAYXjnhWL%2BaSZ8f23K4Jqq3kSs4vZX6yk1VvCMWZRh9gimyeEzqXLRERQlyJC6g%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925d8d90842e9-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1652&min_rtt=1652&rtt_var=826&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=206&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:45 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=FDudgrSHwoICG87y%2F5R3l%2Bah%2BPmsOuc%2FZmdF9DeYV%2F4s17hlPcPuy5m9O5ORiV96ahpXYifjZEZXV7UHJsmmxnou%2Fmd5CFGA9qpAc2cfIMypWLydFzozpf3jBC4%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925e4c98ede95-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1599&min_rtt=1599&rtt_var=799&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=119&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:47 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yZIG%2FN%2FrLD1DeLIZdFS0CB%2Fl7VlUAvESGfe0ghAA%2BiNjBFhDWT%2Br%2BK7pFryR04aiG3ckl0FA1MNhWZA61wIlsmahSE9DWFuRl5VCOEXiLQzugNqZ%2FNLlyW6bXwU%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925f0ba72de95-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1555&min_rtt=1555&rtt_var=777&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=119&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:49 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=QqjPwvna7WRjNBuyMcXZWuZjNoq%2Fkg6ISTw6VEExZiYAimP0t87zSYWzQtM8BeBoo%2Ftc2OTkGAE5S5uA0DeLnYAIA4QbvdKwRi7K7p5rk2M4CFNe4Kq5AN6ZcFk%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e925fc1a68c358-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1577&min_rtt=1577&rtt_var=788&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=150&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:51 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=noqj4EiRzVV12qfqOemPDA9nyUScA4tsHYdC01g71IeuMM4sMrO1vWrpZWWhO%2BB9aBfPfN3KnSv9EdwgxF1fN18dO%2BybrLjnhXSYkm46%2Fq6K48XGvkNz44naW20%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e926082a2742e9-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2235&min_rtt=2235&rtt_var=1117&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=206&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:55 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Pd3IXvIkvXyC28uxLScQgJ4KhAxs4ie9iweTX54SWDavYkRbFmI8Ll9%2FzUbf%2Bz9sebtf3O2zwhmGrC%2BCTZOTjw8dkUalYrDrs%2FgRxHXXoiWLssZeq9%2BDnDaeyHU%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e9261fc86b7c6a-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1942&min_rtt=1942&rtt_var=971&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=164&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:57 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YKMzQH5xKO2iYN7XGjxJFBtbmTp4U2QPpueECw40ApKgDSN%2FYj2zArz1B8bC9KOxTrr%2BXU3fqUsz2fWbQSURqaR8wSFGnKznn22oBlqtjPwg3b6Roe7js4lxIaY%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e9262de8978ca1-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1871&min_rtt=1871&rtt_var=935&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=181&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:55:59 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IUINoPjdmbrduGfnuhwLnOQXwDdeMqt%2FmIL0PQxuDOssPb7buWswayJxCzvsDLjARavLBp%2FiJF0TQUcq3ZwBDY3HGKlaEhRyLllO9vgSswIpnMcaaibeA3Zg3UE%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e9263be918b637-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1964&min_rtt=1964&rtt_var=982&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=73&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:56:01 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=B38hXWLlOBxS9iWKr7zGSmj8AdjGCg3orYXrjlX8GRpw5e5zSM1yIoqj66MuOPlIosGETyrX7QU2A9PkHfsvhSiDrO9t6agc%2FNWKNVQUutCAn4U%2B%2F%2BpEhWsbl1g%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92648297e4e4d-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2033&min_rtt=2033&rtt_var=1016&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=77&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:56:09 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fC5T41yTQWIXsNWX%2FUauJPCFKFQ4gbZnPYT518Dy05pZvoKI%2Fv9k7IWY3CcoknbGytEOas4DTStbuxnDYcdIWrMs7p8Xv11bUj3v6e6nZ0vXvHzoRoCMPf2yj6w%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e9267ab94e7c6a-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1912&min_rtt=1912&rtt_var=956&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=164&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:56:11 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=sJaIMNfSLWzLzA1zIqT3U%2FOcwarhQyw6bBZRWbLFbVFQGSHjqtWxWYYkfC7BvCKS9Gzu92Jx%2FMtZThRtCZ96KhFQx85SrArAuG%2FAAvxW%2FhhZPkiH9xVv2KVHFAU%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92688c9a84414-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1719&min_rtt=1719&rtt_var=859&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=186&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:56:13 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=iiUIoRN53ZiY60fci%2FBK73GkVaaCJZR2cptgN%2Fu4S61QkmjCKYGMs%2F0fTuFl4zIMypyhuNgmAcy%2BLje%2Fc5GzQeUFfSU9rhB5oUIlkgSS3xvavl8QNQjkTNh4Wyk%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e92694eabcb637-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2077&min_rtt=2077&rtt_var=1038&sent=2&recv=4&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=73&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: global trafficHTTP traffic detected: HTTP/1.1 404 Not FoundDate: Tue, 11 Mar 2025 06:56:15 GMTContent-Type: text/html; charset=UTF-8Connection: closeX-Powered-By: PHP/5.4.16Status: 404 Not Foundcf-cache-status: DYNAMICvary: accept-encodingReport-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VSZONWysX4sCsH%2BR5X69BJKp4pwumihXf4cQDurVU81BeY1BOKabLVp9NMtYRiQp67hCh66NLGd9E4FjNExy2o3YHwbALx20QgMSgTXK5hhycCoJIgpqvsrDr14%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 91e926a10cda4e4d-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2010&min_rtt=2010&rtt_var=1005&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=77&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"Data Raw: 08 00 00 00 00 00 00 00 46 69 6c 65 20 6e 6f 74 20 66 6f 75 6e 64 2e Data Ascii: File not found.
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmpString found in binary or memory: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmpString found in binary or memory: http://www.ibsensoftware.com/

                System Summary

                barindex
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
                Source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Loki Payload Author: kevoreilly
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
                Source: 00000000.00000002.1294269374.0000000004BA9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 00000000.00000002.1294269374.0000000004BA9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 00000000.00000002.1294269374.0000000004BA9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
                Source: 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
                Source: Process Memory Space: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe PID: 5500, type: MEMORYSTRMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: Process Memory Space: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe PID: 1812, type: MEMORYSTRMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
                Source: initial sampleStatic PE information: Filename: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C24200_2_019C2420
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C90F00_2_019C90F0
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C23B20_2_019C23B2
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019CA5120_2_019CA512
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C098A0_2_019C098A
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C09DC0_2_019C09DC
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C09330_2_019C0933
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C08AE0_2_019C08AE
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C08EB0_2_019C08EB
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0B580_2_019C0B58
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0AD60_2_019C0AD6
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0A6F0_2_019C0A6F
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0DAD0_2_019C0DAD
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0DDD0_2_019C0DDD
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0D0D0_2_019C0D0D
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0D410_2_019C0D41
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0CD90_2_019C0CD9
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0C590_2_019C0C59
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0E8F0_2_019C0E8F
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0EDF0_2_019C0EDF
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C0E0A0_2_019C0E0A
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C35490_2_019C3549
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C37480_2_019C3748
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_054243140_2_05424314
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_05424BC90_2_05424BC9
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_082E4AA00_2_082E4AA0
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_082E4EC80_2_082E4EC8
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_082E4ED80_2_082E4ED8
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_082EA0D00_2_082EA0D0
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_082E31E80_2_082E31E8
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_082E32180_2_082E3218
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_082E53100_2_082E5310
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_082E36400_2_082E3640
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_082E36500_2_082E3650
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_0040549C8_2_0040549C
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_004029D48_2_004029D4
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: String function: 0041219C appears 45 times
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: String function: 00405B6F appears 42 times
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000000.00000002.1294770601.00000000053F0000.00000004.08000000.00040000.00000000.sdmpBinary or memory string: OriginalFilenameTL.dll" vs Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000000.00000002.1296759195.000000000A400000.00000004.08000000.00040000.00000000.sdmpBinary or memory string: OriginalFilenameMontero.dll8 vs Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000000.00000000.1265182530.0000000000FF2000.00000002.00000001.01000000.00000003.sdmpBinary or memory string: OriginalFilenamexQgp.exe" vs Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000000.00000002.1280186393.0000000003436000.00000004.00000800.00020000.00000000.sdmpBinary or memory string: OriginalFilenameTL.dll" vs Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000000.00000002.1278153365.00000000015EE000.00000004.00000020.00020000.00000000.sdmpBinary or memory string: OriginalFilenameclr.dllT vs Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000000.00000002.1296479834.0000000009C00000.00000004.00000020.00020000.00000000.sdmpBinary or memory string: OriginalFilenamePowe vs Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000000.00000002.1280186393.0000000003410000.00000004.00000800.00020000.00000000.sdmpBinary or memory string: OriginalFilenameTL.dll" vs Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeBinary or memory string: OriginalFilenamexQgp.exe" vs Compliance_Review_Documents_COSCO20250307_pdf.bat.exe
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic PE information: EXECUTABLE_IMAGE, 32BIT_MACHINE
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: INDICATOR_SUSPICIOUS_GENInfoStealer author = ditekSHen, description = Detects executables containing common artifcats observed in infostealers
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPEMatched rule: INDICATOR_SUSPICIOUS_GENInfoStealer author = ditekSHen, description = Detects executables containing common artifcats observed in infostealers
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPEMatched rule: INDICATOR_SUSPICIOUS_GENInfoStealer author = ditekSHen, description = Detects executables containing common artifcats observed in infostealers
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.unpack, type: UNPACKEDPEMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.unpack, type: UNPACKEDPEMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: INDICATOR_SUSPICIOUS_GENInfoStealer author = ditekSHen, description = Detects executables containing common artifcats observed in infostealers
                Source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: INDICATOR_SUSPICIOUS_GENInfoStealer author = ditekSHen, description = Detects executables containing common artifcats observed in infostealers
                Source: 00000000.00000002.1294269374.0000000004BA9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 00000000.00000002.1294269374.0000000004BA9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 00000000.00000002.1294269374.0000000004BA9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 reference_sample = de6200b184832e7d3bfe00c193034192774e3cfca96120dc97ad6fed1e472080, os = windows, severity = x86, creation_date = 2021-07-20, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = 9ff5d594428e4a5de84f0142dfa9f54cb75489192461deb978c70f1bdc88acda, id = 0f421617-df2b-4cb5-9d10-d984f6553012, last_modified = 2021-08-23
                Source: 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Lokibot hash1 = 6f12da360ee637a8eb075fb314e002e3833b52b155ad550811ee698b49f37e8c, author = JPCERT/CC Incident Response Group, description = detect Lokibot in memory, rule_usage = memory scan, reference = internal research
                Source: Process Memory Space: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe PID: 5500, type: MEMORYSTRMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: Process Memory Space: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe PID: 1812, type: MEMORYSTRMatched rule: Windows_Trojan_Lokibot_1f885282 reference_sample = 916eded682d11cbdf4bc872a8c1bcaae4d4e038ac0f869f59cc0a83867076409, os = windows, severity = x86, creation_date = 2021-06-22, scan_context = file, memory, license = Elastic License v2, threat_name = Windows.Trojan.Lokibot, fingerprint = a7519bb0751a6c928af7548eaed2459e0ed26128350262d1278f74f2ad91331b, id = 1f885282-b60e-491e-ae1b-d26825e5aadb, last_modified = 2021-08-23
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic PE information: Section: .text IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, sIhotFAdThqILrr0mH.csSecurity API names: System.Security.Principal.WindowsPrincipal.IsInRole(System.Security.Principal.WindowsBuiltInRole)
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, sIhotFAdThqILrr0mH.csSecurity API names: System.Security.Principal.WindowsIdentity.GetCurrent()
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, xNLCWUdiN9o7lUJwDt.csSecurity API names: System.IO.DirectoryInfo.SetAccessControl(System.Security.AccessControl.DirectorySecurity)
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, xNLCWUdiN9o7lUJwDt.csSecurity API names: System.Security.Principal.WindowsIdentity.GetCurrent()
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, xNLCWUdiN9o7lUJwDt.csSecurity API names: System.Security.AccessControl.FileSystemSecurity.AddAccessRule(System.Security.AccessControl.FileSystemAccessRule)
                Source: classification engineClassification label: mal100.troj.spyw.evad.winEXE@7/8@1/1
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_0040650A LookupPrivilegeValueW,AdjustTokenPrivileges,8_2_0040650A
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_0040434D CoInitialize,CoCreateInstance,VariantInit,SysAllocString,VariantInit,VariantInit,SysAllocString,VariantInit,SysFreeString,SysFreeString,CoUninitialize,8_2_0040434D
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeFile created: C:\Users\user\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.logJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMutant created: \Sessions\1\BaseNamedObjects\FDD42EE188E931437F4FBE2C
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeMutant created: NULL
                Source: C:\Windows\System32\conhost.exeMutant created: \Sessions\1\BaseNamedObjects\Local\SM0:7856:120:WilError_03
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeFile created: C:\Users\user\AppData\Local\Temp\__PSScriptPolicyTest_a13ph5i2.0va.ps1Jump to behavior
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic PE information: Section: .text IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic file information: TRID: Win32 Executable (generic) Net Framework (10011505/4) 49.83%
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeFile read: C:\Users\user\Desktop\desktop.iniJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Safer\CodeIdentifiersJump to behavior
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeReversingLabs: Detection: 31%
                Source: unknownProcess created: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe"
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess created: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe"
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess created: C:\Windows\System32\conhost.exe C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe"
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess created: C:\Windows\System32\wbem\WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe -secured -Embedding
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess created: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe"Jump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe"Jump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: mscoree.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: apphelp.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: kernel.appcore.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: version.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: vcruntime140_clr0400.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: ucrtbase_clr0400.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: ucrtbase_clr0400.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: uxtheme.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: windows.storage.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: wldp.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: profapi.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: cryptsp.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: rsaenh.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: cryptbase.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: dwrite.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: windowscodecs.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: amsi.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: userenv.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: msasn1.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: gpapi.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: textshaping.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: iconcodecservice.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: propsys.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: edputil.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: urlmon.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: iertutil.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: srvcli.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: netutils.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: windows.staterepositoryps.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: sspicli.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: wintypes.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: appresolver.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: bcp47langs.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: slc.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: sppc.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: onecorecommonproxystub.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: onecoreuapcommonproxystub.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: atl.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: mscoree.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: kernel.appcore.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: version.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: vcruntime140_clr0400.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: ucrtbase_clr0400.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: ucrtbase_clr0400.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: cryptsp.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: rsaenh.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: cryptbase.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: windows.storage.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: wldp.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: msasn1.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: amsi.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: userenv.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: profapi.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: gpapi.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: msisip.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: wshext.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: appxsip.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: opcservices.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: secur32.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: sspicli.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: uxtheme.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: urlmon.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: iertutil.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: srvcli.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: netutils.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: propsys.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: wininet.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: microsoft.management.infrastructure.native.unmanaged.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: mi.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: miutils.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: wmidcom.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: dpapi.dllJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeSection loaded: wbemcomn.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: cryptsp.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: rsaenh.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: cryptbase.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: windows.storage.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: wldp.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: vaultcli.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: wintypes.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: profapi.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: sspicli.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: netapi32.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: samcli.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: samlib.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: userenv.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: dpapi.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: mswsock.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: dnsapi.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: iphlpapi.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: fwpuclnt.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeSection loaded: rasadhlp.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: fastprox.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: ncobjapi.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: wbemcomn.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: wbemcomn.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: kernel.appcore.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: mpclient.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: userenv.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: version.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: msasn1.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: wmitomi.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: mi.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: miutils.dllJump to behavior
                Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: gpapi.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeKey value queried: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{0EE7644B-1BAD-48B1-9889-0281C206EB85}\InprocServer32Jump to behavior
                Source: Window RecorderWindow detected: More than 3 window changes detected
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeFile opened: C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorrc.dllJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles\OutlookJump to behavior
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic PE information: data directory type: IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic PE information: HIGH_ENTROPY_VA, DYNAMIC_BASE, NX_COMPAT, NO_SEH, TERMINAL_SERVER_AWARE

                Data Obfuscation

                barindex
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, xNLCWUdiN9o7lUJwDt.cs.Net Code: p4YMjnXHja System.Reflection.Assembly.Load(byte[])
                Source: Yara matchFile source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: 00000000.00000002.1294269374.0000000004BA9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: Process Memory Space: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe PID: 5500, type: MEMORYSTR
                Source: Yara matchFile source: Process Memory Space: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe PID: 1812, type: MEMORYSTR
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic PE information: 0x958D875B [Mon Jul 5 06:46:51 2049 UTC]
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 0_2_019C1D82 push esp; iretd 0_2_019C1D85
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_00402AC0 push eax; ret 8_2_00402AD4
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_00402AC0 push eax; ret 8_2_00402AFC
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exeStatic PE information: section name: .text entropy: 7.721874955919058
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, m3WyIRCg8SLgutOA5R.csHigh entropy of concatenated method names: 'aIrQLKual5', 'c2hQxf8Sjb', 'gVDQoXKRbq', 'XQEQHaCOBQ', 'HKEQJ4S8o1', 'VesQS4laFj', 'tY3QrsDeon', 'iFVQwkmq1P', 'yeZQvJ0l59', 'd5QQWhqiDo'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, EYNlGOwPNrOHfgdXsi.csHigh entropy of concatenated method names: 'RWhbDB6Hcv', 'epXbdPQbvI', 'imjbIDsGne', 'oAfbU4QH6N', 'CvXb8ZIrfo', 'FxAIApgrkj', 'YyHIsYpHkc', 'vljIqLWvfy', 'FB1I2OVxwk', 'pauI12Ysp6'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, sIhotFAdThqILrr0mH.csHigh entropy of concatenated method names: 'DNjdf430KQ', 'QxedElRea4', 'e77dBfyp3H', 'Vukdy9fDa3', 'vZOdA6hAVj', 'LDOdsXT5UF', 'StydqTYOpa', 'dbSd2OAwnu', 'GQpd1Ve4iY', 'xjYd4LNkSP'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, PWaUBa9gIB570cDx9K.csHigh entropy of concatenated method names: 'ElDr2FlstA', 'pD6r4CTH9k', 'preweXxVy6', 'wGlwhDVk8g', 'bMqrG7mtLp', 'KfqrKyHIZF', 'TDhrkel8uA', 'oBfrfr6cm8', 'rc7rE1oTmm', 'yMPrBv3RQA'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, WG2mChlgPXbs4F8Smx.csHigh entropy of concatenated method names: 'CAHvFdGKpi', 'xdwvpkYvqI', 'gH6vVqHZmM', 'wRVvu4EOHU', 'bhivmVk0VK', 'tOMvCQU6mO', 'eLIvZIOVFD', 'HZKv07XQCa', 'SnLvXrQOpJ', 'mavv5XcOCX'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, vRYc9baT81yEUUdquI.csHigh entropy of concatenated method names: 'TktjEUS23', 'IxCLEUQvQ', 'wHNx0lERI', 'FB89loswr', 'O7BHbbiFC', 'rOqnXrbUW', 'qGtTPY8lpy27FQaoNh', 'VP4NjHEvJrjvCHyfaI', 'NR6wgbuNG', 'LHRW9DwQU'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, kbKZRcXjaEk2KM3a2U.csHigh entropy of concatenated method names: 'ToString', 'LBySGQvDs0', 'wCRSpaVcxj', 'bRpSVW9UpK', 'ditSubjoyq', 'APjSmrJqwM', 'pFtSCeE8Pt', 'QCBSZaEmyf', 'G95S00lFuC', 'p2GSXmFqvR'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, ecpbt5m7ThOD4lxODXj.csHigh entropy of concatenated method names: 'CanConvertFrom', 'ConvertFrom', 'ConvertTo', 'sNtOvMY94F', 'vAVOWTRyon', 'Ud7OcqxZFt', 'n3EOOabyvf', 'EZtONKQpI2', 'jwkOPiawyf', 'RXbO7NSkTg'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, kxue8SiW1jY0ssem4s.csHigh entropy of concatenated method names: 'pUqJ54rESk', 'PvUJKkWWL3', 'Hu3Jf00inI', 'HVAJEIGlaf', 'U8rJpt1Vqh', 'ILAJVivY3H', 'RupJuiKFtA', 'S8LJmXxmkm', 'EBwJCH8tEE', 'cx9JZSyjT3'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, PsIWbjpGR4IL9C2aMg.csHigh entropy of concatenated method names: 'UN9WQDsHb5', 'oOcWIfd8WB', 'fhNWbdjVZX', 'g3eWU1Bcqe', 'Wi5Wv9kTMV', 'UwFW8XoWNh', 'Next', 'Next', 'Next', 'NextBytes'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, xNLCWUdiN9o7lUJwDt.csHigh entropy of concatenated method names: 'QG5YDYftR8', 'TCrYiGqDuD', 'eORYd4JdWg', 'U9vYQ8FObH', 'Xx1YILTDyB', 'YECYbyVJGh', 'dJyYUBeD7Y', 'OE4Y8gUfuw', 'xiqY3EkuQd', 'z5MYROSVJ7'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, sx8TJemaciqY5sMjbmv.csHigh entropy of concatenated method names: 'ToString', 'P6qcokCJOF', 'zGrcHODwoW', 'm9dcnuQw82', 'ytYcF8fAWT', 'FyWcpIws2q', 'NeKcVtJqB6', 'Ngkcu2gh9R', 'I9uIsAS6wTlDK8QYHkr', 'aJQMXIS7uGFU5aeGCS0'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, KyRgjOkiZ5Nslg8qSY.csHigh entropy of concatenated method names: 'QLSvJtNJc5', 'l67vrG2DWr', 'CXWvvBpdGF', 'AGXvcWI5LH', 'fS4vNIq6y2', 'Yamv7EmCOF', 'Dispose', 'rCLwiCNeP2', 'ow9wdw8aiQ', 'JhBwQb5CiR'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, XX2A0RmoOsdG1qGEeki.csHigh entropy of concatenated method names: 'CanConvertFrom', 'ConvertFrom', 'ConvertTo', 'TQfWGWjbBb', 'Ak2WKONgb2', 'OukWkR6gZh', 'ISuWfycTyw', 'puCWE1bHKL', 'iEbWBjHMEs', 'vm4WyAqU9a'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, nHFqwQbhCukQ14VFOA.csHigh entropy of concatenated method names: 'CwVI6I3IyB', 'fx8I92hv30', 'I0PQVBhLI2', 'GhSQuCKMcV', 'tWAQmMbfot', 'vhPQC7esP3', 'gNlQZtjtAK', 'PUEQ0SOgXa', 'omUQXnkdAQ', 'eCAQ5RO5ii'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, K01tTf5QPRB9Y00nRu.csHigh entropy of concatenated method names: 'AThToJBcxL', 'm3rTHSXp45', 'paFTFXHii5', 'mCpTpEeiif', 'u3yTuZeQEe', 'I4JTmkObSU', 'EM1TZof01j', 'ITtT0cl4GP', 'fKAT5FffJP', 'h2kTGoUUsH'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, VX8jgYmmYPFVQvW76Xb.csHigh entropy of concatenated method names: 'ANeW4tWcqg', 'tWKWzp2KcS', 'YoAcegvx8x', 'BWEchvp5fs', 'H81ctVruqu', 'bAxcYJSCek', 'NF9cMEQisn', 'FKmcD2g1k9', 'foZciX82SB', 'XCOcdqYgbS'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, lUN8ptqJijo8gq5bdg.csHigh entropy of concatenated method names: 'Dispose', 'zSUh1MAQtE', 'CnWtp03Kak', 'aOuOAEXSVD', 'Yi6h4GwCws', 'LJyhzuocfK', 'ProcessDialogKey', 'Y5bteqHsg6', 'Tj0thkhPk0', 'SLktt9qMdV'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, VdcUg474mBdYK8lCOG.csHigh entropy of concatenated method names: 'XOchUVn3tN', 'vpVh8uFFv2', 'OdkhRybmCs', 'WRPhgG96g7', 'mwohJHheAd', 'LK0hSSgw2H', 'oCpDMmOiwhKvGbUY53', 'o3H27nuyEf7oJobZW8', 'h7RhhhyANK', 'N6nhYMXURX'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, l1QNFuzATKLiWfLjxi.csHigh entropy of concatenated method names: 'AvMWxmPAP0', 'FfEWoXWSy2', 'SfsWHv27lh', 'lDeWF0QAIi', 'GxDWpZh0ai', 'A4FWu8Clq4', 'z3aWm8iKZP', 'yrZW7GTESX', 'FyOWasoZ5N', 'o9vWlnvqcm'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, MHaaT0TidClwmfhij4.csHigh entropy of concatenated method names: 'sHoUapKPvF', 'Bd3UlylAOs', 'zsBUjLbk22', 'JbOULaI3iT', 'MICU6slT6c', 'PGeUxC0AAS', 'GdVU9MywtP', 'd2PUoKxYKA', 'elHUHMHljs', 'uQkUnUkiLF'
                Source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.a400000.5.raw.unpack, xLFXAO1RyFCKsTpU31.csHigh entropy of concatenated method names: 'Jk4NILTMiWP3sBLCngK', 'cEJZrMTjqWUHWoYwBRD', 'x0fbwC576L', 'P7ybvRlBkO', 'OMNbWEgre1', 'IanRfXTRaMXy02j7CrU', 'xkPYBmTc0tNdxFVjIIb'

                Hooking and other Techniques for Hiding and Protection

                barindex
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeFile opened: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\BitLocker\BitLocker.psd1Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeFile opened: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\BitLocker\BitLocker.psd1Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeFile opened: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\BitLocker\BitLocker.psd1Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeFile opened: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\BitLocker\en-US\BitLocker.psd1Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeFile opened: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\BitLocker\en-US\BitLocker.psd1Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeFile opened: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\BitLocker\BitLocker.psd1Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeFile opened: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\BitLocker\en-US\BitLocker.psd1Jump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: 19C0000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: 33A0000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: 53A0000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: 59C0000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: 69C0000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: 6AF0000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: 7AF0000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: BB60000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: A460000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: CB60000 memory reserve | memory write watchJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeThread delayed: delay time: 922337203685477Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeThread delayed: delay time: 922337203685477Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeWindow / User API: threadDelayed 5927Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeWindow / User API: threadDelayed 3789Jump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe TID: 8184Thread sleep time: -922337203685477s >= -30000sJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe TID: 8292Thread sleep time: -6456360425798339s >= -30000sJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe TID: 7760Thread sleep time: -420000s >= -30000sJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe TID: 7760Thread sleep time: -60000s >= -30000sJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeLast function: Thread delayed
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_00403D74 FindFirstFileW,FindNextFileW,FindFirstFileW,FindNextFileW,8_2_00403D74
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeThread delayed: delay time: 922337203685477Jump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeThread delayed: delay time: 922337203685477Jump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeThread delayed: delay time: 60000Jump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeThread delayed: delay time: 60000Jump to behavior
                Source: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe, 00000008.00000002.2518184221.0000000000C68000.00000004.00000020.00020000.00000000.sdmpBinary or memory string: Hyper-V RAW%SystemRoot%\system32\mswsock.dll
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess information queried: ProcessInformationJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_0040317B mov eax, dword ptr fs:[00000030h]8_2_0040317B
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: 8_2_00402B7C GetProcessHeap,RtlAllocateHeap,8_2_00402B7C
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess token adjusted: DebugJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess token adjusted: DebugJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory allocated: page read and write | page guardJump to behavior

                HIPS / PFW / Operating System Protection Evasion

                barindex
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess created: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe"
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess created: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe"Jump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeMemory written: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe base: 400000 value starts with: 4D5AJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess created: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe"Jump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe "C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe"Jump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeQueries volume information: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exe VolumeInformationJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeQueries volume information: C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll VolumeInformationJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeQueries volume information: C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll VolumeInformationJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeQueries volume information: C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll VolumeInformationJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeQueries volume information: C:\Windows\Fonts\micross.ttf VolumeInformationJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeQueries volume information: C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualBasic\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Features-Package0313~31bf3856ad364e35~amd64~~10.0.19041.1949.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\Microsoft.NET\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\Microsoft.NET\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\ VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Features-Package0313~31bf3856ad364e35~amd64~~10.0.19041.1949.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Features-Package0313~31bf3856ad364e35~amd64~~10.0.19041.1949.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-GroupPolicy-ClientTools-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.1949.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-AppManagement-AppV-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.1949.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\Microsoft.NET\assembly\GAC_32\Microsoft.Management.Infrastructure.Native\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Management.Infrastructure.Native.dll VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\AppvClient\Microsoft.AppV.AppVClientPowerShell.dll VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\Microsoft.NET\assembly\GAC_32\Microsoft.AppV.AppvClientComConsumer\v4.0_10.0.0.0__31bf3856ad364e35\Microsoft.AppV.AppvClientComConsumer.dll VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-SecureStartup-Subsystem-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.1865.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-SecureStartup-Subsystem-WOW64-Package~31bf3856ad364e35~amd64~en-GB~10.0.19041.1.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Features-Package0313~31bf3856ad364e35~amd64~~10.0.19041.1949.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Features-Package0313~31bf3856ad364e35~amd64~~10.0.19041.1949.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Features-Package0313~31bf3856ad364e35~amd64~~10.0.19041.1949.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\BitLocker\Microsoft.BitLocker.Structures.dll VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2006.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2006.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.PowerShell.Commands.Management\v4.0_3.0.0.0__31bf3856ad364e35\Microsoft.PowerShell.Commands.Management.dll VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2006.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2006.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2006.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2006.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2006.cat VolumeInformationJump to behavior
                Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeQueries volume information: C:\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2006.cat VolumeInformationJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeKey value queried: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography MachineGuidJump to behavior

                Stealing of Sensitive Information

                barindex
                Source: Yara matchFile source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: 00000000.00000002.1294269374.0000000004BA9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: Process Memory Space: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe PID: 5500, type: MEMORYSTR
                Source: Yara matchFile source: Process Memory Space: Compliance_Review_Documents_COSCO20250307_pdf.bat.exe PID: 1812, type: MEMORYSTR
                Source: Yara matchFile source: dump.pcap, type: PCAP
                Source: Yara matchFile source: 00000008.00000002.2518184221.0000000000C68000.00000004.00000020.00020000.00000000.sdmp, type: MEMORY
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\9bis.com\KiTTY\SessionsJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\Martin PrikrylJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeFile opened: C:\Users\user\AppData\Local\Google\Chrome\User Data\Default\Login DataJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeFile opened: HKEY_CURRENT_USER\Software\Far2\Plugins\FTP\HostsJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeFile opened: HKEY_CURRENT_USER\Software\NCH Software\ClassicFTP\FTPAccountsJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeFile opened: HKEY_CURRENT_USER\Software\FlashPeak\BlazeFtp\SettingsJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeFile opened: HKEY_CURRENT_USER\Software\Far\Plugins\FTP\HostsJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\IncrediMail\IdentitiesJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\OutlookJump to behavior
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: PopPassword8_2_0040D069
                Source: C:\Users\user\Desktop\Compliance_Review_Documents_COSCO20250307_pdf.bat.exeCode function: SmtpPassword8_2_0040D069
                Source: Yara matchFile source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c0e098.3.raw.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 0.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.4c280b8.2.raw.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 8.2.Compliance_Review_Documents_COSCO20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPE
                Source: Yara matchFile source: 00000000.00000002.1294269374.0000000004C28000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: 00000008.00000002.2517847224.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: 00000000.00000002.1294269374.0000000004BA9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
                Source: Yara matchFile source: 00000000.00000002.1280186393.00000000033AA000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
                ReconnaissanceResource DevelopmentInitial AccessExecutionPersistencePrivilege EscalationDefense EvasionCredential AccessDiscoveryLateral MovementCollectionCommand and ControlExfiltrationImpact
                Gather Victim Identity InformationAcquire InfrastructureValid AccountsWindows Management Instrumentation1
                DLL Side-Loading
                1
                Access Token Manipulation
                1
                Masquerading
                2
                OS Credential Dumping
                11
                Security Software Discovery
                Remote Services1
                Email Collection
                1
                Encrypted Channel
                Exfiltration Over Other Network MediumAbuse Accessibility Features
                CredentialsDomainsDefault AccountsScheduled Task/JobBoot or Logon Initialization Scripts111
                Process Injection
                11
                Disable or Modify Tools
                2
                Credentials in Registry
                1
                Process Discovery
                Remote Desktop Protocol1
                Archive Collected Data
                3
                Ingress Tool Transfer
                Exfiltration Over BluetoothNetwork Denial of Service
                Email AddressesDNS ServerDomain AccountsAtLogon Script (Windows)1
                DLL Side-Loading
                31
                Virtualization/Sandbox Evasion
                Security Account Manager31
                Virtualization/Sandbox Evasion
                SMB/Windows Admin Shares2
                Data from Local System
                3
                Non-Application Layer Protocol
                Automated ExfiltrationData Encrypted for Impact
                Employee NamesVirtual Private ServerLocal AccountsCronLogin HookLogin Hook1
                Access Token Manipulation
                NTDS1
                Application Window Discovery
                Distributed Component Object ModelInput Capture113
                Application Layer Protocol
                Traffic DuplicationData Destruction
                Gather Victim Network InformationServerCloud AccountsLaunchdNetwork Logon ScriptNetwork Logon Script111
                Process Injection
                LSA Secrets2
                File and Directory Discovery
                SSHKeyloggingFallback ChannelsScheduled TransferData Encrypted for Impact
                Domain PropertiesBotnetReplication Through Removable MediaScheduled TaskRC ScriptsRC Scripts1
                Deobfuscate/Decode Files or Information
                Cached Domain Credentials13
                System Information Discovery
                VNCGUI Input CaptureMultiband CommunicationData Transfer Size LimitsService Stop
                DNSWeb ServicesExternal Remote ServicesSystemd TimersStartup ItemsStartup Items3
                Obfuscated Files or Information
                DCSyncRemote System DiscoveryWindows Remote ManagementWeb Portal CaptureCommonly Used PortExfiltration Over C2 ChannelInhibit System Recovery
                Network Trust DependenciesServerlessDrive-by CompromiseContainer Orchestration JobScheduled Task/JobScheduled Task/Job12
                Software Packing
                Proc FilesystemSystem Owner/User DiscoveryCloud ServicesCredential API HookingApplication Layer ProtocolExfiltration Over Alternative ProtocolDefacement
                Network TopologyMalvertisingExploit Public-Facing ApplicationCommand and Scripting InterpreterAtAt1
                Timestomp
                /etc/passwd and /etc/shadowNetwork SniffingDirect Cloud VM ConnectionsData StagedWeb ProtocolsExfiltration Over Symmetric Encrypted Non-C2 ProtocolInternal Defacement
                IP AddressesCompromise InfrastructureSupply Chain CompromisePowerShellCronCron1
                DLL Side-Loading
                Network SniffingNetwork Service DiscoveryShared WebrootLocal Data StagingFile Transfer ProtocolsExfiltration Over Asymmetric Encrypted Non-C2 ProtocolExternal Defacement
                Hide Legend

                Legend:

                • Process
                • Signature
                • Created File
                • DNS/IP Info
                • Is Dropped
                • Is Windows Process
                • Number of created Registry Values
                • Number of created Files
                • Visual Basic
                • Delphi
                • Java
                • .Net C# or VB.NET
                • C, C++ or other language
                • Is malicious
                • Internet

                This section contains all screenshots as thumbnails, including those not shown in the slideshow.