Skip to content

cbshearer/search-PhishTank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

search-PhishTank

To use this module

  • Import the module
PS C:\temp> Import-Module .\search-PhishTank.psm1
  • Change parameters on the following lines:

  • Mandatory parameter:

    • -u: URL
  • Note: if URL does not begin with "http, then "http://" will be added

  • Examples:

search-PhishTank -u http://superfake.com/really/really/awful/  
search-PhishTank https://veryphishy.buzz/very/phishy/o365.html  
search-PhishTank -u veryphishy.buzz/very/phishy.html

The following information is returned on the screen

  • URL Being submitted
  • Is this URL known in the PhishTank database? True/False
    • If it is in the database, return the following information:
      • Is it a Phish? True / False / Unknown
      • Is it verified to be a Phish? True / False
      • Phish detail: PhishTank web page with results.
    • If it is not in the database, return the following information:
      • Is it a Phish? Unknown

Releases

No releases published

Packages