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
Copy file name to clipboardExpand all lines: docs/GreedyBear/Usage.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,12 @@ The `json` result includes two predictive scores:
44
44
-`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.
45
45
-`expected_interactions` (0+): Estimates the number of honeypot interactions anticipated from the IOC in the next 24 hours, indicating potential activity level.
46
46
47
+
The response includes a new field:
48
+
49
+
_Available from version >= 3.2.0_
50
+
51
+
-`attacker_country`: The country associated with the attacking IP address.
52
+
47
53
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.
48
54
49
55
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.
@@ -70,6 +76,12 @@ The available query parameters are:
70
76
-`paginate`: `true` to paginate results. This forces the json format. (default: `false`)
71
77
-`format_`: see [Feeds API](#feeds) (default: `json`)
72
78
79
+
The response includes a new field:
80
+
81
+
_Available from version >= 3.2.0_
82
+
83
+
-`attacker_country`: The country associated with the attacking IP address.
84
+
73
85
Check the [API specification](https://intelowlproject.github.io/docs/GreedyBear/Api-docs/) or the to get all the details about how to use the available APIs.
74
86
75
87
This "Advanced Feeds" API is protected through authentication. Please reach out [Matteo Lodi](https://twitter.com/matte_lodi) or another member of [The Honeynet Project](https://twitter.com/ProjectHoneynet) if you are interested in gain access to this API.
0 commit comments