8000 GitHub - 3nc0d3r/irFARTpull: PowerShell script utilized to pull several forensic artifacts from a live Win7 and WinXP system without WINRM.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from n3l5/irFARTpull

PowerShell script utilized to pull several forensic artifacts from a live Win7 and WinXP system without WINRM.

Notifications You must be signed in to change notification settings

3nc0d3r/irFARTpull

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

IR Forensic ARTifact pull (irFArtpull)

DESCRIPTION:

irFARTpull is a PowerShell script utilized to pull several forensic artifacts from a live Windows 7, 8, Server 2008, and Server 2012 systems on your network.

Artifacts it grabs:

  • Disk Information
  • System Information
  • User Information
  • Network Configuration
  • Netstat info
  • Route Table, ARP Table, DNS Cache, HOSTS file
  • Running Processes
  • Services
  • Event Logs (System, Security, Application)
  • Prefetch Files
  • $MFT
  • NTFS $LogFile
  • Registry Files
  • User NTUSER.dat files
  • Java IDX files
  • Internet History Files (IE, Firefox, Chrome)

When done collecting the artifacts, it will 7zip the data and yank the info off the box for off-line analysis.

NOTEs:

  • All testing done on PowerShell v3 oe v4
  • Requires RawCopy64.exe for the extraction of MFT$ and NTUSER.DAT files.
  • Requires 7za.exe (7zip cmd line) for compression w/ password protection

Assumed Directories:

  • c:\windows\temp\IR - Where the work will be done (no need to create)

***As expected: Must be ran a user that will have Admin creds on the remote system. The assumption is that the target system is part of a domain.

LINKs:

irFARTpull main - https://github.com/n3l5/irFARTpull

Links to required tools:

Various tools for analysis of the artifacts:

About

PowerShell script utilized to pull several forensic artifacts from a live Win7 and WinXP system without WINRM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%
0