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
@@ -64,10 +64,12 @@ The available attack_type are:
64
64
-`payload_request`: IP addresses and domains extracted from payloads that would have been executed after a speficic attack would have been successful
65
65
-`all`: get all types at once
66
66
67
-
The available age are:
67
+
The available prioritization mechanisms are:
68
68
69
69
-`recent`: most recent IOCs seen in the last 3 days
70
70
-`persistent`: these IOCs are the ones that were seen regularly by the honeypots. This feeds will start empty once no prior data was collected and will become bigger over time.
71
+
-`likely_to_recur`: these IOCs are most likely to hit the honeypots again during the next day
72
+
-`most_expected_hits`: these IOCs are expected to be responsible for the most hits during the next day
71
73
72
74
The available formats are:
73
75
@@ -76,8 +78,16 @@ The available formats are:
76
78
-`json`: JSON file with additional information regarding the IOCs
77
79
78
80
The available flags are:
81
+
79
82
-`exclude_mass_scanners`: if set, IOCs that are known mass scanners will be excluded from the result
80
83
84
+
The `json` result includes two predictive scores:
85
+
86
+
-`recurrence_probability` (0.0-1.0): Indicates the likelihood that an IOC will reappear within the next 24 hours. Higher values suggest greater persistence of the threat.
87
+
-`expected_interactions` (0+): Estimates the number of honeypot interactions anticipated from the IOC in the next 24 hours, indicating potential activity level.
88
+
89
+
These predictions are based on historical interaction patterns and are updated once a day, shortly after midnight UTC. They are the foundation of the `likely_to_recur` and `most_expected_hits` prioritization mechanisms.
90
+
81
91
Check the [API specification](https://intelowlproject.github.io/docs/GreedyBear/Api-docs/#docs.Submodules.GreedyBear.api.views.feeds.feeds_advanced) or the to get all the details about how to use the available APIs.
0 commit comments