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