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 |
---|---|---|---|---|
|
list |
List of sender strings naming sender sketch inputs. |
|
|
|
list |
List of intent strings naming computed intent inputs. |
|
|
|
boolean |
Indicate if we should treat processing errors as pipeline failures. |
|
|
|
integer |
Minimum token length to use when computing syntax similarity |
|
|
Example JSON Configuration#
{
"sender_sketches": ["sender1", "sender2"],
"intents": ["intent1", "intent2"],
"raise_on_failure": false,
"token_length_threshold": 5
}