Analysis

  • user interaction
    yes
  • max time kernel
    901s
  • max time network
    465s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    22/08/2026, 08:48

General

  • Target
    ATLAS.Link.Setup-2.0.4.exe
  • Size 129.3MB
  • Sample260822-kqlclaxset
  • SHA256 a5a275214a13b9c611277eb259769d13aa39b6a1fbd5a1774560ee97965a6653
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Executes dropped EXE 2 IoCs
  • Loads dropped DLL 10 IoCs
  • Checks installed software on the system 1 TTPs

    Looks up Uninstall key entries in the registry to enumerate software on the system.

  • Contacts third-party web service commonly abused for C2 1 TTPs 3 IoCs

    Legitimate web (hosting) services can be abused by malware authors to host malware or C2s.

  • Discovers running processes 1 TTPs 1 IoCs

    Running process information can be used to identify security tools or plan follow-on actions.

  • Command and Scripting Interpreter: PowerShell 1 TTPs 64 IoCs

    Using powershell.exe command.

  • Enumerates physical storage devices 1 TTPs

    Attempts to interact with connected storage/optical drive(s).

  • Executes a command shell one-liner 1 TTPs 64 IoCs

    Execution of a cmd.exe one-liner (/c "close" or /k "keep") is a common script/loader stage.

  • System Location Discovery: System Language Discovery 1 TTPs 2 IoCs

    Attempt gather information about the system language of a victim in order to infer the geographical location of that host.

  • System Network Configuration Discovery: Internet Connection Discovery 1 TTPs 1 IoCs

    Adversaries may check for Internet connectivity on compromised systems.

  • Inno Setup is an open-source installation builder for Windows applications. 3 IoCs

    Inno Setup installer

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 1 IoCs
  • Suspicious use of SetWindowsHookEx 1 IoCs
  • Suspicious use of WriteProcessMemory 64 IoCs

