cyhy-mailer
is a tool for emailing Cyber Hygiene, https-scan
, and
trustymail
reports to the appropriate technical or distribution
e-mail addresses.
After using git
to clone the repository, you can install
cyhy-mailer
using pip
:
pip install /path/to/cyhy-mailer
Or, if you prefer, you can install directly from the GitHub repository:
pip install git+https://github.com/cisagov/cyhy-mailer.git
Usage:
cyhy-mailer (bod1801|cybex|cyhy|notification)... [--cyhy-report-dir=DIRECTORY] [--tmail-report-dir=DIRECTORY] [--https-report-dir=DIRECTORY]
[--cybex-scorecard-dir=DIRECTORY] [--cyhy-notification-dir=DIRECTORY]
[--db-creds-file=FILENAME] [--csa-emails-file=FILENAME] [--batch-size=SIZE]
[--summary-to=EMAILS] [--debug] [--dry-run]
cyhy-mailer (-h | --help)
Options:
-h --help Show this message.
--cyhy-report-dir=DIRECTORY The directory where the Cyber Hygiene
PDF reports are located. If not
specified then no Cyber Hygiene reports
will be sent.
--tmail-report-dir=DIRECTORY The directory where the trustymail PDF
reports are located. If not specified then
no trustymail reports will be sent.
--https-report-dir=DIRECTORY The directory where the https-scan PDF
reports are located. If not specified then
no https-scan reports will be sent.
--cybex-scorecard-dir=DIRECTORY The directory where the Cybex PDF
scorecard is located. If not specified
then no Cybex scorecard will be sent.
--cyhy-notification-dir=DIRECTORY The directory where the Cyber Hygiene
Notification PDF reports are located. If
not specified then no Cyber Hygiene
notifications will be sent.
-c --db-creds-file=FILENAME A YAML file containing the Cyber
Hygiene database credentials.
[default: /run/secrets/database_creds.yml]
-e --csa-emails-file=FILENAME A YAML file associating each state or
territory with the email address of the
corresponding CISA Cybersecurity Advisor
(CSA). The YAML file should be a
list of dictionaries, each
corresponding to a CSA region.
Each dictionary must contain an
"email" field containing the email
address corresponding to the CSA
for that region, as well as a
"states_and_territories" field
containing a list of two-letter
state and territory abbreviations.
Each abbreviation corresponds to a
state or territory that belongs to
the region. If this option is
present then the appropriate CSA
will be BCCd any CyHy reports or
notifications related to a
stakeholder within their region (federal
and international entities excluded).
--batch-size=SIZE The batch size to use when retrieving
results from the Mongo database. If not
present then the default Mongo batch size
will be used.
--summary-to=EMAILS A comma-separated list of email addresses
to which the summary statistics should be
sent at the end of the run. If not
specified then no summary will be sent.
-d --debug Include debugging messages in the output.
--dry-run Do everything except actually send out
emails.
---
database:
name: cyhy
uri: mongodb://username:password@hostname:27017/cyhy
version: '1'
---
- email: csa_region_01@example.gov
name: Region 01
states_and_territories:
- CT
- MA
- ME
- NH
- RI
- VT
- email: csa_region_02@example.gov
name: Region 02
states_and_territories:
- NJ
- NY
- PR
- VI
- email: csa_region_03@example.gov
name: Region 03
states_and_territories:
- DE
- DC
- MD
- PA
- VA
- WV
- email: csa_region_04@example.gov
name: Region 04
states_and_territories:
- AL
- FL
- GA
- KY
- MS
- NC
- SC
- TN
- email: csa_region_05@example.gov
name: Region 05
states_and_territories:
- IL
- IN
- MI
- MN
- OH
- WI
- email: csa_region_06@example.gov
name: Region 06
states_and_territories:
- AR
- LA
- NM
- OK
- TX
- email: csa_region_07@example.gov
name: Region 07
states_and_territories:
- IA
- KS
- MO
- NE
- email: csa_region_08@example.gov
name: Region 08
states_and_territories:
- CO
- MT
- ND
- SD
- UT
- WY
- email: csa_region_09@example.gov
name: Region 09
states_and_territories:
- AZ
- CA
- HI
- NV
- AS
- GU
- MP
- email: csa_region_10@example.gov
name: Region 10
states_and_territories:
- AK
- ID
- OR
- WA
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.