Analysis
- user interaction
yes - max time kernel
148s - max time network
148s - platform
windows10-2004_x64 - resource
win10v2004-20260911-en - resource tags
arch:x64arch:x86image:win10v2004-20260911-enlocale:en-usos:windows10-2004-x64systemwindows - submitted
16/09/2026, 06:28
Static task
static1
1 signatures
Behavioral task
behavioral1
Sample
Installer-1.1.0.exe
Resource
win10v2004-20260911-en
11 signatures
150 seconds
Behavioral task
behavioral2
Sample
Installer-1.1.0.exe
Resource
win11ltsc2024-20260911-en
4 signatures
150 seconds
General
- Target Installer-1.1.0.exe
- Size 9.8MB
- Sample260916-g8eqzstyev
- SHA256 7d369ef21a49e0bcfd7875d2e000a5c6bb592e00f305e139a188f40b3dc32249
- MD5 05f15a788b381191b0c021690ee60142
- SHA1 f63593f46bbbff726733225869ce29a33eefc7ae
- SHA512 488f9c1da95cf47f040d2de8f767fd26a28053b152177607f84ad43736bb2237f40f7e050e7a2bbe927fe9327cf1ffba30aa6e272ab63fa0af3bdca6978bc0f2
- SSDEEP 196608:p72MJ9yZ9AsAxGpA4mdlHRTabZU8iUa+Ls1TX5d0fLjdFF5OoFaQtuJ0K3:Z2MJl8pApdtwiUa6YTX5+rF5O0awK3
- TLSH T187A6331AB7513AF1F1A7D3395046490AC3B1F4721B56A6E703A264FB6E237C4CF3AA05
- MD5 SHA1 SHA512 SSDEEP TLSH
Malware Config
Signatures
- Command and Scripting Interpreter: PowerShell 1 TTPs 1 IoCs
Run Powershell to modify Windows Defender settings to add exclusions for file extensions, paths, and processes.
pid Process 4912 powershell.exe - Checks computer location settings 2 TTPs 1 IoCs
Looks up country code configured in the registry, likely geofence.
description ioc Process Key value queried \REGISTRY\USER\S-1-5-21-681733028-2344970462-962213935-1000\Control Panel\International\Geo\Nation MadiumInstaller.exe - Executes dropped EXE 1 IoCs
pid Process 3908 MadiumInstaller.exe - Loads dropped DLL 1 IoCs
pid Process 3908 MadiumInstaller.exe - Enumerates physical storage devices 1 TTPs
Attempts to interact with connected storage/optical drive(s).
- System Time Discovery 1 TTPs 1 IoCs
Adversary may gather the system time and/or time zone settings from a local or remote system.
pid Process 5224 dotnet.exe - Modifies registry key 1 TTPs 7 IoCs
pid Process 2384 reg.exe 5324 reg.exe 4884 reg.exe 5608 reg.exe 5300 reg.exe 5384 reg.exe 5256 reg.exe - Suspicious behavior: EnumeratesProcesses 2 IoCs
pid Process 4912 powershell.exe 4912 powershell.exe - Suspicious use of AdjustPrivilegeToken 1 IoCs
description pid Process Token: SeDebugPrivilege 4912 powershell.exe - Suspicious use of SetWindowsHookEx 5 IoCs
pid Process 3908 MadiumInstaller.exe 3908 MadiumInstaller.exe 3908 MadiumInstaller.exe 3908 MadiumInstaller.exe 3908 MadiumInstaller.exe - Suspicious use of WriteProcessMemory 11 IoCs
description pid Process procid_target PID 3000 wrote to memory of 3908 3000 Installer-1.1.0.exe 85 PID 3908 wrote to memory of 4912 3908 MadiumInstaller.exe 90 PID 3908 wrote to memory of 5224 3908 MadiumInstaller.exe 92 PID 3908 wrote to memory of 5256 3908 MadiumInstaller.exe 93 PID 3908 wrote to memory of 5384 3908 MadiumInstaller.exe 94 PID 3908 wrote to memory of 5300 3908 MadiumInstaller.exe 95 PID 3908 wrote to memory of 5608 3908 MadiumInstaller.exe 96 PID 3908 wrote to memory of 4884 3908 MadiumInstaller.exe 97 PID 3908 wrote to memory of 5324 3908 MadiumInstaller.exe 98 PID 3908 wrote to memory of 2384 3908 MadiumInstaller.exe 99 PID 3908 wrote to memory of 5920 3908 MadiumInstaller.exe 100
Processes
-
C:\Users\Admin\AppData\Local\Temp\Installer-1.1.0.exe"C:\Users\Admin\AppData\Local\Temp\Installer-1.1.0.exe"1⤵
- Suspicious use of WriteProcessMemory
PID:3000 -
C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\MadiumInstaller.exe"C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\MadiumInstaller.exe" --from-sfx --first-install2⤵
- Checks computer location settings
- Executes dropped EXE
- Loads dropped DLL
- Suspicious use of SetWindowsHookEx
- Suspicious use of WriteProcessMemory
PID:3908 -
C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe"C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop'; if ($null -eq (Get-Command Get-MpComputerStatus -ErrorAction SilentlyContinue)) { exit 0 }; $status=Get-MpComputerStatus -ErrorAction SilentlyContinue; if ($null -eq $status -or $status.AntivirusEnabled -ne $true) { exit 0 }; $p='C:\Users\Admin\AppData\Local\Madium'.TrimEnd('\'); $current=@((Get-MpPreference -ErrorAction Stop).ExclusionPath); $has=@($current | Where-Object { $_ -and $_.TrimEnd('\') -ieq $p }).Count -gt 0; if (-not $has) { Add-MpPreference -ExclusionPath $p -ErrorAction Stop; $current=@((Get-MpPreference -ErrorAction Stop).ExclusionPath); $has=@($current | Where-Object { $_ -and $_.TrimEnd('\') -ieq $p }).Count -gt 0; if (-not $has) { throw 'Defender did not save the exclusion.' } }"3⤵
- Command and Scripting Interpreter: PowerShell
- Suspicious behavior: EnumeratesProcesses
- Suspicious use of AdjustPrivilegeToken
PID:4912
-
-
C:\Program Files\dotnet\dotnet.exedotnet.exe --list-runtimes3⤵
- System Time Discovery
PID:5224
-
-
C:\Windows\System32\reg.exeC:\Windows\System32\reg.exe query HKLM\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64 /v Installed3⤵
- Modifies registry key
PID:5256
-
-
C:\Windows\System32\reg.exeC:\Windows\System32\reg.exe query HKLM\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x64 /v Installed3⤵
- Modifies registry key
PID:5384
-
-
C:\Windows\System32\reg.exeC:\Windows\System32\reg.exe query HKLM\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86 /v Installed3⤵
- Modifies registry key
PID:5300
-
-
C:\Windows\System32\reg.exeC:\Windows\System32\reg.exe query HKLM\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\x86 /v Installed3⤵
- Modifies registry key
PID:5608
-
-
C:\Windows\System32\reg.exeC:\Windows\System32\reg.exe query HKLM\SOFTWARE\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} /v pv3⤵
- Modifies registry key
PID:4884
-
-
C:\Windows\System32\reg.exeC:\Windows\System32\reg.exe query HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} /v pv3⤵
- Modifies registry key
PID:5324
-
-
C:\Windows\System32\reg.exeC:\Windows\System32\reg.exe query HKCU\Software\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} /v pv3⤵
- Modifies registry key
PID:2384
-
-
C:\Windows\System32\reg.exeC:\Windows\System32\reg.exe query "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" /v Release3⤵PID:5920
-
-
Network
MITRE ATT&CK Enterprise v16
Replay Monitor
Loading Replay Monitor...
Downloads
- Path C:\Users\Admin\AppData\Local\Madium\Bin\Madium.exe.download
- Size 12.3MB
- SHA256 edfdd802204b7959fa6c16a0b62e3c0a708d700caf4f48bd1b99c2f0bff0f248
- MD5 7e53ec02f50f1b901e236be3b485603d
- SHA1 e3ac5418ba3161232a1792009fa0591051aee6b0
- SHA512 ae9c9ef38ce477fc0e34b8d96c87c4ea8892569e453bfcd576072130cf52fe6c7e366430a96c0fb227353d3a20387a0b6ac8a236c6fb16b4f4bdb92a8f78b7e7
- SSDEEP 196608:+j9cmZbFVS2OWRwaY7Bmn+jKTRs0DabywH:7mZbFVVOWGBO+jK9sEae
- TLSH T136D6AE07F64481F8C0AEC278836B9637EA72B889452071AF57F45B112F2BF606F1D799
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\MadiumInstaller.exe
- Size 204KB
- SHA256 4ccd3c14651d1842b201c02084730fcc3b674758a75754c4c69bf64f1a7cda4b
- MD5 7c786540ea668f83551dbc27c021afc1
- SHA1 d15ba52aea36aecf441cd6f70600dec57ff1197a
- SHA512 d3519b21f19c51d65be4b12ce6cb4dc2314e5a239a56b23bb9fc46b117c81430969da89d3e13021577081f4bb5585701ff81891a72cc4700418601ec53673083
- SSDEEP 6144:OwhojjTxItRyKO/XL5n6XD+vpFtO5r1DZQ80sEC:4T55n6XajtO5rBZQvi
- TLSH T178248E1BF79410F9E167C57CCE928A41EB72B896076197CF0B500BB60F27AD85E3AB11
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\data\app.so
- Size 5.4MB
- SHA256 d40a6c1b6bb279aa9e9a6ce542aa4f7a160193126b3ad1de0035dd10c4ef2f53
- MD5 7dd589717b264d9e86e482b8b01399de
- SHA1 8980a35b4de339d306ee5762cd0cded2b83a5fde
- SHA512 325bd207f7d5f876212e1717b6b7d898b86b3f6e13d9f58c48dbd1a6a5c88b62a77b26854761eeb761b41030a0351a67a742d90a562bbcca1898d8f8903f3c7d
- SSDEEP 49152:DwzugA7PW80vZALX2PUonsFhClYHJUjFepf28vfOzWc4KsJ/JtoHsL0OzTlDPa+G:DwzugjdzeKc/JyHm0SiO90
- TLSH T15446FA4BC0E48364D472E772B75F36B5AE2438CC4E74B64606C4575A3E9ACE08ACF672
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\data\flutter_assets\AssetManifest.bin
- Size 2B
- SHA256 f566cc6fccc657365c0197accf3a7d6f80f85209ff666ff774f4dcbc524aa842
- MD5 0b0a3415aad49b6e9bf965ff578614f9
- SHA1 db5b55a9b215f744db82517864984d073f2e8f8c
- SHA512 0404c26467d39c9394c15c26d360cb48cc474aeefe2bae5fd5d46b72b5e9ebb8f1497d561dfed5a21942db92b648bab8167d8e02f5f19880a77e3afdc68526f8
- MD5 SHA1 SHA512
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\data\flutter_assets\FontManifest.json
- Size 82B
- SHA256 28b1eb2b3d2e1ad60b8c8b0f9100b1ccbf492f7fa97f5bebb51ea97e73926e7d
- MD5 7b2a36307916a9721811788013e65289
- SHA1 f83d716c83a8a1cdf2a5c7b5fa387e9a62f2d49d
- SHA512 0659dbdc8042768ce6e75c5e36fef1f93fde820dced5e2cf07f0949e59b25f87c01607f97c1926a792dbda28ebd7e4334ad942dfef3782e5ceb61de893f8df67
- TLSH T141A0120F005405D540CD9045F0957051E040284B000BC4CAD164064493E2130033C307
- MD5 SHA1 SHA512 TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\data\flutter_assets\NOTICES.Z
- Size 102KB
- SHA256 bdb492de2b031ec16101eede4cd2f26feefcd75c16a09239fa471a9cc552fcca
- MD5 79e3b032d03665232fb84f194fc934bd
- SHA1 cd30f816703e3d15a6c5d3f7c986005c044f7425
- SHA512 4d2f906c47e088e8e8256063fa21425e8989e97a0ac94230ca1650177f68b332f65dcd800be281b12295596aa56d022cc88d444fa27a8cdf12e23206e7550323
- SSDEEP 3072:n7tECDp05eSkCmIQ+P/sKr/bw+hoh5H3/P:n7tEC8e+o+H28oh5H3/P
- TLSH T125A3127E6A2C044171BC119D23498B64FEA6FBC630C94EFEB43352B41D7A889712D572
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\data\flutter_assets\NativeAssetsManifest.json
- Size 45B
- SHA256 9548a31e4a048135c1d94f919328bfb62ae2c7bb3cab96557c7941daa97776cb
- MD5 f3a664e105b4f792c6c7fe4e4d22c398
- SHA1 adee29ec4f2b3cb2ec37ec3368f37ff805695d36
- SHA512 b7df555970e20c6a50f650cd0df6ab782fba7004782b3f7921ccfd314db53bfb61523986628d2e05d085f4c2263dfcf54000ffdfc946b0158c5766fc6f1d0a86
- MD5 SHA1 SHA512
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\data\flutter_assets\fonts\MaterialIcons-Regular.otf
- Size 1.6MB
- SHA256 d9865b671a09d683d13a863089d8825e0f61a37696ce5d7d448bc8023aa62453
- MD5 e7069dfd19b331be16bed984668fe080
- SHA1 fc25284ee3d0aaa75ec5fc8e4fd96926157ed8c4
- SHA512 27d9662a22c3e9fe66c261c45bf309e81be7a738ae5dc5b07ad90d207d9901785f3f11dc227c75ca683186b4553b0aa5a621f541c039475b0f032b7688aaa484
- SSDEEP 24576:PsSIRolMKvGXtkXKLkMp2fXrNsAxI6zD2/qxDoq4eeeDrG2eOeGr2lkzhlTMrRoV:P9njdzbwc9
- TLSH T1787529100276EF4CC1EF507D43B74A48F4C59AFEA53ABB1AF9B64795220BDBDA1C8181
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\data\flutter_assets\shaders\ink_sparkle.frag
- Size 21KB
- SHA256 1fe8436a743884cb65078fe8c7b38e18f5365f2a2961270916f426fd13c604af
- MD5 0a8f4531af1d1a54aee8c7d23e640d2d
- SHA1 0e13f340acb6eab5ddfcf70df99d06e3fabbb454
- SHA512 e93fe163ebddb759a7f53c611eedb560fce18c5f5536b8a19781a3c5c3aabb0c0fcd65159b24d60c5113f3c542bf417132f3e8aa5b9b996b5b546cdb34683b51
- SSDEEP 384:TThcP2xBwl0yU6iMRRLkgpXlp+TrlI+6QkopXlp+TrlIPLmNlkf/M+c3Vp3P9KP:TdcP2xBwl0yUNeRwoL+TrlIPzgL+Trly
- TLSH T121A23348D2E60E22DD166B3D556B21043F3EF09BAB67D2033748BA547F87327468A6D3
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\data\flutter_assets\shaders\stretch_effect.frag
- Size 17KB
- SHA256 62a899ff4e168ac6ca888ce7c2f40e5d3fbf8ca20a1c3ded781a116a6d7907e2
- MD5 4acf2167e56d604e5acd1928ac03f0cf
- SHA1 38c5e7d5b2583906cc67f5c018c06c5b43bdd120
- SHA512 097a61ba8ea49c29dd06c92358094a423c9baec14027f2fed616d8da24bb91beb9c82bfdb3fe42de2c1610028a2ae6dbe01ae3636a813c7f0d6fa55369e140f2
- SSDEEP 192:8sVNLhNETx5kgIDkHs9tmogoxjaDViqNi6O9aNiqgiSuKRqDi64BaXiqGiaaZdBf:8Mph6Tx59HUtXYDc2/boE/
- TLSH T1FC821254D6730897CC5BA37D4E4F0218AB34C087968687037E4DF224AF8676A4AA9FD7
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\data\icudtl.dat
- Size 842KB
- SHA256 998367809a821d595928089c197b3f7959f0420f81f79d4d0daee53378492ed5
- MD5 018361032ba13dfeab636138ab6b9831
- SHA1 8f9c259d3a330786ab8bbd49e7e79abfa1d552ed
- SHA512 d7d3fffb41576cf2c90cd260727cc0ea23c5a4c458f84b01426c2a4578004b94168047c7282222e9ffade2f082e189cf167146cc3303bd7dbbb252a593236967
- SSDEEP 12288:8Mlhw771h0jM7ykPG07rr4c8w0P4N48Rkjt3dPHz982VYhq:Zhw3zVtjLbGu4RjTPHzMhq
- TLSH T199056A17B0435E6FE0C48277C652E7B65637838DEB3317EAB698B5593E8A1C20241BCD
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-906FB261-9869-4CE5-B28B-D3F690ED50FC\flutter_windows.dll
- Size 20.3MB
- SHA256 67db13c69a0ce93242d11c2f99dd86ccbabce18ea9de613f126e9e31817d6de6
- MD5 a3a9bc0880d2166c7718120b86f5b54e
- SHA1 ca12a77b625fad404ad57b6335b7bd6d014d461d
- SHA512 583dab60fa9be1c58b280e700cb5298d4b56bc5f5dc8c8e0e94e400925f553fe6bdd664d54b4ea10b4e71cfe6ff4453a7a037398249a59e7f4e2f05d632b6c0a
- SSDEEP 98304:x24Wmz6AP8+AmlPps4yoz95mYjH1x0q1KiROOUsMuZSxAwg5mByfcdrNh7k/WV49:xt8omoxj1IWEjEw9+BZ5vStib5Hc/
- TLSH T145276C03E29640EDC059E179971BAA27F670B8490B20BADF3B5C47213F66BE05B3E754
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_3gxbplbo.qbr.ps1
- Size 60B
- SHA256 96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7
- MD5 d17fe0a3f47be24a6453e9ef58c94641
- SHA1 6ab83620379fc69f80c0242105ddffd7d98d5d9d
- SHA512 5b592e58f26c264604f98f6aa12860758ce606d1c63220736cf0c779e4e18e3cec8706930a16c38b20161754d1017d1657d35258e58ca22b18f5b232880dec82
- TLSH T177A02228CC303B200020C0080A000002C00B800C080C8C0220000A00B20B820002F080
- MD5 SHA1 SHA512 TLSH