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
-`csv`: CSV-like file (just one line for each IOC)
76
76
-`json`: JSON file with additional information regarding the IOCs
77
77
78
+
The available flags are:
79
+
-`exclude_mass_scanners`: if set, IOCs that are known mass scanners will be excluded from the result
80
+
81
+
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.
82
+
83
+
## Advanced Feeds
84
+
85
+
For authenticated users, GreedyBear offers an additional API endpoint that provides similar functionality to the Feeds API but with enhanced customization options.
-`max_age`: Maximum number of days since last occurrence. (default: 3)
95
+
-`min_days_seen`: Minimum number of days on which an IOC must have been seen. (default: 1)
96
+
-`include_reputation`: `;`-separated list of reputation values to include, e.g. `known attacker` or `known attacker;` to include IOCs without reputation. (default: include all)
97
+
-`exclude_reputation`: `;`-separated list of reputation values to exclude, e.g. `mass scanner` or `mass scanner;bot, crawler`. (default: exclude none)
98
+
-`feed_size`: Number of IOC items to return. (default: 5000)
99
+
-`ordering`: Field to order results by, with optional `-` prefix for descending. (default: `-last_seen`)
100
+
-`verbose`: `true` to include IOC properties that contain a lot of data, e.g. the list of days it was seen. (default: `false`)
101
+
-`paginate`: `true` to paginate results. This forces the json format. (default: `false`)
102
+
-`format`: see [Feeds API](#feeds) (default: `json`)
103
+
78
104
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.
79
105
106
+
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.
107
+
80
108
## Enrichment
81
109
82
110
GreedyBear provides an easy-to-query API to get the information available in GB regarding the queried observable (domain or IP address).
0 commit comments