Understanding Windows Artefacts¶
Windows artefacts are records created by the operating system, applications, and user interaction. Together, they can support findings about execution, access, persistence, files, devices, and system use.
What you will learn
By the end, you should be able to explain artefact provenance, avoid treating one parser result as proof, and choose corroborating evidence.
What are Windows artefacts?¶
Core concept
An artefact is data produced as a side effect of system or user activity. Its value depends on what created it, when it updates, how long it persists, and whether the acquisition included the required source files.
Keep in mind: A parsed record is an interpretation of source data. Retain the source and record the parser version and settings.
Artefact families¶
Why it matters¶
Reconstruct execution¶
Several artefacts may indicate that a programme was present or used.
Understand user activity¶
Shell and application records can connect accounts with files and locations.
Correlate evidence¶
Shared paths, identifiers, and timestamps link activity across artefact families.
Test explanations¶
Independent records help distinguish expected activity from suspicious behaviour.
How artefact analysis works¶
- DefineState the activity, user, system, and time range under investigation.
- LocateIdentify source artefacts and confirm they were acquired completely.
- ParseUse a recorded tool version and preserve errors, warnings, and raw source data.
- InterpretApply the artefact's creation, update, timestamp, and retention behaviour.
- CorroborateCompare independent artefacts before reporting an important finding.
Choose the next step¶
Interpret before concluding
- 1PreserveRetain source artefacts and parser outputs.
- 2UnderstandKnow what creates and updates the record.
- 3CorrelateCompare identifiers, paths, users, and time.
- 4QualifyState limitations and confidence.
Windows-artefact tools in SUSA¶
EZ Tools in this SUSA section
These guides cover tools listed in the current Eric Zimmerman tool set. Use the suite page for installation and shared dependency guidance.
Other Windows-artefact tools
These tools have separate maintainers, release channels and provenance. Record each tool's own version and source.