Skip to main content
T1078Initial Accessmedium difficulty

Valid Accounts

Valid Accounts is among the hardest abuses to spot because nothing is technically broken, the adversary simply authenticates as a real user across initial access, persistence, privilege escalation, and evasion. Credentials come from phishing, dumping, spraying, or criminal marketplaces. With no malware to flag, detection rests on behavior: logins at odd hours, dormant or former-employee accounts becoming active, one account touching an unusual number of systems, or sign-ins from addresses tied to known breaches.

Practice detecting Valid Accounts on realistic SIEM, XDR alerts in SOCSimulator Operations.

SIEMXDR

What is Valid Accounts?

Valid Accounts is documented as technique T1078 in MITRE ATT&CK® v19.1 under the Initial Access tactic. Detection requires visibility into SIEM, XDR telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Valid Accounts 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

    Implement User and Entity Behavior Analytics to establish behavioral baselines for each account and alert on deviations such as logins at unusual hours, access to resources not previously accessed, or abnormal command execution patterns.

  2. 2

    Monitor for authentication events using accounts that have been inactive for extended periods, particularly service accounts, contractor accounts, and accounts belonging to former employees that should have been disabled.

  3. 3

    Track lateral movement patterns by correlating authentication events across multiple systems to identify accounts being used to authenticate to an unusually large number of systems within a short time window.

  4. 4

    Alert on the use of default or commonly known credentials against internet-facing services, network devices, and internal applications that may not enforce strong password policies.

  5. 5

    Correlate failed and successful authentication attempts with threat intelligence feeds containing known compromised credential lists to identify accounts whose passwords may have appeared in public data breaches.

Example Alerts

These realistic alert examples show what Valid Accounts 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.

HighSIEM

Dormant Service Account Activity Detected

Service account svc_backup_old authenticated to 12 different systems over 20 minutes, including domain controllers and file servers containing sensitive financial data. The account has shown no activity for 847 days and was scheduled for decommission. Current activity does not match any scheduled backup job window.

CriticalSIEM

Credential Stuffing Attack Successful Login

Account jdoe@company.com successfully authenticated to Office 365 after 156 failed attempts from rotating IP addresses over 2 hours. The successful authentication IP resolves to a residential proxy service commonly used to mask credential stuffing attacks. The account password matches credentials in the 2023 breach database.

HighSIEM

Impossible Travel Authentication Event

UEBA engine flagged authentication anomaly for user account agarcia. Login from New York at 14:23 UTC followed by login from Singapore at 15:01 UTC. Geographic distance and travel time make legitimate simultaneous access physically impossible, indicating compromised credentials being used from multiple locations.

Frequently Asked Questions

How do SOC analysts detect Valid Accounts?
Detection centers on SIEM, XDR telemetry for the initial access phase of the attack. Implement User and Entity Behavior Analytics to establish behavioral baselines for each account and alert on deviations such as logins at unusual hours, access to resources not previously accessed, or abnormal command execution patterns. Monitor for authentication events using accounts that have been inactive for extended periods, particularly service accounts, contractor accounts, and accounts belonging to former employees that should have been disabled.
What does a Valid Accounts alert look like?
A representative SIEM detection is "Dormant Service Account Activity Detected" (high severity): Service account svc_backup_old authenticated to 12 different systems over 20 minutes, including domain controllers and file servers containing sensitive financial data. The account has shown no activity for 847 days and was scheduled for decommission. Current activity does not match any scheduled backup job window.
Which tools detect Valid Accounts, and how can I practice?
Valid Accounts (T1078) is best surfaced with SIEM, XDR telemetry, which exposes the initial access signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.

Practice Valid Accounts in a Free Room

Investigate Valid Accounts on realistic SIEM, XDR, and firewall consoles, free.

Account Takeover: Impossible-Travel Sign-In

Account Takeover: Impossible-Travel Sign-In

A finance analyst's Microsoft Entra account is accessed without MFA from Moldova 18 minutes after their normal London sign-in. Impossible travel confirmed. The unauthorized session reads the inbox via Graph and adds an external recovery address. Work the Entra audit trail to identify the attacker IP, the compromised mailbox, and the persistence mechanism.

25m·256 tasks
View Operation
Credential Harvesting: The Lookalike Login

Credential Harvesting: The Lookalike Login

Investigate an adversary-in-the-middle (AiTM) credential phishing campaign that lured an employee to a lookalike Microsoft 365 login page. Working entirely from SIEM logs, you will identify the lookalike domain, reconstruct the multi-hop redirect chain through a compromised legitimate site, uncover a secondary phishing wave against another employee, and confirm account takeover in Azure AD sign-in logs via impossible travel and session-token replay. You finish by choosing the containment action that actually evicts an attacker holding a valid session token. Foundational skills for SOC analysts in lookalike-domain analysis and identity-centric incident response.

20m·257 tasks
View Operation
FortiOS Bypass to Hunters International Ransomware

FortiOS Bypass to Hunters International Ransomware

Operators consistent with the Hunters International ransomware group abuse a FortiOS super-admin authentication bypass on an internet-facing FortiGate, plant rogue accounts, pivot over the SSL-VPN tunnel by RDP, sweep the network with Advanced IP and Port Scanner, and push roughly 6.8 GB of share data to a single external host over SFTP before running the encrypter. Work the FortiGate edge, the directory records, the perimeter egress, and the endpoint process tree to reconstruct the intrusion from entry to encryption.

30m·256 tasks
View Operation
Glossary

What is Phishing? SOC Glossary

Phishing is a social engineering attack delivered via email, SMS, voice calls, or other channels that deceives recipient…

Read more
Glossary

What is Attack Surface? SOC Glossary

An organization's attack surface is the total set of points where an adversary could attempt unauthorized access: networ…

Read more
Glossary

What is Social Engineering? SOC Glossary

Social engineering is the psychological manipulation of individuals into performing actions or revealing information tha…

Read more
Glossary

What is IOC? SOC Glossary

An Indicator of Compromise (IOC) is an observable artifact, such as a file hash, IP address, domain name, URL, registry …

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

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

Tier 2 SOC Analysts handle the investigations that Tier 1 escalates. You dig into multi-stage attacks, coordinate contai…

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
Playbook

Phishing Email Investigation: Investigation Playbook

When a phishing email is reported or detected, investigate by analyzing email headers for spoofing indicators, inspectin…

Read more
Playbook

Brute Force Attack Investigation: Investigation Playbook

When authentication logs show repeated failed login attempts against one or more accounts, investigate by identifying th…

Read more
Playbook

Impossible Travel Login Investigation: Investigation Playbook

When authentication logs show a user logging in from two geographically distant locations within a timeframe that makes …

Read more