Skip to content

Collection of tools to gather information for threat intelligence

Notifications You must be signed in to change notification settings

b1naryxx/Threat-Intel-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Threat-Intel-Tools

Collection of tools to gather or process information for threat intelligence activities which I have developed so far. Below is a brief description and usage of each tool.

Quarantine-Download.ps1

This is a powershell tool to download quarantined emails from Office365 using Get-QuarantineMessage and Export-QuarantineMessage cmdlets from ExchangeOnlineManagement module, and save them in the specified folder for further analysis.

NOTE: To install ExchangeOnlineManagmente module use the following command:

Install-Module -Name ExchangeOnlineManagement

Then create a remote session using:

Connect-ExchangeOnline -UserPrincipalName [email protected] -ShowProgress $true

About

Collection of tools to gather information for threat intelligence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published