Classe: Worm
Les vers se propagent sur les réseaux informatiques via des ressources réseau. Contrairement à Net-Worms, un utilisateur doit lancer un ver afin qu'il soit activé. Ce type de ver recherche les réseaux informatiques distants et se copie dans les répertoires accessibles en lecture / écriture (s'il en trouve). En outre, ces vers utilisent les fonctions intégrées du système d'exploitation pour rechercher des répertoires réseau accessibles et / ou ils recherchent au hasard des ordinateurs sur Internet, s'y connectent et tentent d'accéder pleinement aux disques de ces ordinateurs. Cette catégorie couvre également les vers qui, pour une raison ou une autre, ne rentrent dans aucune des autres catégories définies ci-dessus (par exemple les vers pour les appareils mobiles).Plus d'informations
Plateforme: Win64
Win64 est une plate-forme sur les systèmes d'exploitation Windows pour l'exécution d'applications 32/64 bits. Les programmes Win64 ne peuvent pas être lancés sur des versions 32 bits de Windows.Famille: Worm.Win64.Alien
No family descriptionExamples
50442FADA9FE4F5B8E0F62D8FC61ABD8F1BEA86F5FCA7338254B215852F9E631
7C49D7495AA34FAFA3387EC9D386279B
AD4E15CD68EF8B17A64195C508439474
CE24FA48E6A8FD70DB7060B1515E9242
Tactics and Techniques: Mitre*
TA0002
Execution
The adversary is trying to run malicious code.
Execution consists of techniques that result in adversary-controlled code running on a local or remote system. Techniques that run malicious code are often paired with techniques from all other tactics to achieve broader goals, like exploring a network or stealing data. For example, an adversary might use a remote access tool to run a PowerShell script that does Remote System Discovery.
Execution consists of techniques that result in adversary-controlled code running on a local or remote system. Techniques that run malicious code are often paired with techniques from all other tactics to achieve broader goals, like exploring a network or stealing data. For example, an adversary might use a remote access tool to run a PowerShell script that does Remote System Discovery.
T1059.001
Command and Scripting Interpreter: PowerShell
Adversaries may abuse PowerShell commands and scripts for execution. PowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system.(Citation: TechNet PowerShell) Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of code. Examples include the
PowerShell may also be used to download and run executables from the Internet, which can be executed from disk or in memory without touching disk.
A number of PowerShell-based offensive testing tools are available, including Empire, PowerSploit, PoshC2, and PSAttack.(Citation: Github PSAttack)
PowerShell commands/scripts can also be executed without directly invoking the
Start-Process cmdlet which can be used to run an executable and the Invoke-Command cmdlet which runs a command locally or on a remote computer (though administrator permissions are required to use PowerShell to connect to remote systems).PowerShell may also be used to download and run executables from the Internet, which can be executed from disk or in memory without touching disk.
A number of PowerShell-based offensive testing tools are available, including Empire, PowerSploit, PoshC2, and PSAttack.(Citation: Github PSAttack)
PowerShell commands/scripts can also be executed without directly invoking the
powershell.exe binary through interfaces to PowerShell's underlying System.Management.Automation assembly DLL exposed through the .NET framework and Windows Common Language Interface (CLI).(Citation: Sixdub PowerPick Jan 2016)(Citation: SilentBreak Offensive PS Dec 2015)(Citation: Microsoft PSfromCsharp APR 2014) * © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.