Skip to content

System Restore Points Information

Evidence: System Restore Points Information
Description: Collect information about system restore points
Category: System
Platform: windows
Short Name: rpi
Is Parsed: Yes
Sent to Investigation Hub: Yes
Collect File(s): No

System Restore creates restore points that snapshot system configuration and registry state. These snapshots allow Windows to revert to a previous state if problems occur.

Restore point metadata includes creation time, description, and type information. While the actual restore point data (in System Volume Information) is not collected, the metadata provides evidence of system state changes and potential restoration events.

This collector gathers structured data about system restore points information.

FieldDescriptionExample
DescriptionRestore point descriptionAutomatic Restore Point
CreationTimeWhen restore point was created2023-10-01T10:00:00
RestorePointTypeType of restore point12
EventTypeEvent type100

This collector queries WMI for restore point information:

  • WMI namespace: ROOT\DEFAULT
  • WMI query: SELECT * FROM SystemRestore

The query returns all restore points with their metadata.

Restore point information helps track system configuration changes and potential malware installation timeframes. Investigators use this data to identify when system changes occurred, correlate with malware installation, track software installation events, and identify potential restoration attempts.