Module ID: sender_sketch_aggregator Module Namespace: morpheus_spear_phishing
This module aggregates sender sketches in the spear phishing detection pipeline.
Parameter |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
dictionary |
The configuration for the sender sketches. |
See Below |
|
Key |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
array |
The list of sender sketches to aggregate |
[“sketch1”, “sketch2”] |
|
|
boolean |
If true, raise exceptions on failures |
false |
|
{
"sender_sketch_config": {
"sender_sketches": [],
"raise_on_failure": false
}
}