Analysis
- user interaction
yes - max time kernel
598s - max time network
600s - platform
windows10-2004_x64 - resource
win10v2004-20260513-en - resource tags
arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-x64systemwindows - submitted
05/08/2026, 10:46
Static task
static1
1 signatures
Behavioral task
behavioral1
Sample
Installer-1.0.7.exe
Resource
win10v2004-20260513-en
11 signatures
600 seconds
Behavioral task
behavioral2
Sample
Installer-1.0.7.exe
Resource
win11ltsc2024-20260709-en
4 signatures
600 seconds
General
- Target Installer-1.0.7.exe
- Size 9.8MB
- Sample260805-mvefysaa53
- SHA256 48f359326787a848b89d838a318d797c51fd7feeeee602fff5f46b9d3f7b53ce
- MD5 32e6c794181e84ec3ddb154ed5e65391
- SHA1 9a6f359a8ba80338cc83200e8b6b0b06a9d4e290
- SHA512 582171a6fa99246b4919f30c73e385aa26f55407dfab040188970aef9d7fb1ac12f1c3fd635efb8a5aebe484a0bc7c85be65a0ac2344ce8a95d4e1f64886425d
- SSDEEP 196608:/CIlL/mwLN9H3eeYbuN3VdC61kyGxyzriAZOLqJt6dl:awL/mINZePbtyviOt6d
- TLSH T182A6330377A623F5D076C93EEC92120D277278725F64EEEB1768EAB10E661C48E3E154
- 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 3260 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-1074038928-2032447174-945360078-1000\Control Panel\International\Geo\Nation MadiumInstaller.exe - Executes dropped EXE 1 IoCs
pid Process 2272 MadiumInstaller.exe - Loads dropped DLL 1 IoCs
pid Process 2272 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 2188 dotnet.exe - Modifies registry key 1 TTPs 7 IoCs
pid Process 4268 reg.exe 4272 reg.exe 3264 reg.exe 1736 reg.exe 3276 reg.exe 4264 reg.exe 2096 reg.exe - Suspicious behavior: EnumeratesProcesses 2 IoCs
pid Process 3260 powershell.exe 3260 powershell.exe - Suspicious use of AdjustPrivilegeToken 1 IoCs
description pid Process Token: SeDebugPrivilege 3260 powershell.exe - Suspicious use of SetWindowsHookEx 5 IoCs
pid Process 2272 MadiumInstaller.exe 2272 MadiumInstaller.exe 2272 MadiumInstaller.exe 2272 MadiumInstaller.exe 2272 MadiumInstaller.exe - Suspicious use of WriteProcessMemory 11 IoCs
description pid Process procid_target PID 2488 wrote to memory of 2272 2488 Installer-1.0.7.exe 85 PID 2272 wrote to memory of 3260 2272 MadiumInstaller.exe 95 PID 2272 wrote to memory of 2188 2272 MadiumInstaller.exe 97 PID 2272 wrote to memory of 3276 2272 MadiumInstaller.exe 98 PID 2272 wrote to memory of 1736 2272 MadiumInstaller.exe 99 PID 2272 wrote to memory of 3264 2272 MadiumInstaller.exe 100 PID 2272 wrote to memory of 4272 2272 MadiumInstaller.exe 101 PID 2272 wrote to memory of 4268 2272 MadiumInstaller.exe 102 PID 2272 wrote to memory of 2096 2272 MadiumInstaller.exe 103 PID 2272 wrote to memory of 4264 2272 MadiumInstaller.exe 104 PID 2272 wrote to memory of 3996 2272 MadiumInstaller.exe 105
Processes
-
C:\Users\Admin\AppData\Local\Temp\Installer-1.0.7.exe"C:\Users\Admin\AppData\Local\Temp\Installer-1.0.7.exe"1⤵
- Suspicious use of WriteProcessMemory
PID:2488 -
C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\MadiumInstaller.exe"C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\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:2272 -
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:3260
-
-
C:\Program Files\dotnet\dotnet.exedotnet.exe --list-runtimes3⤵
- System Time Discovery
PID:2188
-
-
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:3276
-
-
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:1736
-
-
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:3264
-
-
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:4272
-
-
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:4268
-
-
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:2096
-
-
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:4264
-
-
C:\Windows\System32\reg.exeC:\Windows\System32\reg.exe query "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" /v Release3⤵PID:3996
-
-
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.0MB
- SHA256 efd75eba74c4e6ff9eabf11f68036283f869ca5457eefb437638f1181392c279
- MD5 7c35c2e67c3eef0c6e72b65a83025406
- SHA1 3d8c26649f79457bf25482af348a845380a6a810
- SHA512 38356630638c6c454661636c9e3af9101a1485ecc0e2aa7a92ac17d18659a48f211b8be365768bbdcaee3c2aacd26fd29cab4de6b307985da1e30cbc52f11a70
- SSDEEP 196608:2s9GT85PF80DWSwa+HDM7YKb7Bmyn+v3fw:h5PF8EW9HDM7YSBmq+v3f
- TLSH T192C6AE07F644C1F4C4AEC278836B9636EA32B889452471AF1BE45B112F2BF606F1D79D
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\MadiumInstaller.exe
- Size 201KB
- SHA256 6fd337856b578dcd62a24c5247ca5ba92de246acc0a2d95e03400dc954a97f1c
- MD5 e9d216ac267648102c67fb1c9e424fc2
- SHA1 b493db516a01022ca9c8c6e90b8060df7cfa5cd6
- SHA512 f07f7bff35b56d4e2a5c0c95e7394c13e62a7740b55aa1d60db1f9084408c78e30497ebdc924d64102539489be593c457b325cc68985b549222c399d49f947c5
- SSDEEP 6144://6h0bqhOCz3hu01iXdfditfn4O5rEH9pJfsEC:XsLPoi9n4O5rc9p1i
- TLSH T143147E16FA6500F9E25AD5BC8D534A02EB73F896073197CF17804A7A0F27AD85E3EB11
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\data\app.so
- Size 5.3MB
- SHA256 0f6f8ad3b139c34d223f57f799a84065ce42530de7d87a9123a62169d3eb04a4
- MD5 a320110f47d768152340cc2f34181dd8
- SHA1 793aedc2949b11b0db7e63280cb3000170a8b1d6
- SHA512 ecd1212b47d91ccbc62f73f5865d4fecadae570c3d08c82dc7fc6f1326351e636d86253ef43bb0ac45534d3dee4990f99f4dedb14be52ff95cb0b3c3968454b8
- SSDEEP 49152:SfVy5hF5ziF3mfcGjChmcUWo3f352/yMjByBRSRpe0V8BxV/zNyzB570gKHoZtXW:Sqf5IRpSBxV5yd57b5UT
- TLSH T13C46F897C0E48770D572E772B75F26B65E1438CC4E70B68607C86A563E9ACE04ACF272
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\MadiumInstaller-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\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-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\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-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\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-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\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-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\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-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\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-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\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-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\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-CD6FB3B9-1663-44C5-9AF6-A15C4959FF48\flutter_windows.dll
- Size 20.3MB
- SHA256 a5c880a4218a04cfb3e58b103160334658122c5e43d3b818b3d9af5ab3e1fc0e
- MD5 0c8c6ad1f023a515e37ab2bce12b4512
- SHA1 d97f4ef98acc752a2ca6cd7fa89b605205f9cb24
- SHA512 18445153a65b0641d85676cff4a17d736065822bd56a9bc712b3e61d96201cbc10e46f2e4fcf2568f7f29bd22ec15bce75bd7897c90773bf3cceb42d20c7c33f
- SSDEEP 98304:B24Wmz6AP8+AmlPps4yoz95mYjH1x0q1KiROOUsMuZSxAwg5mByfcdrNh7k/WV4h:Bt8omoxj1IWEjEw9+BZ5vStib5HHe
- TLSH T1E2276C03E29640EDC059E179971BAA27F670B8490B20BADF3B5C47213F66BE05B3E754
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_ecpd1amu.klu.ps1
- Size 60B
- SHA256 96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7
- MD5 d17fe0a3f47be24a6453e9ef58c94641
- SHA1 6ab83620379fc69f80c0242105ddffd7d98d5d9d
- SHA512 5b592e58f26c264604f98f6aa12860758ce606d1c63220736cf0c779e4e18e3cec8706930a16c38b20161754d1017d1657d35258e58ca22b18f5b232880dec82
- TLSH T177A02228CC303B200020C0080A000002C00B800C080C8C0220000A00B20B820002F080
- MD5 SHA1 SHA512 TLSH