MxToolBox

All of your MX record, DNS, blacklist and SMTP diagnostics in one integrated tool.

Data Enrichment & Threat Intelligence · MxToolBox

Details

IDMxToolBox
ProviderZiffDavis
CategoryData Enrichment & Threat Intelligence
From Version5.0.0
Supported ModulesAgentix XSIAM

README

mxtoolbox


Run any supported command on the mxtoolbox API

Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.

Base Command

mxtoolbox

Input

Argument Name Description Required
command The command you want to execute. Possible values are: mx, a, dns, spf, txt, soa, ptr, blacklist, smtp, tcp, http, https, ping, trace. Required
data The data to query. Required
additionalParams Any additional query parameters you want to add. Optional

Context Output

Path Type Description
MXToolbox.Passed unknown Successful results
MXToolbox.Failed unknown Query failures
MXToolbox.Errors unknown Query errors
MXToolbox.Warnings unknown Warning for query
MXToolbox.Information unknown Additional information regarding the query
MXToolbox.MultiInformation unknown Additional multi-information
MXToolbox.Transcript unknown Query transcript

Configuration parameters

  • apiKey — API Key
  • credentials_api_key
  • useproxy — Use system proxy settings
  • insecure — Trust any certificate (not secure)

Commands (1)

  • mxtoolbox

    Run any supported command on the mxtoolbox API

commonfields:
  id: MxToolBox
  version: -1
name: MxToolBox
display: MxToolBox
category: Data Enrichment & Threat Intelligence
provider: ZiffDavis
description: All of your MX record, DNS, blacklist and SMTP diagnostics in one integrated tool.
configuration:
- display: API Key
  name: apiKey
  defaultvalue: ""
  type: 4
  hidden: true
  required: false
- displaypassword: API Key
  name: credentials_api_key
  hiddenusername: true
  type: 9
  required: false
- display: Use system proxy settings
  name: useproxy
  type: 8
  required: false
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
script:
  script: ''
  type: javascript
  commands:
  - name: mxtoolbox
    arguments:
    - name: command
      required: true
      auto: PREDEFINED
      predefined:
      - mx
      - a
      - dns
      - spf
      - txt
      - soa
      - ptr
      - blacklist
      - smtp
      - tcp
      - http
      - https
      - ping
      - trace
      description: The command you want to execute.
    - name: data
      required: true
      description: The data to query.
    - name: additionalParams
      description: Any additional query parameters you want to add.
    outputs:
    - contextPath: MXToolbox.Passed
      description: Successful results.
    - contextPath: MXToolbox.Failed
      description: Query failures.
    - contextPath: MXToolbox.Errors
      description: Query errors.
    - contextPath: MXToolbox.Warnings
      description: Warning for query.
    - contextPath: MXToolbox.Information
      description: Additional information regarding the query.
    - contextPath: MXToolbox.MultiInformation
      description: Additional multi-information.
    - contextPath: MXToolbox.Transcript
      description: Query transcript.
    description: Run any supported command on the mxtoolbox API
tests:
- MxToolbox-test
fromversion: 5.0.0