Scan domains and return data based on trustworthy email best practices
Project description
Trustworthy Mail
trustymail
is a tool that evaluates SPF/DMARC records set in a
domain's DNS. It also checks the mail servers listed in a domain's MX
records for STARTTLS support. It saves its results to CSV or JSON.
Getting Started
trustymail
can be installed as a module or run directly from the
repository.
Installed as a module
trustymail
can be installed directly via pip:
pip install trustymail
It can then be run directly:
trustymail [options] example.com
Running directly
To run the tool locally from the repository, without installing, first install the requirements:
pip install -r requirements.txt
Then run the CLI:
python scripts/trustymail [options] example.com
Using Docker (optional)
./run [opts]
opts
are the same arguments that would get passed to trustymail
.
Usage and examples
trustymail [options] INPUT
trustymail dhs.gov
trustymail --output=homeland.csv --debug dhs.gov us-cert.gov usss.gov
trustymail agencies.csv
Note: if INPUT ends with .csv
, domains will be read from CSV. CSV
output will always be written to disk, defaulting to results.csv
.
Options
-h --help Show this message.
-o --output=OUTFILE Name of output file. (Default results)
-t --timeout=TIMEOUT The DNS lookup timeout in seconds. (Default is 5.)
--smtp-timeout=TIMEOUT The SMTP connection timeout in seconds. (Default
is 5.)
--smtp-localhost=HOSTNAME The hostname to use when connecting to SMTP
servers. (Default is the FQDN of the host from
which trustymail is being run.)
--smtp-ports=PORTS A comma-delimited list of ports at which to look
for SMTP servers. (Default is '25,465,587'.)
--no-smtp-cache Do not cache SMTP results during the run. This
may results in slower scans due to testing the
same mail servers multiple times.
--mx Only check mx records
--starttls Only check mx records and STARTTLS support.
(Implies --mx.)
--spf Only check spf records
--dmarc Only check dmarc records
--debug Output should include error messages.
--dns=HOSTNAMES A comma-delimited list of DNS servers to query
against. For example, if you want to use
Google's DNS then you would use the
value --dns-hostnames='8.8.8.8,8.8.4.4'. By
default the DNS configuration of the host OS
(/etc/resolv.conf) is used. Note that
the host's DNS configuration is not used at all
if this option is used.
--psl-filename=FILENAME The name of the file where the public suffix list
(PSL) cache will be saved. If set to the name of
an existing file then that file will be used as
the PSL. If not present then the PSL cache will
be saved to a file in the current directory called
public_suffix_list.dat.
--psl-read-only If present, then the public suffix list (PSL)
cache will be read but never overwritten. This
is useful when running in AWS Lambda, for
instance, where the local filesystem is read-only.
What's Checked?
For a given domain, MX records, SPF records (TXT), DMARC (TXT, at _dmarc.), and support for STARTTLS are checked.
The following values are returned in results.csv
:
Domain and redirect info
Domain
- The domain you're scanning!Base Domain
- The base domain ofDomain
. For example, for a Domain ofsub.example.gov
, the Base Domain will beexample.gov
. Usually this is the second-level domain, buttrustymail
will download and factor in the Public Suffix List when calculating the base domain.Live
- The domain is actually published in the DNS.
Mail sending
MX Record
- If an MX record was found that contains at least a single mail server.Mail Servers
- The list of hosts found in the MX record.Mail Server Ports Tested
- A list of the ports tested for SMTP and STARTTLS support.Domain Supports SMTP
- True if and only if any mail servers specified in a MX record associated with the domain supports SMTP.Domain Supports SMTP Results
- A list of the mail server and port combinations that support SMTP.Domain Supports STARTTLS
- True if and only if all mail servers that support SMTP also support STARTTLS.Domain Supports STARTTLS Results
- A list of the mail server and port combinations that support STARTTLS.
SPF
SPF Record
- Whether or not a SPF record was found.Valid SPF
- Whether the SPF record found is syntactically correct, per RFC 4408.SPF Results
- The textual representation of any SPF record found for the domain.
DMARC
DMARC Record
- True/False whether or not a DMARC record was found.Valid DMARC
- Whether the DMARC record found is syntactically correct.DMARC Results
- The DMARC record that was discovered when querying DNS.DMARC Record on Base Domain
,Valid DMARC Record on Base Domain
,DMARC Results on Base Domain
- Same definition as above, but returns the result for the Base Domain. This is important in DMARC because if there isn't a DMARC record at the domain, the base domain (or "Organizational Domain", per RFC 7489), is checked and applied.DMARC Policy
- An adjudication, based on any policies found inDMARC Results
andDMARC Results on Base Domain
, of the relevant DMARC policy that applies.DMARC Policy Percentage
- The percentage of mail that should be subjected to theDMARC Policy
according to theDMARC Results
.DMARC Aggregate Report URIs
- A list of the DMARC aggregate report URIs specified by the domain.DMARC Forensic Report URIs
- A list of the DMARC forensic report URIs specified by the domain.DMARC Has Aggregate Report URI
- A boolean value that indicates ifDMARC Results
includedrua
URIs that tell recipients where to send DMARC aggregate reports.DMARC Has Forensic Report URI
- A boolean value that indicates ifDMARC Results
includedruf
URIs that tell recipients where to send DMARC forensic reports .
Etc.
Syntax Errors
- A list of syntax errors that were encountered when analyzing SPF records.Debug
- A list of any other warnings or errors encountered, such as DNS failures. These can be helpful when determining howtrustymail
reached its conclusions, and are indispensible for bug reports.
Public domain
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file trustymail-0.6.9.tar.gz
.
File metadata
- Download URL: trustymail-0.6.9.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 181c6a582ed7b9e870fa647c52437e09a6ef2bb54aeceb1b559784d487690252 |
|
MD5 | b6950d101fc9ac968df6202e34006963 |
|
BLAKE2b-256 | 9f5f5c3b504fd04c97578a3c57501a794a7f4a25847d01d8196914e23a10b8a3 |
Provenance
File details
Details for the file trustymail-0.6.9-py2.py3-none-any.whl
.
File metadata
- Download URL: trustymail-0.6.9-py2.py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f23ff6163d0dfb8d1347aa1e773a2e13786db0c24dbacc31e0628fd078d7ce41 |
|
MD5 | bf2f0068599ba3b2f3f72d894abcc079 |
|
BLAKE2b-256 | 228636d0fdba8ab655f597c860f61776e88a63dfd2289d6a2f8522c881bf7bdf |