发送者草图更新模块
模块 ID: sender_sketch_update
模块命名空间: morpheus_spear_phishing
此模块更新用于鱼叉式网络钓鱼检测的发送者草图。
参数 |
类型 |
描述 |
示例值 |
默认值 |
---|---|---|---|---|
sender_sketch_config |
字典 | 发送者草图的配置 | 请参考下文 | 无 |
键 |
类型 |
描述 |
示例值 |
默认值 |
---|---|---|---|---|
endpoint |
字符串 | 端点配置 | "http://my-endpoint.com" |
无 |
required_intents |
列表 | 所需意图列表 | ["intent1", "intent2"] |
[] |
sender_sketch_tables_config |
字典 | 发送者草图表的配置 | {"table1": "config1"} |
{} |
raise_on_failure |
布尔值 | 如果为 true,则在失败时引发异常 | false |
false |
{
"sender_sketch_config": {
"endpoint": "http://my-endpoint.com",
"required_intents": ["intent1", "intent2"],
"sender_sketch_tables_config": {"table1": "config1"},
"raise_on_failure": false
}
}