diff --git a/_modules/index.html b/_modules/index.html index 761a4360..a99020f2 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -3,7 +3,7 @@
-Parses a file at the given path, a file-like object. or bytes as an aggregate DMARC report
_input – A path to a file, a file like object, or bytes
offline (bool) – Do not query online for geolocation or DNS
always_use_local_files (bool) – Do not download files
reverse_dns_map_path (str) – Path to a reverse DNS map file
reverse_dns_map_url (str) – URL to a reverse DNS map file
ip_db_path (str) – Path to a MMDB file from MaxMind or DBIP
nameservers (list) – A list of one or more nameservers to use (Cloudflare’s public DNS resolvers by default)
Parses a DMARC XML report string and returns a consistent OrderedDict
xml (str) – A string of DMARC aggregate report XML
ip_db_path (str) – Path to a MMDB file from MaxMind or DBIP
always_use_local_files (bool) – Do not download files
reverse_dns_map_path (str) – Path to a reverse DNS map file
reverse_dns_map_url (str) – URL to a reverse DNS map file
offline (bool) – Do not query online for geolocation or DNS
nameservers (list) – A list of one or more nameservers to use (Cloudflare’s public DNS resolvers by default)
Converts a DMARC forensic report and sample to a OrderedDict
feedback_report (str) – A message’s feedback report as a string
ip_db_path (str) – Path to a MMDB file from MaxMind or DBIP
offline (bool) – Do not query online for geolocation or DNS
sample (str) – The RFC 822 headers or RFC 822 message sample
ip_db_path (str) – Path to a MMDB file from MaxMind or DBIP
always_use_local_files (bool) – Do not download files
reverse_dns_map_path (str) – Path to a reverse DNS map file
reverse_dns_map_url (str) – URL to a reverse DNS map file
offline (bool) – Do not query online for geolocation or DNS
msg_date (str) – The message’s date header
nameservers (list) – A list of one or more nameservers to use (Cloudflare’s public DNS resolvers by default)
Parses a DMARC report from an email
input – An emailed DMARC report in RFC 822 format, as bytes or a string
ip_db_path (str) – Path to a MMDB file from MaxMind or DBIP
always_use_local_files (bool) – Do not download files
reverse_dns_map_path (str) – Path to a reverse DNS map
reverse_dns_map_url (str) – URL to a reverse DNS map
offline (bool) – Do not query online for geolocation on DNS
nameservers (list) – A list of one or more nameservers to use
dns_timeout (float) – Sets the DNS timeout in seconds
Parses a DMARC aggregate or forensic file at the given path, a file-like object. or bytes
strip_attachment_payloads (bool) – Remove attachment payloads from forensic report results
ip_db_path (str) – Path to a MMDB file from MaxMind or DBIP
always_use_local_files (bool) – Do not download files
reverse_dns_map_path (str) – Path to a reverse DNS map
reverse_dns_map_url (str) – URL to a reverse DNS map
offline (bool) – Do not make online queries for geolocation or DNS
keep_alive (callable) – Keep alive function
Returns reverse DNS and country information for the given IP address
ip_address (str) – The IP address to check
ip_db_path (str) – path to a MMDB file from MaxMind or DBIP
reverse_dns_map_path (str) – Path to a reverse DNS map file
reverse_dns_map_url (str) – URL to the reverse DNS map file
always_use_local_files (bool) – Do not download files
cache (ExpiringDict) – Cache storage
reverse_dns_map (dict) – A reverse DNS map
offline (bool) – Do not make online queries for geolocation or DNS
Returns the service name of a given base domain name from reverse DNS.
base_domain (str) – The base domain of the reverse DNS lookup
always_use_local_file (bool) – Always use a local map file
local_file_path (str) – Path to a local map file
url (str) – URL ro a reverse DNS map
offline (bool) – Use the built-in copy of the reverse DNS map
reverse_dns_map (dict) – A reverse DNS map
save_forensic - bool: Save forensic report data to
Elasticsearch, Splunk and/or S3
save_smtp_sts - bool: Save SMTP-STS report data to
+Elasticsearch, Splunk and/or S3
strip_attachment_payloads - bool: Remove attachment
payloads from results
output - str: Directory to place JSON and CSV files in. This is required if you set either of the JSON output file options.
offline - bool: Do not use online queries for geolocation
or DNS
always_use_local_files - Disables the download of the reverse DNS map
local_reverse_dns_map_path - Overrides the default local file path to use for the reverse DNS map
reverse_dns_map_url - Overrides the default download URL for the reverse DNS map
nameservers - str: A comma separated list of
DNS resolvers (Default: [Cloudflare's public resolvers])
dns_timeout - float: DNS timeout period