Skip to content

Get information about a Windows 10 system to perform a DFIR analysis.

License

Notifications You must be signed in to change notification settings

IncideDigital/DFIR-Collect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFIR-Collect

Get information about the Windows 10 system to perform a DFIR analysis.

On systems with a restricted script execution policy, run:

PowerShell.exe -ExecutionPolicy UnRestricted -File .\DFIR-Collect-W10.ps1

This script needs at least PowerShell 2.0 (Windows 10)

Under the GPL license.

(c) 2019-2020, INCIDE Digital Data S.L. (tecnico@incide.es)

Install

Some modules need RawCopy.exe or the SleuthKit suite. Unzip them in the same directory than this script.

Forensic artifacts

  1. Machine and Operating system information.
  2. User accounts and current login information.
  3. Network configuration and connectivity information.
  4. Anti-Virus application status and related logs.
  5. Startup applications.
  6. Running process related information.
  7. Running services related information.
  8. Drivers installed and running.
  9. DLLs created.
  10. Open files.
  11. Open shares.
  12. Mapped drives.
  13. Scheduled jobs.
  14. Active network connections and related process.
  15. Hotfixes applied.
  16. Installed applications.
  17. Link files created.
  18. Packed files.
  19. USB related.
  20. Shadow copies created.
  21. Prefetch files and timestamps.
  22. DNS cache.
  23. List of available logs and last write times.
  24. Firewall configuration.
  25. Audit policy.
  26. Temporary Internet filesand cookies.
  27. Typed URLs.
  28. Important registry keys.
  29. File timeline.
  30. Important event logs.

About

Get information about a Windows 10 system to perform a DFIR analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published