• Platformchevron right
  • Solutionschevron right
  • Modern NDRchevron right
  • Resourceschevron right
  • Companychevron right

DETECTION OVERVIEW

New WMI Process Creation Activity

Risk Factors

Creating a process by running a Windows Management Instrumentation (WMI) method requires local administrator privileges, which can be difficult for attackers to acquire. But a successful attacker can leverage applications, many preinstalled on Windows devices, to interact with WMI and achieve attack campaign objectives such as lateral movement. The severity of the attack depends on which devices are compromised and the type of commands that are run.

The risk score can be adjusted for this detection.

Kill Chain

Lateral Movement

Risk Score

56

Detection diagram
Next in Lateral Movement: New WSMan Remote Administration Activity

Attack Background

WMI is a set of specifications for Windows operating system components. Microsoft utilities and protocols can interact with WMI to perform actions on remote devices. For example, the WMI CreateProcess (also known as Win32_Process) method can start a process on a remote device to run commands. An attacker with local administrator privileges can interact with WMI by sending a Microsoft remote procedure call (MS-RPC) request to a remote device. The request includes the ExecMethod operation, which passes malicious commands to the WMI method on the remote device. As a result, the process is created and runs the malicious commands on the device.

Mitigation Options

Block or restrict WMI access to authorized IP addresses in Windows firewall settings
Limit the number of administrator accounts that have WMI privileges
Separate credentials for administrators by the type of remote activity
Restrict access to specific WMI namespaces to only relative administrative user accounts

MITRE ATT&CK ID

What else can RevealX do for you?