Skip to main content
T1556Credential Accesshard difficulty

Modify Authentication Process

Modify Authentication Process tampers with the components that verify identity, LSASS and authentication packages on Windows, PAM on Linux, so the adversary can capture credentials or bypass checks entirely, including defeating MFA. Skeleton-key malware and malicious PAM or SSP modules are typical. Detection looks for new or unsigned DLLs registered as security or authentication packages, suspicious processes touching LSASS, edits to PAM configuration, and logons that succeed in ways the normal policy should not allow.

Practice detecting Modify Authentication Process on realistic SIEM, XDR alerts in SOCSimulator Operations.

SIEMXDR

What is Modify Authentication Process?

Modify Authentication Process is documented as technique T1556 in MITRE ATT&CK® v19.1 under the Credential Access tactic. Detection requires visibility into SIEM, XDR telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Modify Authentication Process activity. These methods apply across SIEM, XDR environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    Monitor for suspicious modifications to Active Directory authentication processes on domain controllers, including unusual processes accessing LSASS memory that may indicate skeleton key malware implantation.

  2. 2

    Alert on PAM configuration file modifications and changes to PAM-related shared library files on Linux systems, as attackers modify these to capture all authentication credentials passing through the PAM stack.

  3. 3

    Detect addition of new SAML identity providers, OAuth applications, or other SSO integrations in cloud platforms and identity management systems that were not provisioned through authorized change management processes.

  4. 4

    Monitor domain controller event logs for evidence of domain replication metadata changes that do not correspond to authorized Active Directory schema or configuration changes, which may indicate authentication subsystem patching.

  5. 5

    Implement file integrity monitoring on authentication-related binaries and libraries including winlogon.exe, lsasrv.dll, and PAM module libraries, alerting on any unauthorized modifications to these security-critical components.

Example Alerts

These realistic alert examples show what Modify Authentication Process looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

CriticalXDR

Skeleton Key Malware Detected in Domain Controller Memory

Memory analysis of domain controller DC-PRIMARY detected patching of NTLM authentication in the LSASS process memory consistent with the Mimikatz skeleton key module. This implant allows any account to authenticate with a single master password while also accepting the original password. Detection occurred through behavioral monitoring of processes accessing LSASS memory; the skeleton key provides persistent domain-wide authentication bypass requiring immediate DC remediation.

CriticalSIEM

PAM Module Modified to Capture Credentials

File integrity monitoring detected modification to /lib/x86_64-linux-gnu/security/pam_unix.so on production server. The modified PAM module contains additional code that logs all authentication attempts and cleartext passwords to a hidden file before passing control to the legitimate authentication function. Every user authentication on this server since the modification has been captured including privileged account passwords.

HighSIEM

Unauthorized SAML Identity Provider Added to Cloud Tenant

Azure AD audit log recorded addition of a new SAML 2.0 identity provider by a compromised global administrator account at 03:12 AM. The new identity provider certificate was self-signed and issued 2 hours before configuration. A malicious SAML provider can issue forged authentication tokens for any user in the tenant, providing persistent unauthorized access that survives password resets if not removed.

Frequently Asked Questions

How do SOC analysts detect Modify Authentication Process?
Detection centers on SIEM, XDR telemetry for the credential access phase of the attack. Monitor for suspicious modifications to Active Directory authentication processes on domain controllers, including unusual processes accessing LSASS memory that may indicate skeleton key malware implantation. Alert on PAM configuration file modifications and changes to PAM-related shared library files on Linux systems, as attackers modify these to capture all authentication credentials passing through the PAM stack.
What does a Modify Authentication Process alert look like?
A representative XDR detection is "Skeleton Key Malware Detected in Domain Controller Memory" (critical severity): Memory analysis of domain controller DC-PRIMARY detected patching of NTLM authentication in the LSASS process memory consistent with the Mimikatz skeleton key module. This implant allows any account to authenticate with a single master password while also accepting the original password. Detection occurred through behavioral monitoring of processes accessing LSASS memory; the skeleton key provides persistent domain-wide authentication bypass requiring immediate DC remediation.
Which tools detect Modify Authentication Process, and how can I practice?
Modify Authentication Process (T1556) is best surfaced with SIEM, XDR telemetry, which exposes the credential access signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.

Build the Skills Behind Modify Authentication Process

We don't have a dedicated room for Modify Authentication Process yet. Practice the surrounding detection skills across SOCSimulator Operations, free.

Explore Operations
Glossary

What is Brute Force Attack? SOC Glossary

A brute force attack systematically tries large numbers of username and password combinations, or decryption keys, until…

Read more
Glossary

What is MFA? SOC Glossary

Multi-Factor Authentication (MFA) requires a user to prove their identity with two or more independent factors, somethin…

Read more
Glossary

What is Lateral Movement? SOC Glossary

Lateral movement is the attack phase where adversaries expand access from an initial foothold to additional systems, usi…

Read more
Glossary

What is SIEM? SOC Glossary

Security Information and Event Management (SIEM) is a platform that aggregates, normalizes, and correlates log data from…

Read more
Career Path

SOC Analyst (Tier 1) Career Guide: Salary & Skills

Tier 1 SOC Analysts are the front line. You monitor alert queues, triage incoming detections, classify them as true or f…

Read more
Career Path

Incident Responder Career Guide: Salary & Skills

Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Tool

XDR Training Console: SOCSimulator

The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more
Feature

Shift Mode: Real-Time SOC Simulation

Practice alert triage under realistic time pressure with SLA timers and noise injection.

Read more
Feature

Operations: Guided Training Operations

Structured CTF-style investigation operations covering real-world attack scenarios.

Read more