Clean
0/100
Nothing scored against this sample. A run reads as suspicious from 35.
Why this verdict
Every layer that ran completed without scoring anything against this sample.
Analysis layers
Structure
What the file is made of: headers, imports, how it was built and whether it was signed.
Sections & resources
How the file is laid out in memory, and what is embedded in it: section roles, access rights, entropy and every resource entry.
Signatures & packing
What matched and what is hidden: YARA rules, capa capabilities, family attribution, packer detection, unpacked payloads and recovered configuration.
Strings
The readable content: embedded secrets, flagged strings and everything extraction recovered.
Code
What the sample would execute: the emulated API call sequence, and the disassembled entry point.
Packer detection looks at a program's entry point, sections and entropy. This file is not a program image, so there was nothing of that kind to assess.
File content
9 lines · 543 bytesThe sample verbatim, shown as inert text - nothing here is interpreted by this page.
# Collects a short inventory of the machine and writes it beside itself.
$report = Join-Path $env:TEMP "inventory.txt"
"host: $env:COMPUTERNAME" | Out-File $report
"user: $env:USERNAME" | Out-File $report -Append
Get-Process | Select-Object -First 15 Name, Id | Out-File $report -Append
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" |
Select-Object ProductName, CurrentBuild | Out-File $report -Append
Get-ChildItem "$env:USERPROFILE\Desktop" | Out-File $report -Append
Get-Content $report | Select-Object -First 5
Extracted strings
showing 9- # Collects a short inventory of the machine and writes it beside itself.
- $report = Join-Path $env:TEMP "inventory.txt"
- "host: $env:COMPUTERNAME" | Out-File $report
- "user: $env:USERNAME" | Out-File $report -Append
- Get-Process | Select-Object -First 15 Name, Id | Out-File $report -Append
- Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" |
- Select-Object ProductName, CurrentBuild | Out-File $report -Append
- Get-ChildItem "$env:USERPROFILE\Desktop" | Out-File $report -Append
- Get-Content $report | Select-Object -First 5
No strings match this filter.
Stack and decoded strings were not recovered: this file format is not eligible for string emulation. Only literal strings present in the file are listed above.
Nothing in this view
This sample produced no results for this part of the static analysis.
Screen recording
12 frames · screen recording · 140sBehavior summary
ran 140s2 process(es) observed
No WMI attributed to the sample. The WMI-Activity trace was running and recorded 928 operations on the machine during the run; none of them came from the sample's process tree.
Deobfuscated scripts
2 blocksPowerShell script blocks the sample executed, as PowerShell itself logged them (event 4104) - so an encoded or Invoke-Expression-decoded payload is captured in its final, deobfuscated form, the way it actually ran.
$global:?
# Collects a short inventory of the machine and writes it beside itself.
$report = Join-Path $env:TEMP "inventory.txt"
"host: $env:COMPUTERNAME" | Out-File $report
"user: $env:USERNAME" | Out-File $report -Append
Get-Process | Select-Object -First 15 Name, Id | Out-File $report -Append
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" |
Select-Object ProductName, CurrentBuild | Out-File $report -Append
Get-ChildItem "$env:USERPROFILE\Desktop" | Out-File $report -Append
Get-Content $report | Select-Object -First 5
No network activity - the run was isolated
This detonation was given no internet connection, so a sample that wanted to reach out could not. An empty section here says nothing about whether it tried.
Process tree
What ran during the detonation, and what each process did. Select a node to see the activity attributed to it.
system-inventory.ps1
2 processesAttributed activity
Nothing in this run was attributed to this process. That is not the same as "it did nothing" - it means no captured operation carried its pid.
Not attributed to any process
2 kindsThese operations were captured but carry no pid this tree could match, so they are not shown against any node above.
Established mechanisms
cleanNo persistence established
None of the 90 auto-start methods below were established during this run.
Detection coverage
0 / 90Every auto-start method checked on this sample, grouped by family. A method with no result is reported clean.
- Active Setup Installed Component T1547.014 clean
- Explorer Delay-Load Object T1547.001 clean
- Explorer Run Key T1547.001 clean
- Explorer SharedTaskScheduler T1547.001 clean
- Group Policy Extension DLL T1547.004 clean
- Group Policy Run Key T1547.001 clean
- Logon Script T1037.001 clean
- RDP WDS Startup Program T1547.001 clean
- Registry Run Key T1547.001 clean
- Registry RunEx Key T1547.001 clean
- Registry RunOnce Key T1547.001 clean
- Registry RunOnceEx Key T1547.001 clean
- Registry RunServices Key T1547.001 clean
- Startup Folder Item T1547.001 clean
- Startup Folder Redirection T1547.001 clean
- Terminal Services Initial Program T1547.001 clean
- Winlogon GINA DLL T1547.004 clean
- Winlogon MPNotify Value T1547.004 clean
- Winlogon Notify Package T1547.004 clean
- Winlogon Shell Value T1547.004 clean
- Winlogon Taskman Value T1547.004 clean
- Winlogon Userinit Value T1547.004 clean
- BITS Job T1197 clean
- Print Monitor DLL T1547.010 clean
- Print Processor DLL T1547.012 clean
- Scheduled Task T1053.005 clean
- Scheduled Task Registry Implant T1053.005 clean
- Service Control Manager Security Descriptor T1574.011 clean
- Service DLL Hijack T1543.003 clean
- Time Provider DLL T1547.003 clean
- Windows Service Creation T1543.003 clean
- .NET Managed Debugger T1546.012 clean
- Accessibility Tool Hijack T1546.008 clean
- AeDebug Postmortem Debugger T1546.012 clean
- App Paths Hijack T1546.012 clean
- Application Shim Database T1546.011 clean
- Boot Verification Program T1547.002 clean
- Command Processor AutoRun T1546.011 clean
- Explorer Load Value T1547.001 clean
- Explorer MyComputer Tool Hijack T1546.001 clean
- Registry Image File Execution Options T1546.012 clean
- Screensaver Hijack T1546.002 clean
- Setup ErrorHandler Script T1546 clean
- Shell Open Command Hijack T1546.001 clean
- SilentProcessExit Monitor T1546.012 clean
- Telemetry Controller Command T1546.015 clean
- WER ReflectDebugger T1546.012 clean
- Windows Error Reporting Debugger T1546.012 clean
- .NET CLR Profiler DLL T1574.012 clean
- .NET Startup Hook DLL T1574 clean
- AppCert DLLs T1546.009 clean
- AppInit DLLs T1546.010 clean
- AutodialDLL Winsock Injection T1546.006 clean
- DLL Search-Order Hijack T1574.001 T1574.002 clean
- DNS Server Plugin DLL T1574.001 clean
- HTML Help Helper DLL T1546 clean
- KnownDLLs Manipulation T1574.001 clean
- Natural Language Platform DLL Override T1546 clean
- Netsh Helper DLL T1546.007 clean
- Winsock Layered Service Provider T1546.006 clean
- Browser Extension T1176 clean
- Browser Helper Object T1176 clean
- COM Server Hijack T1546.015 clean
- HTML Help COM Object Hijack T1546.015 clean
- Shell Context Menu Handler T1546.001 clean
- Shell Extension Handler T1546.001 clean
- Account RID Hijack T1098 clean
- AMSI Provider T1562.001 clean
- Credential Provider T1547.014 clean
- DSRM Admin Logon Backdoor T1556 clean
- Hidden Local Account T1136.001 clean
- LSA Authentication Package T1547.002 clean
- LSA Extension DLL T1547.005 clean
- LSA Notification Package T1547.005 clean
- LSA Security Package T1547.005 clean
- Network Provider DLL T1556.008 clean
- Security Support Provider T1547.005 clean
- Netsh Port Proxy T1090.001 clean
- Office Add-in T1137.006 clean
- Office Executable Sideload T1574.002 clean
- Office Startup Template T1137.001 clean
- Office Test Key T1137.002 clean
- Power Automate Flow T1546 clean
- PowerShell Profile T1546.013 clean
- Windows Terminal Startup Action T1546 clean
- WMI Event Subscription T1546.003 clean
- BootExecute Native Image T1547.002 clean
- PlatformExecute Native Image T1547.002 clean
- SetupExecute Native Image T1547.002 clean
- UEFI / Bootkit Artifact T1542.003 T1542.001 clean
File activity summary
File & registry ops
2 file · 0 registry · sample scope
| Operation | Target | Process | |
|---|---|---|---|
| create |
C:\Users\user\AppData\Local\Temp\inventory.txt
|
powershell.exe pid 4144 | 2026-09-07 21:26:01.988 |
| modify |
C:\Users\user\AppData\Local\Temp\inventory.txt
|
- | 2026-09-07 21:26:01.988 |
| create |
Software\Microsoft\SystemCertificates\CA
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Policies\Microsoft\SystemCertificates\CA
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\EnterpriseCertificates\CA
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\SystemCertificates\Disallowed
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Policies\Microsoft\SystemCertificates\Disallowed
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\EnterpriseCertificates\Disallowed
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\SystemCertificates\Root
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\SystemCertificates\AuthRoot
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Policies\Microsoft\SystemCertificates\Root
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\EnterpriseCertificates\Root
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\SystemCertificates\SmartCardRoot
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\SystemCertificates\TrustedPeople
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Policies\Microsoft\SystemCertificates\TrustedPeople
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\EnterpriseCertificates\TrustedPeople
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\SystemCertificates\trust
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Policies\Microsoft\SystemCertificates\trust
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\EnterpriseCertificates\trust
certificate store
|
powershell.exe pid 4144 | - |
| create |
Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing
certificate store
|
powershell.exe pid 4144 | - |
| setvalue |
Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing
State = 146432
read back
|
- | - |
No operations match your filter.
File reputation
6 clear · 1 could not answer| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| VirusTotal | File hash | cannot access | rate limited (free-tier quota) | live lookup |
| MalwareBazaar | File hash | not found | - | live lookup |
| filescan.io | File hash | no detections | - | live lookup |
| MalwareBazaar hash feed | File hash | clean | not in feed | 2,535 records 54 minutes ago |
| MalwareBazaar ransomware feed | File hash | clean | not in feed | 8,271 records 5 hours ago |
| ThreatFox hash IOCs | File hash | clean | not in feed | 1,632 records 55 minutes ago |
| URLhaus payload hashes | File hash | clean | not in feed | 1,474 records 54 minutes ago |
Hash lookups only - the sample itself is never uploaded to any third party.
Network indicators
0 clear| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| blocklist.de | IP / domain / URL | not checked | no IP, domain or URL observed to check | 24.5k records 54 minutes ago |
| CINS Army | IP / domain / URL | not checked | no IP, domain or URL observed to check | 15k records 54 minutes ago |
| Emerging Threats | IP / domain / URL | not checked | no IP, domain or URL observed to check | 580 records 54 minutes ago |
| Feodo Tracker | IP / domain / URL | not checked | no IP, domain or URL observed to check | 5 records 55 minutes ago |
| IPsum | IP / domain / URL | not checked | no IP, domain or URL observed to check | 17.7k records 54 minutes ago |
| Phishing.Database | IP / domain / URL | not checked | no IP, domain or URL observed to check | 391.1k records 5 hours ago |
| ThreatFox | IP / domain / URL | not checked | no IP, domain or URL observed to check | 1,632 records 55 minutes ago |
| URLhaus | IP / domain / URL | not checked | no IP, domain or URL observed to check | 5,155 records 54 minutes ago |
TLS fingerprints
0 clear| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| abuse.ch JA3 blocklist | JA3 / JA4 | not checked | no TLS client fingerprint observed | 97 records 17 hours ago |
| SSL blocklist | JA3 / JA4 | not checked | no TLS client fingerprint observed | 10.7k records 55 minutes ago |
Detection rules
2 clear| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| Sigma rules | Behavior log | clean | - | 2,275 records 23 hours ago |
| YARA rules | Sample content | clean | no rule matched | 110 records 55 minutes ago |
Tooling catalogs
4 clear| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| LOLBAS | Process image paths | clean | 2 process image paths, none masqueraded | 244 records 55 minutes ago |
| LOLBootloaders | File hash | clean | not a known vulnerable bootloader | 520 records 54 minutes ago |
| LOLDrivers | File hash | clean | not a known vulnerable driver | 2,306 records 55 minutes ago |
| LOLRMM | Names and domains | clean | 3 name/domain indicators checked, no remote-management tooling | 322 records 54 minutes ago |
Analyst narrative
The analysis indicates that the sample executed successfully within the sandbox environment. During the execution, two processes were observed, with one of them being `powershell.exe`. The sample created and modified a file named `inventory.txt` in the `C:\Users\user\AppData\Local\Temp\` directory. However, there is no evidence of initial access, persistence mechanisms, defense evasion techniques, command and control (C2) communications, or any significant impact on the system. The lack of network activity, registry modifications, or other notable behaviors suggests that the sample's capabilities and intent remain unclear based on the observed data. Therefore, while the sample did execute and perform some file operations, the overall analysis does not provide sufficient evidence to classify it definitively as malicious. Verdict: The sample executed but lacks sufficient evidence to determine its malicious intent or capabilities. Further analysis may be required to assess its behavior in a different context or environment.
Evasion analysis
No evasive checkpoints detected.
File indicators
2| Severity | Type | Indicator | Description |
|---|---|---|---|
| info | sample_sha256 | 71f84f7be18d9638f014787db4ec5436eeb02176b9820c736e5c01b968f8d027 | Submitted sample (SHA256) |
| info | sample_md5 | a4ef9aee4e31ad9bae5b77f0db96acc7 | Submitted sample (MD5) |
Sigma detections
0 matches of 2275 rulesThe Sigma corpus was evaluated against this run's processes, registry, file, network, DNS and script activity. Nothing matched.
Generated rules
YARA: auto_file_2371_yara
Auto-generatedrule auto_file_2371_yara
{
meta:
description = "Auto-generated from scan 2371"
author = "sandbox auto-generator"
anchors = "5 independent regions"
strings:
$s0 = "Get-ItemProperty \"HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\" |" ascii fullword
$s1 = "Get-ChildItem \"$env:USERPROFILE\\Desktop\" | Out-File $report -Append" ascii fullword
$s2 = "$report = Join-Path $env:TEMP \"inventory.txt\"" ascii fullword
$s3 = "Get-Process | Select-Object -First 15 Name, Id | Out-File $report -Append" ascii fullword
$s4 = "Get-Content $report | Select-Object -First 5" ascii fullword
condition:
filesize < 65536 and all of them
}Extracted files
What came out of the sample: unpacked payloads, carved objects and captured memory. Each one is stored by content hash, so the same object extracted twice is the same row.
No extracted files
Nothing was unpacked or carved out of this sample. Packed samples, documents with embedded objects and installers are the ones that usually produce artifacts here.
Export & download
/s/2371The report downloads - PCAP and the SIEM/TIP exports - are a paid-plan feature. Sign in with a paid plan to export this report.
AI analysis report
An enterprise report with an AI-written executive summary, threat assessment, kill chain, and recommendations, plus the derived evidence (verdict, MITRE ATT&CK, network, file modifications, dropped files, IOCs) and screenshots. The AI narrative is built from derived analysis data only, so the raw sample never leaves the host (no-upload and AI-boundary preserved).
Headers
Body
Headers
Body
You are about to download the raw, live sample. It is real, potentially destructive malware and can harm your machine if opened or run. Only handle it inside an isolated analysis environment.
Delivered as a ZIP encrypted with the password infected so the bytes are never handled unprotected.
Report this analysis
Analysis reports are produced automatically from files, addresses and text submitted by visitors. If this one publishes your material, identifies you, or should not be public for any other reason, tell us why and an administrator will review it.
Public analyses of this file
1 run| Submitted | Environment | Verdict | Score |
|---|---|---|---|
| 2026-09-07 21:21 Shown below | Static analysis | Clean | 0/100 |