Spear Phishing Email Enrichment Module#

Module ID: email_enrichment Module Namespace: morpheus_spear_phishing

This module performs spear phishing email enrichment.

Configurable Parameters#

Parameter

Type

Description

Example Value

Default Value

sender_sketches

list

List of sender strings naming sender sketch inputs.

["sender1", "sender2"]

[]

intents

list

List of intent strings naming computed intent inputs.

["intent1", "intent2"]

[]

raise_on_failure

boolean

Indicate if we should treat processing errors as pipeline failures.

false

false

token_length_threshold

integer

Minimum token length to use when computing syntax similarity

5

None

Example JSON Configuration#

{
  "sender_sketches": ["sender1", "sender2"],
  "intents": ["intent1", "intent2"],
  "raise_on_failure": false,
  "token_length_threshold": 5
}