SQL Sender Sketch Query Constructor Module#

Module ID: sql_sender_sketch_query_constructor Module Namespace: morpheus_spear_phishing

This module constructs SQL sender sketch queries in the spear phishing detection pipeline.

Configurable Parameters#

Parameter

Type

Description

Example Value

Default Value

raise_on_failure

boolean

If true, raise exceptions on failures

false

false

Example JSON Configuration#

{
  "raise_on_failure": false
}