Skip to content

PSEmailRep is a simple PowerShell module to interface with the EmailRep.io API.

License

Notifications You must be signed in to change notification settings

arnydo/PSEmailRep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRs Welcome PowerShell Gallery PowerShell Gallery

PSEmailRep

PSEmailRep is a simple PowerShell module to interface with the EmailRep.io API.

ScreenShot

What is EmailRep.io?

EmailRep.io EmailRep is a system of crawlers, scanners and enrichment services that collects data on email addresses, domains, and internet personas.

EmailRep uses hundreds of data points from social media profiles, professional networking sites, dark web credential leaks, data breaches, phishing kits, phishing emails, spam lists, open mail relays, domain age and reputation, deliverability, and more to predict the risk of an email address.

PSEmailRep Commands

Get-EmailRep

> Get-EmailRep -EmailAddress bill@microsoft.com

email                      : bill@microsoft.com
reputation                 : high
suspicious                 : False
references                 : 79
blacklisted                : False
malicious_activity         : False
malicious_activity_recent  : False
credentials_leaked         : True
credentials_leaked_recent  : False
data_breach                : True
first_seen                 : 07/01/2008
last_seen                  : 05/24/2019
domain_exists              : True
domain_reputation          : high
new_domain                 : False
days_since_domain_creation : 10354
suspicious_tld             : False
spam                       : False
free_provider              : False
disposable                 : False
deliverable                : True
accept_all                 : True
valid_mx                   : True
spoofable                  : False
spf_strict                 : True
dmarc_enforced             : True
profiles                   : {flickr, myspace, spotify, pinterest...}

New-EmailRep

> New-EmailRep -Email test_emailrep_xxxxx@foobar.com -Tags bec -Description 'Business email takeover' -ApiKey $ApiKey

Status
------
Success

Set-EmailRep

> Set-EmailRep -APIKey

APIKey: ********************************

Additional Documentation

Additional Documentation

Installing PSEmail

PSGallery

Install-Module -Name PSEmailRep -Repository PSGallery

Import-Module -Name PSEmailRep

Clone the repo

git clone https://github.com/arnydo/psemailrep.git

cd psemailrep/psemailrep

Import-Module PSEmailRep.psd1

About

PSEmailRep is a simple PowerShell module to interface with the EmailRep.io API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published