Skip to content
IT_TOOLS_

/Windows Events Reference

Quickly search and reference Windows Security and Sysmon Event IDs.

Local processing

This tool processes your input in your browser.

Command Palette

Search for a command to run...

Filters

Found 16 events

Sysmon 1Process Creation

Process Creation

Provides detailed information about newly created processes. It is equivalent to Windows Event 4688 but includes the command line and parent-child process relationships.

Useful Fields:Image, CommandLine, ParentImage, Hashes, User

Malicious Use:Detecting execution of malicious payloads, LOLBins like PowerShell or cmd.exe, and suspicious parent-child chains (e.g. Word spawning cmd.exe).

Related MITRE:T1059.001T1059.003T1204.002T1566.001

4688A new process has been created

Process Creation

Generated every time a new process starts. Requires Command Line auditing to be enabled via GPO for full visibility.

Useful Fields:New Process Name, Creator Process ID, Process Command Line

Malicious Use:Tracking attacker execution and lateral movement tools.

Related MITRE:T1059.001T1059.003T1204.002

Sysmon 8CreateRemoteThread

Process Creation

Detects when a process creates a thread in another process, a common technique for process injection.

Useful Fields:SourceImage, TargetImage, StartAddress, StartFunction

Malicious Use:Identifying process injection techniques like DLL injection or shellcode execution.

Related MITRE:T1055.001T1055.002

Sysmon 10ProcessAccess

Process Creation

Logs when a process opens another process, which is often used for credential dumping or memory reading.

Useful Fields:SourceImage, TargetImage, CallTrace, GrantedAccess

Malicious Use:Detecting credential dumping tools like Mimikatz or procdump targeting LSASS.

Related MITRE:T1003.001

Sysmon 3Network Connection

Network Connection

Logs TCP/UDP connections on the machine.

Useful Fields:Image, DestinationIp, DestinationPort, Protocol

Malicious Use:Identifying C2 beaconing, lateral movement via RDP/SMB, or exfiltration.

Related MITRE:T1071T1570T1021.001T1021.002

Sysmon 22DNSEvent (DNS query)

Network Connection

Logs DNS queries, regardless of whether they succeed or fail, and what process performed them.

Useful Fields:Image, QueryName, QueryStatus, QueryResults

Malicious Use:Detecting DNS tunneling, C2 domains, and DGA (Domain Generation Algorithms).

Related MITRE:T1071.004T1568T1483

Sysmon 11FileCreate

File System

Logs when a file is created or overwritten.

Useful Fields:Image, TargetFilename, CreationUtcTime

Malicious Use:Tracking malware drops, web shell uploads, or ransomware activity.

Related MITRE:T1105T1505.003T1486

Sysmon 23FileDelete

File System

Logs when a file is deleted. Can capture the deleted file if configured.

Useful Fields:Image, TargetFilename, Hashes, IsExecutable

Malicious Use:Detecting attackers wiping their tools, clearing logs, or ransomware removing volume shadow copies.

Related MITRE:T1070.004T1485

Sysmon 13RegistryEvent (Value Set)

Registry

Logs registry value modifications.

Useful Fields:Image, TargetObject, Details

Malicious Use:Identifying persistence mechanisms (e.g. Run keys) or UAC bypass attempts.

Related MITRE:T1547.001T1546.012T1112

4624Logon Success

Authentication

An account was successfully logged on. Key indicator of valid user activity or compromised accounts.

Useful Fields:Logon Type, Account Name, Source Network Address

Malicious Use:Tracking lateral movement via compromised credentials, Pass-the-Hash (Type 3), or RDP (Type 10).

Related MITRE:T1078T1021.001T1021.002T1550.002

4625Logon Failure

Authentication

An account failed to log on. Essential for detecting brute force attacks.

Useful Fields:Logon Type, Account Name, Failure Reason, Source Network Address

Malicious Use:Detecting password spraying or brute force attacks.

Related MITRE:T1110.001T1110.003

4724Password Reset Attempt

Authentication

An attempt was made to reset an account's password by an administrator.

Useful Fields:Target Account Name, Subject Account Name

Malicious Use:Attackers resetting admin passwords to maintain persistent access to a compromised domain.

Related MITRE:T1098

1102Audit Log Cleared

System

The audit log was cleared. This is highly suspicious if performed outside of regular maintenance.

Useful Fields:Subject User, Log Name

Malicious Use:Defense evasion. Attackers covering their tracks by wiping the Security Event Log.

Related MITRE:T1070.001

7045Service Installed

System

A service was installed in the system.

Useful Fields:Service Name, Service File Name, Service Start Type

Malicious Use:Detecting persistence via malicious Windows Services.

Related MITRE:T1543.003

4698Scheduled Task Created

System

A scheduled task was created.

Useful Fields:Task Name, Task Content

Malicious Use:Detecting persistence via malicious Scheduled Tasks.

Related MITRE:T1053.005

5140Network Share Access

Object Access

A network share object was accessed.

Useful Fields:Share Name, Share Local Path, Account Name

Malicious Use:Tracking lateral movement, access to sensitive shares (e.g. C$, ADMIN$), or data staging.

Related MITRE:T1021.002