Sender Sketch Update Module#
Module ID: sender_sketch_update
Module Namespace: morpheus_spear_phishing
This module updates the sender sketch for spear phishing detection.
Configurable Parameters#
Parameter |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
dictionary |
Configuration for sender sketch |
Refer Below |
|
sender_sketch_config
#
Key |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
string |
The endpoint configuration |
|
|
|
list |
List of required intents |
|
|
|
dictionary |
Configuration for sender sketch tables |
|
|
|
boolean |
If true, raise exceptions on failures |
|
|
Example JSON Configuration#
{
"sender_sketch_config": {
"endpoint": "http://my-endpoint.com",
"required_intents": ["intent1", "intent2"],
"sender_sketch_tables_config": {"table1": "config1"},
"raise_on_failure": false
}
}