You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Malicious ratio is defined by the ratio between the number of "bad" incidents divided by the number of total number of incidents that the indicators appears in.
48
+
enabled: true
49
+
args:
50
+
- name: maxNumberOfIndicators
51
+
description: Maximum number of indicators for malicious ratio calculation.
52
+
defaultValue: "10000"
53
+
- name: minimumNumberOfInvs
54
+
description: Minimum number of investigation the indicator has to appear in.
55
+
defaultValue: "3"
56
+
- name: maximumNumberOfResults
57
+
description: Maximum number of results to display.
58
+
defaultValue: "100"
59
+
scripttarget: 0
60
+
runonce: false
61
+
releaseNotes: "Adding top malicious ratio indicators script"
0 commit comments