鱼叉式网络钓鱼邮件评分模块
模块 ID: label_and_score
模块命名空间: morpheus_spear_phishing
此模块定义了鱼叉式网络钓鱼邮件评分的设置。
参数 |
类型 |
描述 |
示例值 |
默认值 |
---|---|---|---|---|
scoring_config |
字典 | 评分配置 | {"method": "probability"} |
无 |
raise_on_failure |
布尔值 | 如果为 true,则在失败时引发异常 | false |
false |
{
"scoring_config": {"method": "probability"},
"raise_on_failure": false
}