Malicious
83/100
13 points past the malicious line at 70.
Why this verdict
- Injected code into another process at runtime (+2 more runtime behaviors)
- 1 persistence mechanism(s): Registry Run Key
- 2 suspicious YARA match(es)
Analysis layers
Detection signatures
12 detected · 7 withheld as common| Severity | Detection | Evidence | Layer |
|---|---|---|---|
| HIGH |
Injected code into another process at runtime
MITRE T1055
|
runtime
process injection
observed in the guest
|
dynamic |
| MED |
Anti-analysis strings present
MITRE T1497
|
string
isdebuggerpresent
matched string
|
static |
| MED |
Dropped an executable to disk
MITRE T1105
|
file
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\DiagPackage.dll
dropped
file
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\HTInteractiveRes.ps1
dropped
file
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\InteractiveRes.ps1
dropped
file
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticSnapIn.dll
dropped
|
dynamic |
| MED |
Dynamic API resolution (obfuscation)
MITRE T1027
confirmed at runtime, seen in 65% of benign software statically
|
capability
getprocaddress
capability: dynamic_api
capability
loadlibrarya
capability: dynamic_api
|
static |
| MED |
Executes external code / commands
MITRE T1059
confirmed at runtime, seen in 30% of benign software statically
|
capability
shellexecutew
capability: execution
capability
system
capability: execution
|
static |
| MED |
Injection/execution API strings
MITRE T1055
|
string
bypass
matched string
|
static |
| MED |
Ransomware-related strings
MITRE T1486
|
string
decrypt
matched string
string
ransom
matched string
|
static |
| MED |
TLS callback (pre-main execution)
MITRE T1055
|
pe_header
IMAGE_DIRECTORY_ENTRY_TLS present
callbacks run before the entry point
|
static |
| MED |
Timestomping
|
runtime
timestomping
observed in the guest
|
dynamic |
| LOW |
Checks for WOW64 (bitness/anti-analysis)
MITRE T1497
seen in 9% of benign software
|
import
kernel32.dll!IsWow64Process
|
static |
| LOW |
Executes via ShellExecute
MITRE T1204
seen in 12% of benign software
|
import
shell32.dll!ShellExecuteW
|
static |
| INFO |
Stages in the temp directory (GetTempPath)
MITRE T1074
seen in 15% of benign software
|
string
gettemppath
found in the sample's strings
|
static |
These rules matched this sample, and they also match this much of known-clean software (measured over 1145 signed Windows and third-party binaries). A rule that fires on most clean files cannot move a verdict, so it is held back unless the detonation confirms the behaviour. They are listed because a count that shrinks without saying so is not a count an analyst can check.
Persistence
1 mechanismAuto-start methods established during detonation or referenced statically. The Persistence tab lists these against every method checked.
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.
- TLS callback present
Secrets & malicious strings
4 flagged stringsFlagged string categories
| Indicator | Found in | Evidence from the sample |
|---|---|---|
| decrypt | raw bytes | present in the file bytes only |
| ransom | extracted string | ransom.dll |
| Indicator | Found in | Evidence from the sample |
|---|---|---|
| isdebuggerpresent | import table | KERNEL32.dll!IsDebuggerPresent |
| Indicator | Found in | Evidence from the sample |
|---|---|---|
| bypass | raw bytes | present in the file bytes only |
Capabilities
5 behaviour buckets · 1 high-risk| Severity | Capability | MITRE | APIs |
|---|---|---|---|
| high | Anti-debugging Detects or obstructs a debugger |
T1622 | isdebuggerpresent |
| med | Evasion / stalling Sleeps, times, or otherwise stalls analysis |
T1497, T1497.003 | getsystemtimeasfiletime, queryperformancecounter |
| med | Code execution Creates processes / runs commands or shellcode |
T1059, T1203 | shellexecutew, system |
| med | Dynamic API resolution Resolves APIs at runtime (obfuscation) |
T1129 | getprocaddress, loadlibrarya |
| med | Ransomware behaviour Enumerates + encrypts files, deletes backups |
T1083 | findnextfilew |
Security mitigations
strong postureRich header (toolchain)
richhash 3e128497368d0593| Tool | Build | Uses |
|---|---|---|
| Utc1900 (VS2017) | 35207 | 10 |
| Cvtres 14.10 | 35207 | 13 |
| Export 14.10 | 35207 | 86 |
| prodid_147 | 30729 | 16 |
| Utc1900 (VS2017) | 33145 | 9 |
| Import (linker) | 0 | 212 |
| prodid_265 | 35223 | 10 |
| AliasObj 14.10 | 35223 | 1 |
Sections
6 sections · the file's memory layout| Section | Virtual addr | Raw size | Virtual size | Access | Entropy |
|---|---|---|---|---|---|
|
.textEP
Executable code
|
0x1000 |
97.0 KB
|
96.9 KB
|
EXECUTEREAD
|
6.3659
|
|
.rdata
Read-only data
|
0x1a000 |
49.5 KB
|
49.5 KB
|
READ
|
4.8486
|
|
.data
Initialised data
|
0x27000 |
3.0 KB
|
6.6 KB
|
READWRITE
|
2.2299
|
|
.pdata
Exception unwind data
|
0x29000 |
5.5 KB
|
5.2 KB
|
READ
|
4.9072
|
|
.reloc
Base relocations
|
0x2b000 |
1.0 KB
|
828.0 B
|
READ
|
4.8064
|
|
.rsrc
Resources
|
0x2c000 |
163.5 KB
|
163.3 KB
|
READ
|
1.042
|
Imports
125 funcs / 12 DLLs · 7 suspicious| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| ShellExecuteW | 0x0001a210 | - | T1106 |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| RegCloseKey | 0x0001a000 | - | - |
| ReportEventW | 0x0001a008 | - | - |
| RegisterEventSourceW | 0x0001a010 | - | - |
| RegOpenKeyExW | 0x0001a018 | - | - |
| RegGetValueW | 0x0001a020 | - | - |
| DeregisterEventSource | 0x0001a028 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| TlsFree | 0x0001a038 | - | - |
| CreateActCtxW | 0x0001a040 | - | - |
| ActivateActCtx | 0x0001a048 | - | - |
| GetLastError | 0x0001a050 | - | - |
| FindResourceW | 0x0001a058 | - | - |
| GetWindowsDirectoryW | 0x0001a060 | - | - |
| GetProcAddress | 0x0001a068 | - | T1129 |
| GetModuleHandleW | 0x0001a070 | - | - |
| FreeLibrary | 0x0001a078 | - | - |
| LoadLibraryExW | 0x0001a080 | - | - |
| FindFirstFileExW | 0x0001a088 | - | - |
| EnterCriticalSection | 0x0001a090 | - | - |
| GetFullPathNameW | 0x0001a098 | - | - |
| FindNextFileW | 0x0001a0a0 | - | T1083 |
| GetCurrentProcess | 0x0001a0a8 | - | - |
| GetStdHandle | 0x0001a0b0 | - | - |
| GetModuleHandleExW | 0x0001a0b8 | - | - |
| GetModuleFileNameW | 0x0001a0c0 | - | - |
| LeaveCriticalSection | 0x0001a0c8 | - | - |
| GetEnvironmentVariableW | 0x0001a0d0 | - | - |
| FindClose | 0x0001a0d8 | - | - |
| GetFileAttributesW | 0x0001a0e0 | - | - |
| MultiByteToWideChar | 0x0001a0e8 | - | - |
| GetConsoleMode | 0x0001a0f0 | - | - |
| GetFileAttributesExW | 0x0001a0f8 | - | - |
| LoadLibraryA | 0x0001a100 | - | T1129 |
| WriteConsoleW | 0x0001a108 | - | - |
| DeleteCriticalSection | 0x0001a110 | - | - |
| WideCharToMultiByte | 0x0001a118 | - | - |
| IsWow64Process | 0x0001a120 | - | - |
| OutputDebugStringW | 0x0001a128 | - | T1622 |
| GetCurrentProcessId | 0x0001a130 | - | - |
| TlsSetValue | 0x0001a138 | - | - |
| TlsGetValue | 0x0001a140 | - | - |
| TlsAlloc | 0x0001a148 | - | - |
| InitializeCriticalSectionAndSpinCount | 0x0001a150 | - | - |
| SetLastError | 0x0001a158 | - | - |
| RaiseException | 0x0001a160 | - | - |
| RtlPcToFileHeader | 0x0001a168 | yes | - |
| RtlUnwindEx | 0x0001a170 | yes | - |
| InitializeSListHead | 0x0001a178 | - | - |
| IsDebuggerPresent | 0x0001a180 | - | T1622 |
| IsProcessorFeaturePresent | 0x0001a188 | - | - |
| TerminateProcess | 0x0001a190 | - | - |
| SetUnhandledExceptionFilter | 0x0001a198 | - | - |
| UnhandledExceptionFilter | 0x0001a1a0 | - | - |
| RtlVirtualUnwind | 0x0001a1a8 | yes | - |
| RtlLookupFunctionEntry | 0x0001a1b0 | yes | - |
| RtlCaptureContext | 0x0001a1b8 | yes | - |
| GetStringTypeW | 0x0001a1c0 | - | - |
| SwitchToThread | 0x0001a1c8 | - | - |
| GetCurrentThreadId | 0x0001a1d0 | - | - |
| InitializeCriticalSectionEx | 0x0001a1d8 | - | - |
| EncodePointer | 0x0001a1e0 | - | - |
| DecodePointer | 0x0001a1e8 | - | - |
| LCMapStringEx | 0x0001a1f0 | - | - |
| QueryPerformanceCounter | 0x0001a1f8 | - | T1497 |
| GetSystemTimeAsFileTime | 0x0001a200 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| MessageBoxW | 0x0001a220 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| terminate | 0x0001a2e0 | - | - |
| _register_thread_local_exe_atexit_callback | 0x0001a2e8 | - | - |
| _c_exit | 0x0001a2f0 | - | - |
| __p___wargv | 0x0001a2f8 | - | - |
| __p___argc | 0x0001a300 | - | - |
| _exit | 0x0001a308 | - | - |
| exit | 0x0001a310 | - | - |
| _initterm_e | 0x0001a318 | - | - |
| _errno | 0x0001a320 | - | - |
| _initterm | 0x0001a328 | - | - |
| _get_initial_wide_environment | 0x0001a330 | - | - |
| _initialize_wide_environment | 0x0001a338 | - | - |
| _configure_wide_argv | 0x0001a340 | - | - |
| _set_app_type | 0x0001a348 | - | - |
| _seh_filter_exe | 0x0001a350 | - | - |
| _cexit | 0x0001a358 | - | - |
| _crt_atexit | 0x0001a360 | - | - |
| _register_onexit_function | 0x0001a368 | - | - |
| _initialize_onexit_table | 0x0001a370 | - | - |
| abort | 0x0001a378 | - | - |
| _invoke_watson | 0x0001a380 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| _set_new_mode | 0x0001a248 | - | - |
| calloc | 0x0001a250 | - | - |
| malloc | 0x0001a258 | - | - |
| _callnewh | 0x0001a260 | - | - |
| free | 0x0001a268 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| _time64 | 0x0001a428 | - | - |
| _gmtime64_s | 0x0001a430 | - | - |
| wcsftime | 0x0001a438 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| __stdio_common_vfwprintf | 0x0001a390 | - | - |
| __p__commode | 0x0001a398 | - | - |
| fputwc | 0x0001a3a0 | - | - |
| __acrt_iob_func | 0x0001a3a8 | - | - |
| __stdio_common_vswprintf | 0x0001a3b0 | - | - |
| _set_fmode | 0x0001a3b8 | - | - |
| _wfsopen | 0x0001a3c0 | - | - |
| fflush | 0x0001a3c8 | - | - |
| setvbuf | 0x0001a3d0 | - | - |
| __stdio_common_vsnwprintf_s | 0x0001a3d8 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| _create_locale | 0x0001a278 | - | - |
| ___mb_cur_max_func | 0x0001a280 | - | - |
| ___lc_codepage_func | 0x0001a288 | - | - |
| ___lc_locale_name_func | 0x0001a290 | - | - |
| __pctype_func | 0x0001a298 | - | - |
| _configthreadlocale | 0x0001a2a0 | - | - |
| setlocale | 0x0001a2a8 | - | - |
| _lock_locales | 0x0001a2b0 | - | - |
| _free_locale | 0x0001a2b8 | - | - |
| _unlock_locales | 0x0001a2c0 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| strlen | 0x0001a3e8 | - | - |
| strcmp | 0x0001a3f0 | - | - |
| wcsncmp | 0x0001a3f8 | - | - |
| toupper | 0x0001a400 | - | - |
| strcpy_s | 0x0001a408 | - | - |
| _wcsdup | 0x0001a410 | - | - |
| wcsnlen | 0x0001a418 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| _wtoi | 0x0001a230 | - | - |
| wcstoul | 0x0001a238 | - | - |
| Name | File RVA | Is undocumented | MITRE (tactic - technique) |
|---|---|---|---|
| __setusermatherr | 0x0001a2d0 | - | - |
Code signing
UnsignedThis binary carries no Authenticode signature. Unsigned executables are a weak suspicious signal - most legitimate vendor software is signed.
| Resource langs | NEU |
|---|---|
| Debug info | yes |
| TLS callbacks | yes |
Resources
Everything the binary carries inside it: icons, bitmaps, cursors, dialogs, string tables, the manifest and the version block. Select an entry to preview it and take a copy.
Resources
Resource Hacker viewSelect a resource from the tree to inspect its language, size, RVA offset, MD5, entropy and detected content signature - like opening the binary in Resource Hacker.
| Type | Group Icon |
|---|---|
| Name / ID | 32512 |
| Language | NEU |
| Size | 20.0 B |
| RVA offset | 0x547f8 |
| Content signature | Icon |
| MD5 | 8843e66f24cc9df5b97712f9231fd0db |
| Entropy | 2.161 |
| Type | Icon |
|---|---|
| Name / ID | 1 |
| Language | NEU |
| Size | 161.8 KB |
| RVA offset | 0x2c0f0 |
| Content signature | Icon |
| MD5 | 1914b3ca64d694401265d44c59f803ad |
| Entropy | 0.971 |
| Type | Manifest |
|---|---|
| Name / ID | 1 |
| Language | NEU |
| Size | 490.0 B |
| RVA offset | 0x54b08 |
| Content signature | XML manifest |
| MD5 | b7db84991f23a680df8e95af8946f9c9 |
| Entropy | 5.001 |
๏ปฟ<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
| Type | Version Info |
|---|---|
| Name / ID | 1 |
| Language | NEU |
| Size | 764.0 B |
| RVA offset | 0x5480c |
| Content signature | Version Info |
| MD5 | 9b9e429df53bad8d1a015c5d783653ce |
| Entropy | 3.33 |
| CompanyName | Ixar |
|---|---|
| FileVersion | 1.0.1.0 |
| ProductName | ransom |
| InternalName | ransom.dll |
| LegalCopyright | |
| ProductVersion | 1.0.1+bc578d81848ca84241f3dc0d2b60a2573f89d363 |
| FileDescription | ransom |
| Assembly Version | 1.0.1.0 |
| OriginalFilename | ransom.dll |
YARA matches
4 findings · 6 file properties · 2 scored| Rule | What it matched | Corpus | Weight |
|---|---|---|---|
|
Suspicious_Anti_Debug_API
|
Anti-debugging API names referenced
2 of 4 strings matched
$a
IsDebuggerPresent
at 0x24a8c
$d
OutputDebugString
at 0x246c6
|
Built-in
the ruleset this platform ships and the only one the score reads
|
SCORED 5
Scored 5, sharing a 15 point cap with every other anti-vm, anti-debug, dropper or packer match.
|
|
Embedded_PE_In_Overlay
|
A second MZ/PE header appears inside the file body
1 of 1 string matched
$mz
MZ
at 0x0 · 102 hits
|
Built-in
the ruleset this platform ships and the only one the score reads
|
SCORED 5
Scored 5, sharing a 15 point cap with every other anti-vm, anti-debug, dropper or packer match.
|
|
CAP_HookExKeylogger
|
The rule carries no description.
3 of 3 strings matched
$str_Win32hookapi
SetWindowsHookEx
at 0x16834c6
$str_Win32llkey
WH_KEYBOARD_LL
at 0x16818b0
$str_Win32key
WH_KEYBOARD
at 0x16818b0
|
Tier 3 - community corpus
casts no family vote; every measured false family match came from here
|
SCORED 0
Scored 0: the rule declares no category. Only anti-vm, anti-debug, dropper and packer matches carry weight.
|
|
maldoc_indirect_function_call_3
maldoc
|
The rule carries no description.
1 of 1 string matched
$a
\xff\xb7\xff}\xff\xb4\xffW\xff
at 0x8e97f2 · 6 hits
|
Tier 3 - community corpus
casts no family vote; every measured false family match came from here
|
SCORED 0
Scored 0: the rule declares no category. Only anti-vm, anti-debug, dropper and packer matches carry weight.
|
These say what the file IS or holds - bitness, subsystem, an overlay, an embedded macro stream, which compiler built it. Ordinary files match several, and none of them carry weight in the score.
Extracted strings
showing 200 of 1994- !This program cannot be run in DOS mode.
- ,Rich~
- .text
- `.rdata
- @.data
- .pdata
- @.reloc
- B.rsrc
- UVWATAUH
- @USVWATAVAWH
- GEPL
- GEPI
- I9Shs
- QPIc
- @SATAVAWH
- i@tiH
- L9AHA
- @USVWATAUAVAWH
- <eutH
- |$ ATAVAWH
- UWATAVAWH
- USWH
- ntel
- ineI
- Genu
- x ATAVAWH
- bad allocation
- success
- address family not supported
- address in use
- address not available
- already connected
- argument list too long
- argument out of domain
- bad address
- bad file descriptor
- bad message
- broken pipe
- connection aborted
- connection already in progress
- connection refused
- connection reset
- cross device link
- destination address required
- device or resource busy
- directory not empty
- executable format error
- file exists
- file too large
- filename too long
- function not supported
- host unreachable
- identifier removed
- illegal byte sequence
- inappropriate io control operation
- interrupted
- invalid argument
- invalid seek
- io error
- is a directory
- message size
- network down
- network reset
- network unreachable
- no buffer space
- no child process
- no link
- no lock available
- no message available
- no message
- no protocol option
- no space on device
- no stream resources
- no such device or address
- no such device
- no such file or directory
- no such process
- not a directory
- not a socket
- not a stream
- not connected
- not enough memory
- not supported
- operation canceled
- operation in progress
- operation not permitted
- operation not supported
- operation would block
- owner dead
- permission denied
- protocol error
- protocol not supported
- read only file system
- resource deadlock would occur
- resource unavailable try again
- result out of range
- state not recoverable
- stream timeout
- text file busy
- timed out
- too many files open in system
- too many files open
- too many links
- too many symbolic link levels
- value too large
- wrong protocol type
- unknown error
- GetSystemTimePreciseAsFileTime
- bad exception
- __cdecl
- __stdcall
- __thiscall
- __fastcall
- __vectorcall
- __preserve_none
- __clrcall
- __eabi
- __restrict
- __unaligned
- restrict(
- delete
- operator
- `vftable'
- `vbtable'
- `vcall'
- `typeof'
- `local static guard'
- `string'
- `vbase destructor'
- `vector deleting destructor'
- `default constructor closure'
- `scalar deleting destructor'
- `vector constructor iterator'
- `vector destructor iterator'
- `vector vbase constructor iterator'
- `virtual displacement map'
- `eh vector constructor iterator'
- `eh vector destructor iterator'
- `eh vector vbase constructor iterator'
- `copy constructor closure'
- `udt returning'
- `RTTI
- `local vftable'
- `local vftable constructor closure'
- delete[]
- `omni callsig'
- `placement delete closure'
- `placement delete[] closure'
- `managed vector constructor iterator'
- `managed vector destructor iterator'
- `eh vector copy constructor iterator'
- `eh vector vbase copy constructor iterator'
- `dynamic initializer for '
- `dynamic atexit destructor for '
- `vector copy constructor iterator'
- `vector vbase copy constructor iterator'
- `managed vector copy constructor iterator'
- `local static thread guard'
- operator ""
- operator co_await
- operator<=>
- Type Descriptor'
- Base Class Descriptor at (
- Base Class Array'
- Class Hierarchy Descriptor'
- Complete Object Locator'
- `anonymous namespace'
- FlsAlloc
- FlsGetValue
- FlsSetValue
- InitializeCriticalSectionEx
- Unknown exception
- bad array new length
- string too long
- hostfxr_main_bundle_startupinfo
- hostfxr_set_error_writer
- hostfxr_main_startupinfo
- hostfxr_main
- invalid string position
- 19ff3e9c3602ae8e841925bb461a0adb
- 064a1f1903667a5e0d87e8f608f425ac
- 74e592c2fa383d4a3960714caef0c4f2
- c3ab8ff13720e8ad9047dd39466b3c89
- iostream
- bad cast
- bad locale name
- ios_base::badbit set
- ios_base::failbit set
- ios_base::eofbit set
- TaskDialogIndirect
- iostream stream error
- GetTempPath2W
- ntdll.dll
- RtlGetVersion
- IsWow64Process2
- vector too long
- invalid stoul argument
- stoul argument out of range
- D:\a\_work\1\s\src\runtime\artifacts\obj\win-x64.Release\corehost\apphost\standalone\apphost.pdb
- .text$di
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.
Disassembly
entry point · x64 · 60 insns (listing capped)Nothing in this view
This sample produced no results for this part of the static analysis.
Screen recording
45 frames · screen recording · 166sBehavior summary
ran 165s32 process(es) observed; malicious behavior: dropped_executable, process_injection, registry_persistence, timestomping; 10 dropped executable(s)
Evasion / anti-analysis checks
4 checksStatically visible checks (RDTSC/CPUID/red-pill instructions, anti-debug APIs) plus runtime evasion signals. Instruction-level interception at runtime requires hypervisor introspection (VMI).
No WMI attributed to the sample. The WMI-Activity trace was running and recorded 819 operations on the machine during the run; none of them came from the sample's process tree.
Cross-process injection
10 callsSeen from inside the calling process, so it names which process reached into which - something a dump of the result cannot show. Only calls whose target is another process are listed.
File timestamp writes
7 filesCaptured in the calling process, so the values are the ones the sample asked for rather than what the file ended up with. Setting file times is ordinary - installers and archivers do it - so only a write that moves a file's history backwards is marked as timestomping.
Browser navigations
2| URL | Process |
|---|---|
| https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win-x64&os=win10&apphost_version=10.0.10&gui=true | msedge.exe pid 5176 |
| https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win-x64&os=win10&apphost_version=10.0.10&gui=true | msedge.exe pid 4840 |
DNS queries
2 unique| Domain | Type |
|---|---|
| aka.ms | HTTPS |
| google.com | A |
Browser operations
2| URL | Browser |
|---|---|
| https://aka.ms/dotnet-core-applauncโฆ | msedge.exe |
| https://aka.ms/dotnet-core-applauncโฆ | msedge.exe |
Also watched
no result to show| Observer | Result | What it means |
|---|---|---|
| TCP / UDP connections | none | The guest agent recorded no socket to a remote host. |
| TLS handshakes | none | No TLS session was negotiated, so there is no JA3/JA4 fingerprint to compare. |
| Beaconing analysis | not run | The interval analysis had no traffic to work from. |
| DGA scoring | no candidate | No resolved name scored as algorithmically generated. |
| IDS ruleset | 0 alerts | The capture was replayed through the IDS ruleset and matched nothing. |
Process tree
What ran during the detonation, and what each process did. Select a node to see the activity attributed to it.
ransom.exe
32 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Established mechanisms
1 found| Method | Family | ATT&CK | Evidence | Severity |
|---|---|---|---|---|
| Registry Run Key ×2 | Logon & Startup | T1547.001 | Runtime | HIGH |
Runtime evidence means the mechanism was established during detonation. A static hint means the sample only references the technique.
Detection coverage
1 / 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 detected
- 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
Dropped files
10 payloads| Path | SHA-256 | Size | Process | Time | Download |
|---|---|---|---|---|---|
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\DiagPackage.dll | - | - | msdt.exe pid 5960 | - | - |
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\HTInteractiveRes.ps1 | - | - | msdt.exe pid 5960 | - | - |
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\InteractiveRes.ps1 | - | - | msdt.exe pid 5960 | - | - |
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticSnapIn.dll | - | - | msdt.exe pid 5960 | - | - |
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticsResolve.ps1 | - | - | msdt.exe pid 5960 | - | - |
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticsTroubleshoot.ps1 | - | - | msdt.exe pid 5960 | - | - |
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticsVerify.ps1 | - | - | msdt.exe pid 5960 | - | - |
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\StartDPSService.ps1 | - | - | msdt.exe pid 5960 | - | - |
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\UtilityFunctions.ps1 | - | - | msdt.exe pid 5960 | - | - |
| C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\UtilitySetConstants.ps1 | - | - | msdt.exe pid 5960 | - | - |
File & registry ops
19 file · 58 registry · sample scope
| Operation | Target | Process |
|---|---|---|
| create |
C:\Users\user\Desktop\Microsoft Edge.lnk
|
setup.exe pid 4828 |
| create |
C:\Users\user\AppData\Local\Temp\msdtadmin
|
msdt.exe pid 5960 |
| create |
C:\Users\user\AppData\Local\Temp\msdtadmin\_C9293A7D-AE90-4DD8-B2AF-DEBD14B3FE7A_
|
msdt.exe pid 5960 |
| create |
C:\Users\user\AppData\Local\Temp\msdtadmin\_C9293A7D-AE90-4DD8-B2AF-DEBD14B3FE7A_\inuse
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\DiagPackage.diagpkg
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\DiagPackage.dll
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\HTInteractiveRes.ps1
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\InteractiveRes.ps1
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticSnapIn.dll
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticsResolve.ps1
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticsTroubleshoot.ps1
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticsVerify.ps1
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\StartDPSService.ps1
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\UtilityFunctions.ps1
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\UtilitySetConstants.ps1
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\en-US
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\en-US\DiagPackage.dll.mui
|
msdt.exe pid 5960 |
| create |
C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\en-US\LocalizationData.psd1
|
msdt.exe pid 5960 |
| create |
Software\Microsoft\WBEM\CIMOM
|
ransom.exe pid 3952 |
| create |
SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
|
ransom.exe pid 5556 |
| create |
SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders
|
ransom.exe pid 5556 |
| create |
SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
|
ransom.exe pid 5556 |
| setvalue |
SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
SlowContextMenuEntries = <100 bytes, type 3>
|
ransom.exe pid 5556 |
| setvalue |
SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content
CachePrefix =
|
ransom.exe pid 5556 |
| setvalue |
SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Cookies
CachePrefix = Cookie:
|
ransom.exe pid 5556 |
| setvalue |
SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\History
CachePrefix = Visited:
|
ransom.exe pid 5556 |
| create |
SOFTWARE\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts
|
ransom.exe pid 5556 |
| create |
\REGISTRY\USER\S-1-5-21-3020052414-521178761-3546482252-1000\
|
msedge.exe pid 5176 |
| create |
\REGISTRY\USER\S-1-5-21-3020052414-521178761-3546482252-1000\Software\
|
msedge.exe pid 5176 |
| create |
\REGISTRY\USER\S-1-5-21-3020052414-521178761-3546482252-1000\Software\Microsoft\
|
msedge.exe pid 5176 |
| create |
\REGISTRY\USER\S-1-5-21-3020052414-521178761-3546482252-1000\Software\Microsoft\Edge\
|
msedge.exe pid 5176 |
| create |
\REGISTRY\USER\S-1-5-21-3020052414-521178761-3546482252-1000\Software\Microsoft\Edge\ElfBeacon\
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge\StabilityMetrics
|
msedge.exe pid 5176 |
| create |
SOFTWARE\Microsoft\Windows NT\CurrentVersion\Network\Location Awareness
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge\SmartScreenEnabled
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge\SmartScreenPuaEnabled
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Windows\CurrentVersion\Internet Settings
|
msedge.exe pid 5176 |
| create |
Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings
|
msedge.exe pid 5176 |
| create |
\REGISTRY\MACHINE\Software\WOW6432Node\Microsoft\EdgeUpdate\ClientStateMedium\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\LastWasDefault
|
msedge.exe pid 5176 |
| create |
SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections
|
msedge.exe pid 5176 |
| create |
\REGISTRY\MACHINE\Software\WOW6432Node\Microsoft\EdgeUpdate\ClientStateMedium\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
|
msedge.exe pid 5176 |
| create |
\REGISTRY\MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E96E-E325-11CE-BFC1-08002BE10318}
|
msedge.exe pid 5176 |
| create |
SOFTWARE\Microsoft\Edge\IEToEdge
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge\Defaults
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge\BLBeacon
|
msedge.exe pid 5176 |
| create |
\REGISTRY\MACHINE\Software\WOW6432Node\Microsoft\Edge\Extensions
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge\Extensions
|
msedge.exe pid 5176 |
| create |
SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Windows\CurrentVersion\Policies\DataCollection
|
msedge.exe pid 5176 |
| create |
Software\Policies\Microsoft\Windows\DataCollection
|
msedge.exe pid 5176 |
| create |
\REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters
|
msedge.exe pid 3680 |
| create |
Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch
|
msedge.exe pid 5176 |
| create |
Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\Deployment\Package\*\S-1-5-21-3020052414-521178761-3546482252-1000\{492340F4-1E58-4C47-925F-CF147A6335A1}
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge\Profiles\Default
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge\Profiles\
|
msedge.exe pid 5176 |
| create |
S-1-5-19\Software\Microsoft\Cryptography\TPM\Telemetry
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.shtml\OpenWithList
|
setup.exe pid 988 |
| create |
Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.xht\OpenWithList
|
setup.exe pid 988 |
| create |
Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.xhtml\OpenWithList
|
setup.exe pid 988 |
| create |
Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.webp\OpenWithList
|
setup.exe pid 988 |
| create |
Software\Microsoft\Edge\PreferenceMACs\Default
|
msedge.exe pid 5176 |
| create |
Software\Microsoft\Edge\PreferenceMACs\Default\extensions.settings
|
msedge.exe pid 5176 |
| setvalue |
SOFTWARE\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
dr = 1
|
msedge.exe pid 5176 |
| setvalue |
SOFTWARE\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch
Enabled = 0
|
msedge.exe pid 4840 |
| create |
SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\ClientStateMedium\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\LastWasDefault
|
msedge.exe pid 4840 |
| setvalue |
SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\ClientStateMedium\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\LastWasDefault
S-1-5-21-3020052414-521178761-3546482252-1000 = <8 bytes, type 11>
|
msedge.exe pid 4840 |
| create |
SOFTWARE\Microsoft\Windows\CurrentVersion\Run
|
msedge.exe pid 4840 |
| setvalue |
SOFTWARE\Microsoft\Windows\CurrentVersion\Run
MicrosoftEdgeAutoLaunch_D3CB6AD0AC324DE3563D8914245E1E35 = "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --no-startup-window --win-session-start
|
msedge.exe pid 4840 |
| create |
SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\Deployment\Package\*\S-1-5-21-3020052414-521178761-3546482252-1000\{21CAC066-C28F-420C-AE1A-6FB3F9237C54}
|
msedge.exe pid 4840 |
| setvalue |
SOFTWARE\Microsoft\Edge\Profiles\Default
ShortcutName = Profile 1
|
msedge.exe pid 4840 |
| setvalue |
SOFTWARE\Microsoft\Edge\Profiles\Default
ProfileErrorState = 0
|
msedge.exe pid 4840 |
| create |
SOFTWARE\Microsoft\Edge\Profiles
|
msedge.exe pid 4840 |
| setvalue |
SOFTWARE\Microsoft\Edge\Profiles
EnhancedLinkOpeningDefault = Default
|
msedge.exe pid 4840 |
| create |
SOFTWARE\Microsoft\Cryptography\TPM\Telemetry
|
msedge.exe pid 4840 |
| create |
Software\Microsoft\SystemCertificates\CA
certificate store
|
msdt.exe pid 5960 |
| create |
Software\Policies\Microsoft\SystemCertificates\CA
certificate store
|
msdt.exe pid 5960 |
| create |
Software\Microsoft\EnterpriseCertificates\CA
certificate store
|
msdt.exe pid 5960 |
| create |
Software\Microsoft\SystemCertificates\Disallowed
certificate store
|
msdt.exe pid 5960 |
No operations match your filter.
Threat intelligence
paid planThreat intelligence enrichment is a paid-plan layer. On a paid plan every extracted indicator - hashes, addresses, hostnames - is checked against the reputation services and the ingested feeds this platform refreshes on a schedule, and what is already known is flagged as known instead of being rediscovered by hand.
Nothing is being withheld from this report. This layer did not run for this scan, so there is no result stored behind the lock.
AI analysis
paid planThe AI layer is a paid-plan feature. It reads what the other layers produced - the behaviour summary, the call sequence, the indicator list - and writes the narrative and the evasion read from them. The sample itself is never given to it.
Nothing is being withheld from this report. This layer did not run for this scan, so there is no result stored behind the lock.
Network indicators
6| Severity | Type | Indicator | Description |
|---|---|---|---|
| info | ip | 1.0.0.0 | Extracted from the sample's strings |
| info | ip | 9.0.0.0 | Extracted from the sample's strings |
| info | url | https://github.com/naudio/NAudio | Extracted from the sample's strings |
| info | domain | aka.ms | Observed during analysis |
| info | domain | google.com | Observed during analysis |
| info | url | https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win-x64&os=win10&apphost_version=10.0.10&gui=true | HTTP/S request |
File indicators
13| Severity | Type | Indicator | Description |
|---|---|---|---|
| malicious | sample_sha256 | 0f2051005cf9120f471f4d8f3c92e366eb330200c539c5019cfda5be6cd8435e | Submitted sample (SHA256) |
| malicious | sample_md5 | 4b1c93963ad6437d493d9707d898d94d | Submitted sample (MD5) |
| malicious | imphash | 53e4e12437621212a425d294842d0a96 | Import table hash (imphash) |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\DiagPackage.dll | Executable written to disk during execution |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\HTInteractiveRes.ps1 | Executable written to disk during execution |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\InteractiveRes.ps1 | Executable written to disk during execution |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticSnapIn.dll | Executable written to disk during execution |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticsResolve.ps1 | Executable written to disk during execution |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticsTroubleshoot.ps1 | Executable written to disk during execution |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\NetworkDiagnosticsVerify.ps1 | Executable written to disk during execution |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\StartDPSService.ps1 | Executable written to disk during execution |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\UtilityFunctions.ps1 | Executable written to disk during execution |
| suspicious | dropped_file | C:\Windows\Temp\SDIAG_a6fe1e3c-e3ff-4807-a7fa-3acf7c489586\UtilitySetConstants.ps1 | Executable written to disk during execution |
Registry indicators
2| Severity | Type | Indicator | Description |
|---|---|---|---|
| suspicious | registry_key | \REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters | Autostart / persistence key |
| suspicious | registry_key | SOFTWARE\Microsoft\Windows\CurrentVersion\Run | Autostart / persistence key |
MITRE ATT&CK
3 techniquesSigma 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
Sigma: auto_file_2393_sigma_reg
Auto-generatedtitle: Auto-generated registry behavior rule (sandbox scan 2393)
id: sandbox-auto-2393-reg
status: experimental
description: Auto-generated from sandbox scan 2393
logsource:
category: registry_event
product: windows
detection:
selection:
TargetObject|contains:
- 'Software\Microsoft\WBEM\CIMOM'
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace'
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders'
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer'
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content'
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Cookies'
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\History'
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts'
condition: selection
level: mediumSuricata/Snort: auto_file_2393_suricata
Auto-generatedalert ip any any -> 1.0.0.0 any (msg:"sandbox auto scan 2393 C2 IP 1.0.0.0"; sid:16124352; rev:1;) alert ip any any -> 9.0.0.0 any (msg:"sandbox auto scan 2393 C2 IP 9.0.0.0"; sid:16124353; rev:1;) alert dns any any -> any any (msg:"sandbox auto scan 2393 C2 domain aka.ms"; dns.query; content:"aka.ms"; sid:16124354; rev:1;) alert dns any any -> any any (msg:"sandbox auto scan 2393 C2 domain google.com"; dns.query; content:"google.com"; sid:16124355; rev:1;) alert http any any -> any any (msg:"sandbox auto scan 2393 C2 URL"; http.uri; content:"/naudio/NAudio"; sid:16124356; rev:1;)
YARA: auto_file_2393_yara
Auto-generatedrule auto_file_2393_yara
{
meta:
description = "Auto-generated from scan 2393"
author = "sandbox auto-generator"
imphash = "53e4e12437621212a425d294842d0a96"
anchors = "5 independent regions"
strings:
$s0 = "603DD5FDF129D8F53A7DFF06440AE9CDA3280F19741C65E4C3BACE80C455BC0B" ascii fullword
$s1 = "19ff3e9c3602ae8e841925bb461a0adb064a1f1903667a5e0d87e8f608f425ac" ascii fullword
$s2 = "8350305011C9B785C1A83CA5C9D603530906E4E4EEAB7F76EE8261BD21F6E20D" ascii fullword
$s3 = "076AC0E933CD9ED695BB621B83F0B1B06EE5374B2AD46B0A2FC0F05FA6F8DE47" ascii fullword
$s4 = "07DB995E8ED2CFB0AB71EBA69F3A3EC07D5C6AC10C0C64F33E94ED2949B348AA" ascii fullword
condition:
uint16(0) == 0x5a4d and filesize < 94594924 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.
Artifacts
5 files| Type | Name | Size | SHA-256 | Download | |
|---|---|---|---|---|---|
| Extracted file | embedded_pe_b0572d99f9d1 | 28.0 KB | b0572d99f9d1f79d5c134e6ee4ff8d2cf22769681e8f7102d615d816f34687ae | ZIP | |
| Extracted file | embedded_pe_d8e4451d7428 | 152.0 KB | d8e4451d74285a841968165ab1f07e9b13e9631aa75e8da2d001be4405c9559d | ZIP | |
| Extracted file | embedded_pe_bf7b197b33a0 | 796.0 KB | bf7b197b33a0346eed7b16650a9fb730335e55e601838d32038ce62bebf621b7 | ZIP | |
| Extracted file | embedded_pe_1282b7e512b8 | 200.0 KB | 1282b7e512b86ebdd1da4b212feb7816df6b89c0fabed737f4fe99e9c84c5cc8 | ZIP | |
| Extracted file | embedded_pe_fe8559737169 | 124.0 KB | fe8559737169e3ff03a41e15494f60404ae204af511a4a037c753a33cd98bc1d | ZIP |
Export & download
/s/2393The 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-08 19:25 Shown below | Windows 10 22H2 | Malicious | 83/100 |