Processes

  • C:\Users\Admin\AppData\Local\Temp\ATLAS.Link.Setup-2.0.4.exe
    "C:\Users\Admin\AppData\Local\Temp\ATLAS.Link.Setup-2.0.4.exe"
    1⤵
    • System Location Discovery: System Language Discovery
    • Suspicious use of WriteProcessMemory
    PID:3716
    • C:\Users\Admin\AppData\Local\Temp\is-71850112MH.tmp\ATLAS.Link.Setup-2.0.4.tmp
      "C:\Users\Admin\AppData\Local\Temp\is-71850112MH.tmp\ATLAS.Link.Setup-2.0.4.tmp" /SL5="$400B8,133875677,888832,C:\Users\Admin\AppData\Local\Temp\ATLAS.Link.Setup-2.0.4.exe"
      2⤵
      • Executes dropped EXE
      • Loads dropped DLL
      • System Location Discovery: System Language Discovery
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of FindShellTrayWindow
      • Suspicious use of WriteProcessMemory
      PID:3712
      • C:\Users\Admin\AppData\Local\ATLAS Link\ATLAS Link.exe
        "C:\Users\Admin\AppData\Local\ATLAS Link\ATLAS Link.exe"
        3⤵
        • Executes dropped EXE
        • Loads dropped DLL
        • Suspicious use of SetWindowsHookEx
        • Suspicious use of WriteProcessMemory
        PID:692
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:4876
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:2596
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c tasklist /FI "IMAGENAME eq FortniteClient-Win64-Shipping.exe"
          4⤵
          • Executes a command shell one-liner
          • System Network Configuration Discovery: Internet Connection Discovery
          • Suspicious use of WriteProcessMemory
          PID:1584
          • C:\Windows\system32\tasklist.exe
            tasklist /FI "IMAGENAME eq FortniteClient-Win64-Shipping.exe"
            5⤵
            • Discovers running processes
            • Suspicious use of AdjustPrivilegeToken
            PID:2092
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:4740
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:5828
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Suspicious use of WriteProcessMemory
          PID:5040
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:3600
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:6056
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:616
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:3160
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:5680
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:5400
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:2684
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:200
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:1344
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:3128
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:3304
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:500
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:2020
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Suspicious use of WriteProcessMemory
          PID:3404
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:6048
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:4248
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:4304
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:5852
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:900
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:6040
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:5992
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:956
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:4888
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:6028
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:5408
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:2576
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:2164
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:1384
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:3376
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:4848
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:3188
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:2480
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:2996
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:2208
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:4404
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:2712
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:1476
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:2872
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:5104
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:4968
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:4312
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:1808
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:2976
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:4516
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:3368
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:1224
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:3228
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:3760
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:3700
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:1324
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:5916
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:4468
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:5396
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:672
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious use of AdjustPrivilegeToken
            PID:2884
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:5332
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious use of AdjustPrivilegeToken
            PID:1904
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:3212
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious use of AdjustPrivilegeToken
            PID:4788
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:2404
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious use of AdjustPrivilegeToken
            PID:2996
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:5564
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious use of AdjustPrivilegeToken
            PID:3204
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:3424
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Suspicious use of AdjustPrivilegeToken
            PID:1040
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:416
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious use of AdjustPrivilegeToken
            PID:1824
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:2788
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious use of AdjustPrivilegeToken
            PID:4156
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:4200
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious use of AdjustPrivilegeToken
            PID:4428
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
          • Executes a command shell one-liner
          PID:1960
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious use of AdjustPrivilegeToken
            PID:6020
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
          4⤵
            PID:5720
            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
              powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
              5⤵
              • Command and Scripting Interpreter: PowerShell
              • Suspicious use of AdjustPrivilegeToken
              PID:3696
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
            4⤵
            • Executes a command shell one-liner
            PID:248
            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
              powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
              5⤵
              • Command and Scripting Interpreter: PowerShell
              • Suspicious use of AdjustPrivilegeToken
              PID:3792
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
            4⤵
            • Executes a command shell one-liner
            PID:3532
            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
              powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
              5⤵
              • Command and Scripting Interpreter: PowerShell
              • Suspicious use of AdjustPrivilegeToken
              PID:4768
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
            4⤵
              PID:752
              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                5⤵
                • Command and Scripting Interpreter: PowerShell
                • Suspicious use of AdjustPrivilegeToken
                PID:4352
            • C:\Windows\SYSTEM32\cmd.exe
              cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
              4⤵
              • Executes a command shell one-liner
              PID:4128
              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                5⤵
                • Command and Scripting Interpreter: PowerShell
                • Suspicious use of AdjustPrivilegeToken
                PID:4152
            • C:\Windows\SYSTEM32\cmd.exe
              cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
              4⤵
                PID:4732
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                  5⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious use of AdjustPrivilegeToken
                  PID:1240
              • C:\Windows\SYSTEM32\cmd.exe
                cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                4⤵
                • Executes a command shell one-liner
                PID:2984
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                  5⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious use of AdjustPrivilegeToken
                  PID:4844
              • C:\Windows\SYSTEM32\cmd.exe
                cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                4⤵
                • Executes a command shell one-liner
                PID:3144
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                  5⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious use of AdjustPrivilegeToken
                  PID:2388
              • C:\Windows\SYSTEM32\cmd.exe
                cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                4⤵
                • Executes a command shell one-liner
                PID:5640
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                  5⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious use of AdjustPrivilegeToken
                  PID:792
              • C:\Windows\SYSTEM32\cmd.exe
                cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                4⤵
                • Executes a command shell one-liner
                PID:3200
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                  5⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious use of AdjustPrivilegeToken
                  PID:1096
              • C:\Windows\SYSTEM32\cmd.exe
                cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                4⤵
                • Executes a command shell one-liner
                PID:756
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                  5⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious use of AdjustPrivilegeToken
                  PID:2776
              • C:\Windows\SYSTEM32\cmd.exe
                cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                4⤵
                  PID:3028
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:3828
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:868
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:5384
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:4872
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:712
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:3804
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:4408
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:5916
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:4320
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:1352
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:3108
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:988
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:2156
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:2672
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Suspicious use of AdjustPrivilegeToken
                    PID:2028
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:4544
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:3176
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:2836
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:4800
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:2720
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:1948
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                  • Executes a command shell one-liner
                  PID:4756
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                    5⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious use of AdjustPrivilegeToken
                    PID:2020
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                  4⤵
                    PID:5532
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                      5⤵
                      • Command and Scripting Interpreter: PowerShell
                      • Suspicious use of AdjustPrivilegeToken
                      PID:2648
                  • C:\Windows\SYSTEM32\cmd.exe
                    cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                    4⤵
                    • Executes a command shell one-liner
                    PID:4680
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                      5⤵
                      • Command and Scripting Interpreter: PowerShell
                      PID:5756
                  • C:\Windows\SYSTEM32\cmd.exe
                    cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                    4⤵
                    • Executes a command shell one-liner
                    PID:2492
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                      5⤵
                      • Command and Scripting Interpreter: PowerShell
                      PID:3876
                  • C:\Windows\SYSTEM32\cmd.exe
                    cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                    4⤵
                    • Executes a command shell one-liner
                    PID:1464
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                      5⤵
                      • Command and Scripting Interpreter: PowerShell
                      PID:2396
                  • C:\Windows\SYSTEM32\cmd.exe
                    cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                    4⤵
                    • Executes a command shell one-liner
                    PID:1272
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                      5⤵
                      • Command and Scripting Interpreter: PowerShell
                      PID:4772
                  • C:\Windows\SYSTEM32\cmd.exe
                    cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                    4⤵
                    • Executes a command shell one-liner
                    PID:4708
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                      5⤵
                      • Command and Scripting Interpreter: PowerShell
                      PID:5072
                  • C:\Windows\SYSTEM32\cmd.exe
                    cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                    4⤵
                    • Executes a command shell one-liner
                    PID:2760
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                      5⤵
                      • Command and Scripting Interpreter: PowerShell
                      PID:3360
                  • C:\Windows\SYSTEM32\cmd.exe
                    cmd.exe /c powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID $backendNeedles = @( '/assets/backend/lawinserver/index.js', '/assets/backend/neonite_v2/app.js' ) $logRootNeedle = 'atlas_link_backend_' $logNeedles = @('backend-log-terminal.cmd', 'backend-log-terminal.ps1', 'backend.log') $backendExeNames = @('atlas_lawinserver.exe', 'atlas_neonitev2.exe') $candidateFilter = \"Name='node.exe' OR Name='cmd.exe' OR Name='powershell.exe' OR Name='atlas_lawinserver.exe' OR Name='atlas_neonitev2.exe'\" foreach ($process in Get-CimInstance Win32_Process -Filter $candidateFilter) { $targetPid = [int]$process.ProcessId if ($targetPid -eq $ownPid) { continue } $name = ([string]$process.Name).ToLowerInvariant() $commandLine = [string]$process.CommandLine $command = $commandLine.Replace('\', '/').ToLowerInvariant() $kill = $false if ($name -eq 'node.exe') { foreach ($needle in $backendNeedles) { if ($command.Contains($needle)) { $kill = $true } } } foreach ($backendExeName in $backendExeNames) { if ($name -eq $backendExeName) { $kill = $true } } if ($name -eq 'cmd.exe' -or $name -eq 'powershell.exe') { if ($command.Contains($logRootNeedle)) { foreach ($needle in $logNeedles) { if ($command.Contains($needle)) { $kill = $true } } } } if ($kill) { try { taskkill /F /T /PID $targetPid | Out-Null } catch {} } } "
                    4⤵
                    • Executes a command shell one-liner
                    PID:4152
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -ExecutionPolicy Bypass -Command "$ownPid = $PID
                      5⤵
                      • Command and Scripting Interpreter: PowerShell
                      PID:3224
            • C:\Windows\system32\svchost.exe
              C:\Windows\system32\svchost.exe -k GPSvcGroup
              1⤵
                PID:1380
              • C:\Windows\System32\SecurityHealthHost.exe
                \\?\C:\Windows\System32\SecurityHealthHost.exe {08728914-3F57-4D52-9E31-49DAECA5A80A} -Embedding
                1⤵
                  PID:2436

                Network

                      MITRE ATT&CK Enterprise v16

                      Replay Monitor

                      Loading Replay Monitor...

                      Downloads

                      ATLAS Link.exe

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\ATLAS Link.exe
                      • Size 107KB
                      • SHA256 7182cd705f0ea3a7f48cf6c6f11b006b7dd01effa325a2c84689f35841f8d64f
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      d3dcompiler_47.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\d3dcompiler_47.dll
                      • Size 4.7MB
                      • SHA256 5653bc7b0e2701561464ef36602ff6171c96bffe96e4c3597359cd7addcba88a
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      app.so

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\app.so
                      • Size 8.9MB
                      • SHA256 9efb2d7e112283247243c4a02f55adffbbcefb4b390ec380f30735203736c33c
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      AssetManifest.bin

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\AssetManifest.bin
                      • Size 26KB
                      • SHA256 9c53a4a952402381df31511a683e9bd36c11968814e8f4ea90d135fe04b3edeb
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      FontManifest.json

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\FontManifest.json
                      • Size 724B
                      • SHA256 10f4c023c6fd7569af85d697981b7e7bc64ea03566a9a332b24c872430688e51
                      • MD5 SHA1 SHA512 TLSH

                      NativeAssetsManifest.json

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\NativeAssetsManifest.json
                      • Size 45B
                      • SHA256 9548a31e4a048135c1d94f919328bfb62ae2c7bb3cab96557c7941daa97776cb
                      • MD5 SHA1 SHA512

                      Console.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\dlls\Console.dll
                      • Size 1.2MB
                      • SHA256 10178ede2b5c4d9c99572e4c6ded8482357b0452fceaa48a89f05cb8368749e8
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      Magnesium.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\dlls\Magnesium.dll
                      • Size 4.0MB
                      • SHA256 eb1bcd2278ed8c4f22adf8bcb3bcdf5492d93f5b3c09859b540be5aa7baa35f9
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      Memory.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\dlls\Memory.dll
                      • Size 13KB
                      • SHA256 09678b68e73eeb4463e3b442e0982eba7ff08b07df0614b12a02ed4c9f17fb7a
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      Remix%20Console.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\dlls\Remix%20Console.dll
                      • Size 252KB
                      • SHA256 fe56c7117bb0ecff29194bd6b7f08dd0615282b5a9db4e8ca316e7263b957f98
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      Remix.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\dlls\Remix.dll
                      • Size 1.0MB
                      • SHA256 75b2886a9836e07699f58482e85165aae7136b9bdaae5c14e9d4c99c7e9568c1
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      Starfall.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\dlls\Starfall.dll
                      • Size 24KB
                      • SHA256 322c1f6b0bfdd4b78da8ef38d980a4edf28130fcfb1e385257e1b7eff248dd64
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      Tellurium.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\dlls\Tellurium.dll
                      • Size 17KB
                      • SHA256 e3139acf7d542c895a88267014aefab9ccfba3bcc8ecfdb9765a3aaa1baaa55c
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      discord-rpc.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\dlls\discord-rpc.dll
                      • Size 291KB
                      • SHA256 49f0e72e6b790be8386e06cdb570b67f8f3fd58c4652222cf55c71d1057d5db8
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      atlas_apps.png

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\images\atlas_apps.png
                      • Size 2.6MB
                      • SHA256 2acfb31372c2424379e6e0585113fb093a2abffadfd4214c2f78c7ffe2c5b3b7
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      atlas_banner_v2.png

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\images\atlas_banner_v2.png
                      • Size 2.1MB
                      • SHA256 08e3423a8c4b9c3a27ffb25570afcdbd44f36b304bd773d2af6100572f245689
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      atlas_default_background.webp

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\images\atlas_default_background.webp
                      • Size 2.6MB
                      • SHA256 42073ff4e81e76379b9d77dd4f6e2e82e94ed39d73e16297a7f77b743165ac77
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      atlas_default_video_background.mp4

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\images\atlas_default_video_background.mp4
                      • Size 47.9MB
                      • SHA256 4e55eb3c94c5aca1173ebfa5d2a174749b5557c47137a2f0ed4d66e811048694
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      atlas_logo.png

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\images\atlas_logo.png
                      • Size 451KB
                      • SHA256 a2909c517c1321a7d0b37ab7822c1157d9cb0c145e14efef6f6e54abd7f5b2e4
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      default_pfp.png

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\images\default_pfp.png
                      • Size 298KB
                      • SHA256 dd87d341a70bae8e26347ad1dc6fd89e83cab44e4c9696cd77bb6b6b8acf0386
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      discord.webp

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\images\discord.webp
                      • Size 117KB
                      • SHA256 11bd2afa41b5794311fc2d7ca6b86c0f361b9ce295797ef7052ca7cab04cf205
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      missingasset.webp

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\assets\images\missingasset.webp
                      • Size 2.1MB
                      • SHA256 9e2552d67d1a1ae49678bdf31faf88ca1e7e886a1ff7e98b786a1bf6269c4010
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      MaterialIcons-Regular.otf

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\flutter_assets\fonts\MaterialIcons-Regular.otf
                      • Size 1.6MB
                      • SHA256 d9865b671a09d683d13a863089d8825e0f61a37696ce5d7d448bc8023aa62453
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      icudtl.dat

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\data\icudtl.dat
                      • Size 760KB
                      • SHA256 c12537022ef818991a7bfed41a76d8d6ae962ffbc0e6511ac762a5d0845e7f7c
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      flutter_acrylic_plugin.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\flutter_acrylic_plugin.dll
                      • Size 82KB
                      • SHA256 f15164032e182e8291787240f1f91bfe1b47e78ade9c22193e7402d1fdd3b436
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      flutter_windows.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\flutter_windows.dll
                      • Size 17.7MB
                      • SHA256 9096bfdcab5d1241f6ff1b0d6d5144ae996ba4cfb918acfc84962e5d462a3d08
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      libEGL.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\libEGL.dll
                      • Size 461KB
                      • SHA256 b2590bd0692f0381fc45c20bf1c7f7f713c9ea19c7ea6bab62efdd1fadc4eaac
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      libGLESv2.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\libGLESv2.dll
                      • Size 7.1MB
                      • SHA256 620bb6e38d7ed6c760a0cf4a8eb6a8f64b259b96ff286551cd32cefc6c35ca39
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      libmpv-2.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\libmpv-2.dll
                      • Size 28.4MB
                      • SHA256 d5f0694b08c124e785d858d00082f3e3b158dd9138bfc48c0382bf1eb443a5fc
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      media_kit_libs_windows_video_plugin.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\media_kit_libs_windows_video_plugin.dll
                      • Size 12KB
                      • SHA256 be4149c6624302b8525e6a2b0bae4a40ca288d10afcec5a1b5f729739d85b6c4
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      media_kit_video_plugin.dll

                      • Path C:\Users\Admin\AppData\Local\ATLAS Link\media_kit_video_plugin.dll
                      • Size 147KB
                      • SHA256 3d8f6e6aa4d7897ae1ef199933003d48849023c98b78cf655e4c9e43047789dd
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      StartupProfileData-NonInteractive

                      • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                      • Size 64B
                      • SHA256 bf1aa6ac9ad2aba7c10a908fe04522937f89215eed432273fe494d0b6a827426
                      • MD5 SHA1 SHA512

                      StartupProfileData-NonInteractive

                      • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                      • Size 64B
                      • SHA256 a7de5177c68a64bd48b36d49e2853799f4ebcfa8e4761f7cc472f333dc5f65cf
                      • MD5 SHA1 SHA512

                      __PSScriptPolicyTest_unylh3p0.5cl.ps1

                      • Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_unylh3p0.5cl.ps1
                      • Size 60B
                      • SHA256 96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7
                      • MD5 SHA1 SHA512 TLSH

                      ATLAS.Link.Setup-2.0.4.tmp

                      • Path C:\Users\Admin\AppData\Local\Temp\is-71850112MH.tmp\ATLAS.Link.Setup-2.0.4.tmp
                      • Size 4.2MB
                      • SHA256 b14b3b361c6ed3146292b46d19b854063120db1f62ba1557f72196f0a2ffefef
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      _is7z.dll

                      • Path C:\Users\Admin\AppData\Local\Temp\is-Z7DWH5E697.tmp\_isetup\_is7z.dll
                      • Size 971KB
                      • SHA256 f97cda058bfe97a7e9ced5cde7018bbc26e35155c3c7405c6146808f8d06806d
                      • MD5 SHA1 SHA512 SSDEEP TLSH

                      memory/692-273-0x00007FFB16760000-0x00007FFB18868000-memory.dmp

                      memory/692-233-0x000001D85A830000-0x000001D85A831000-memory.dmp

                      memory/692-236-0x000001D85B030000-0x000001D85B91D000-memory.dmp

                      memory/692-237-0x000001D85B030000-0x000001D85B91D000-memory.dmp

                      memory/692-289-0x00007FFB16760000-0x00007FFB18868000-memory.dmp

                      memory/692-234-0x000001D85B030000-0x000001D85B91D000-memory.dmp

                      memory/692-238-0x000001D85A840000-0x000001D85A841000-memory.dmp

                      memory/2596-248-0x000001D75CEE0000-0x000001D75CF02000-memory.dmp

                      memory/3712-13-0x0000000001460000-0x0000000001461000-memory.dmp

                      memory/3712-12-0x0000000000130000-0x0000000000572000-memory.dmp

                      memory/3712-15-0x0000000000130000-0x0000000000572000-memory.dmp

                      memory/3712-17-0x0000000000130000-0x0000000000572000-memory.dmp

                      memory/3712-6-0x0000000001460000-0x0000000001461000-memory.dmp

                      memory/3712-30-0x0000000000130000-0x0000000000572000-memory.dmp

                      memory/3712-212-0x0000000000130000-0x0000000000572000-memory.dmp

                      memory/3712-235-0x0000000000130000-0x0000000000572000-memory.dmp

                      memory/3716-11-0x00000000009E0000-0x0000000000AC8000-memory.dmp

                      memory/3716-1-0x00000000009E0000-0x0000000000AC8000-memory.dmp

                      memory/3716-240-0x00000000009E0000-0x0000000000AC8000-memory.dmp