Process memory dumped using procdump

Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

What happened

The Sysinternals tool {{ @process.executable.name }} was used to dump process memory.

Goal

Detect when procdump is used to dump process memory.

Strategy

Procdump is a sysinternals tool originally created to help trouble shoot running applications. Threat actors have used it to dump process memory in an attempt to extract credentials, oftentimes from the lsass process.

Triage and response

  1. Identify what process is being dumped, and if it is authorized or expected.
  2. If it’s not authorized, isolate the host from the network.
  3. Follow your organization’s internal processes for investigating and remediating compromised systems.

Requires Agent version 7.50.0 or greater.