Skip to main content

The DomainTools MISP library

Project description

DomainTools MISP Modules

The DomainTools MISP modules extend the MISP hover and expansion features to show domain name profiles and discover connected domains. They are powered by the DomainTools Iris and DomainTools Enterprise APIs.

Complete details including a demo video are available at https://www.domaintools.com/integrations/misp/.

For more detailed instructions, please see the user guide at https://www.domaintools.com/wp-content/uploads/DomainTools-For-MISP_2.0_App-User-Guide.pdf.

Iris Modules

These modules work with the DomainTools Iris Investigate API and represent the latest generation of DomainTools capabilities for MISP. They are recommended for all new deployments.

DomainTools-Iris-Investigate

  • Designed for MISP tooltip or hover actions on domain names
  • Provides risk scoring, domain age, hosting, Whois, MX and related infrastructure for a domain.
  • Guided Pivot counts help investigators identify connected attributes to other domain infrastructure
  • Requires Iris Investigate account provisioning

DomainTools-Iris-Enrich

  • Optimized for high-volume domain enrichment, providing Risk scoring, Hosting, Whois, MX and related infrastructure information for a domain.
  • Requires Iris Enrich account provisioning

DomainTools-Iris-Pivot

  • Enriches domain attributes with nearly every available field from the Iris Investigate API.
  • Includes complete Risk Score data, with component scores and evidence when available.
  • Adds Guided Pivot counts to attribute comments.
  • Tags attributes as potential Guided Pivots when connections are shared with fewer than 300 domains (this can be configured in the module attributes).
  • Enables pivots on IPs, SSL hashes, nameserver hostnames, and registrant email addresses.
  • Requires Iris Investigate account provisioning

DomainTools-Iris-Import

  • Import domains from the Iris Investigate Pivot Engine directly to a MISP event
  • Export an investigation from the Iris Investigate UI by copying the search hash (Menu -> Search -> Filters -> Export), importing a list of up to 5000 domains as indicators into MISP
  • Requires Iris Investigate account provisioning

DomainTools-Iris-Detect

  • Imports newly discovered and/or newly changed domains from DomainTools Iris Detect product.
  • Set up and manage monitored terms using the Iris Detect UI (https://iris.domaintools.com/detect/) then automatically import them into MISP using this module.
  • Requires Iris Detect account provisioning

Get Started

Installation Instructions

pip install domaintools_api
pip install domaintools_misp

To use the modules with the misp-modules architecture supporting the -c module syntax, modify the misp-modules startup and use the new -c flag:

rm /path/to/python/dist/misp_modules/modules/expansion/domaintools.py
misp-modules -c /path/to/python/dist/domaintools_misp/install/modules/

This will cause the misp-modules to dynamically load the domaintools_misp custom modules and inject them into the available modules

To use the modules with the misp-modules prior architecture:

rm /path/to/python/dist/misp_modules/modules/expansion/domaintools.py
cp /path/to/python/dist/domaintools_misp/install/modules/expansion/DomainTools-Analyze.py /path/to/python/dist/misp_modules/modules/expansion/
cp /path/to/python/dist/domaintools_misp/install/modules/expansion/DomainTools-Pivot.py /path/to/python/dist/misp_modules/modules/expansion/
cp /path/to/python/dist/domaintools_misp/install/modules/expansion/DomainTools-Historic.py /path/to/python/dist/misp_modules/modules/expansion/
cp /path/to/python/dist/domaintools_misp/install/modules/expansion/DomainTools-Iris-Pivot.py /path/to/python/dist/misp_modules/modules/expansion/
cp /path/to/python/dist/domaintools_misp/install/modules/expansion/DomainTools-Iris-Investigate.py /path/to/python/dist/misp_modules/modules/expansion/
cp /path/to/python/dist/domaintools_misp/install/modules/expansion/DomainTools-Iris-Enrich.py /path/to/python/dist/misp_modules/modules/expansion/
cp /path/to/python/dist/domaintools_misp/install/modules/expansion/DomainTools-Iris-Import.py /path/to/python/dist/misp_modules/modules/expansion/
cp /path/to/python/dist/domaintools_misp/install/modules/expansion/DomainTools-Iris-Detect.py /path/to/python/dist/misp_modules/modules/expansion/

Enterprise API Modules

NOTE: These modules require specialized API endpoints that are not available with a DomainTools Iris subscription. Contact us to learn how to get access to them. (EnterpriseSupport at DomainTools dot com).

DomainTools-Analyze

  • This module is superseded by the Iris Investigate module but remains here for backward compatibility. Optimized for MISP hover actions, the Analyze capability provides Whois data, a Domain Risk Score and counts of connected domains to help give quick context on an indicator to inform an interesting pivot and map connected infrastructure.
  • Leverages the following DomainTools endpoints: Parsed Whois, Domain Profile, Risk, Reverse IP, Reverse Whois

DomainTools-Pivot

  • This module is superseded by the Iris Pivot module, but remains here for backward compatibility. Optimized for enrichment actions, the Pivot capability provides additional context on indicators by automatically building out a list of connected infrastructure from the counts presented in the Analyze capability.
  • The Pivot module will also expand email addresses to a list of other domains that share the same contact information, and expand IP addresses to the list of other domains pointed to the same IP.
  • Leverages the following DomainTools endpoints: Parsed Whois, Domain Profile, Risk, Reverse IP, Reverse Whois

DomainTools-Historic

  • The Historic capability will act on Domains or URLs to find historical context by expanding domain names to lists of registrars, IPs and emails historically connected with that indicator
  • Leverages the following DomainTools endpoints: Whois History, Hosting History, Domain Profile, Reverse IP, Reverse Whois, Parsed Whois, Whois

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

domaintools_misp-0.2.6.tar.gz (26.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

domaintools_misp-0.2.6-py3-none-any.whl (26.5 kB view details)

Uploaded Python 3

File details

Details for the file domaintools_misp-0.2.6.tar.gz.

File metadata

  • Download URL: domaintools_misp-0.2.6.tar.gz
  • Upload date:
  • Size: 26.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.9

File hashes

Hashes for domaintools_misp-0.2.6.tar.gz
Algorithm Hash digest
SHA256 149076c425bdf8ff0b7caaa109ff8e1b4124b2f10b5a865715602e7533ff9161
MD5 9a7249acb6142b4abab2e0f96da42975
BLAKE2b-256 babe96e36ee6aff54544d91dc1be4f82f07287be367c635e99ffdb1645c4ae5e

See more details on using hashes here.

File details

Details for the file domaintools_misp-0.2.6-py3-none-any.whl.

File metadata

File hashes

Hashes for domaintools_misp-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 daaf8cea0a96ca6c0bc594a1d21ccb14dda0993414564dd4f372af412dddecaa
MD5 7a7d0a3377ebf664eed5a580ee22fe5e
BLAKE2b-256 a0d82441887ca565cba6fed66f9cc845fc26dad717c6dfd29a817d388a97489c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page