Windows Process Access to svchost.exe with Credential Dumping Access Rights

Alerts on attempts to read svchost.exe memory consistent with credential dumping, excluding known benign callers.

FreeReviewedSigma · High · v2
Product
windows
Category
process_access
Author
Florent Labouyrie (SigmaHQ), DRL 1.1
Published
2021-04-30
Updated
2026-07-31
title: Windows Process Access to svchost.exe with Credential Dumping Access Rights
id: a5de070c-a544-4e1c-a247-522074a77c71
status: test
description: This rule flags attempts to access the memory of svchost.exe using a specific granted access mask associated with credential dumping behavior. Attackers may use this to read sensitive process memory and extract credentials. It relies on Windows process access telemetry that records the target image, source image, and the granted access value, excluding some known benign sources.
references:
  - Internal Research
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_access/proc_access_win_svchost_credential_dumping.yml
author: Florent Labouyrie, Huntrule Team
date: 2021-04-30
modified: 2022-10-09
tags:
  - attack.privilege-escalation
  - attack.t1548
logsource:
  product: windows
  category: process_access
detection:
  selection:
    TargetImage|endswith: \svchost.exe
    GrantedAccess: "0x143a"
  filter_main_known_processes:
    SourceImage|endswith:
      - \services.exe
      - \msiexec.exe
  condition: selection and not 1 of filter_main_*
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 174afcfa-6e40-4ae9-af64-496546389294
    type: derived