Skip to content

securycore/ThreatHunting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreatHunting

Installation

Before installation, unblocking the downloaded files may be required.

Get-ChildItem *.ps* -Recurse | Unblock-File

Option 1: Install at the System Level

Copy the project folder to %Windir%\System32\WindowsPowerShell\v1.0\Modules\

Option 2: Install at the Profile Level

Copy the project folder to $home\Documents\WindowsPowerShell\Modules\

Option 3: Import Module at each Powershell Prompt

To only use the scripts during the current powershell session, use

Import-Module .\ThreatHunting.psm1

Contact

CERTAnalysisMitigation@dla.mil

CERT@dla.mil

http://seclist.us/threathunting-powershell-collection-designed-to-assist-in-threat-hunting-windows-systems.html

About

Powershell collection designed to assist in Threat Hunting Windows systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors