Skip to content

scrawladmin/sift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

sift

SYNOPSIS

A collection of PowerShell scripts to utilize 3rd party APIs and research IPs, URLs, and Domains

SYNTAX

sift [[-ipaddress] <IPAddress[]>] [[-ipblocklist]] [[-ipprobe]] [[-hostrep]] [[-ipinfo]] [[-ping]]
[[-whois]] [[-ipreport]] [[-iplookup]] [[-iprep]] [[-ipservices]] [[-ptr]] [[-ipblacklist]] [[-whoblacklist]] [[-ippulse]] [-raw]
[<CommonParameters>]

sift [[-fqdn] <String[]>] [[-hostrep]] [[-domainreport]] [[-hostnamerep]] [[-mx]] [[-a]] [[-dns]]
[[-whoisapi]] [[-spf]] [[-txt]] [[-soa]] [[-blacklist]] [[-fqdnblacklist]] [[-fqdnpulse]] [[-domainscore]] [[-domainscorecheck]] [-raw]
[<CommonParameters>]

sift [[-target] <Object>] [[-traceroute]] [-raw] [<CommonParameters>]

sift [[-url] <String[]>] [[-hostrep]] [[-urlinfo]] [[-urlreport]] [[-urlscan]] [[-urlquery]]
[[-urlsubmit]] [-raw] [<CommonParameters>]

sift [[-filepath] <String[]>] [[-filereport]] [-raw] [<CommonParameters>]

sift [[-email] <String[]>] [[-emailvalidate]] [[-emailverify]] [-raw] [<CommonParameters>]

sift [[-html] <String[]>] [[-htmlclean]] [-raw] [<CommonParameters>]

sift [[-addkey]] [[-neutrino]] [[-virustotal]] [[-ipstack]] [[-urlscanio]] [[-shodan]] [[-hetrix]]
[[-fraudguard]] [[-mxtoolbox]] [[-urlhaus]] [[-whoapi]] [-raw] [<CommonParameters>]

sift [[-pwned]] [-raw] [<CommonParameters>]

sift [[-unlock]] [-raw] [<CommonParameters>]

DESCRIPTION

RELATED LINKS

https://www.neutrinoapi.com/
https://mxtoolbox.com/c/products/mxtoolboxapi
https://otx.alienvault.com/api
https://fraudguard.io/
https://developer.shodan.io/
https://www.virustotal.com/gui/my-apikey
https://docs.hetrixtools.com/api/v3/
https://urlscan.io/docs/api/
https://ipstack.com/api-key
https://haveibeenpwned.com/API/v2
https://whois.arin.net/
https://urlhaus.abuse.ch/api/
https://whoapi.com/api-documentation/

REMARKS

To see the examples, type: "get-help sift -examples".
For more information, type: "get-help sift -detailed".
For technical information, type: "get-help sift -full".
For online help, type: "get-help sift -online"

INSTALL

1. Download, Unzip, Add to Path in Powershell User Profile.

Releases

No releases published

Packages

 
 
 

Contributors