Skip to content

Instantly share code, notes, and snippets.

@herbiezimmerman
herbiezimmerman / malbazaar_query.ps1
Created December 30, 2022 02:46 — forked from n3l5/malbazaar_query.ps1
PowerShell script to query AbuseCH Malware Bazaar for a give hash or file(path).
[CmdletBinding()]
param (
[Parameter(Mandatory=$False)]
[string]$FileHash,
[Parameter(Mandatory=$False)]
[String]$FilePath
)
#Set up proxy auth