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
- **feed_type**: Type of feed to retrieve. (supported: `cowrie`, `log4j`, etc.; default: `all`)
86
-
- **attack_type**: Type of attack to filter. (supported: `scanner`, `payload_request`, `all`; default: `all`)
87
-
- **max_age**: Maximum number of days since last occurrence. \
88
-
E.g. an IOC that was last seen 4 days ago is excluded by default. (default: 3)
89
-
- **min_days_seen**: Minimum number of days on which an IOC must have been seen. (default: 1)
90
-
- **include_reputation**: `;`-separated list of reputation values to include, \
91
-
e.g. `known attacker` or `known attacker;` to include IOCs without reputation. (default: include all)
92
-
- **exclude_reputation**: `;`-separated list of reputation values to exclude, \
93
-
e.g. `mass scanner` or `mass scanner;bot, crawler`. (default: exclude none)
94
-
- **feed_size**: Number of IOC items to return. (default: 5000)
95
-
- **ordering**: Field to order results by, with optional `-` prefix for descending. (default: `-last_seen`)
96
-
- **verbose**: `true` to include IOC properties that contain a lot of data, e.g. the list of days it was seen. (default: `false`)
97
-
- **paginate**: `true` to paginate results. This forces the json format. (default: `false`)
98
-
- **format_**: Response format type. Besides `json`, `txt` and `csv` are supported \
99
-
but the response will only contain IOC values (e.g. IP adresses) without further information. (default: `json`)
82
+
feed_type (str): Type of feed to retrieve. (supported: `cowrie`, `log4j`, etc.; default: `all`)
83
+
attack_type (str): Type of attack to filter. (supported: `scanner`, `payload_request`, `all`; default: `all`)
84
+
max_age (int): Maximum number of days since last occurrence. E.g. an IOC that was last seen 4 days ago is excluded by default. (default: 3)
85
+
min_days_seen (int): Minimum number of days on which an IOC must have been seen. (default: 1)
86
+
include_reputation (str): `;`-separated list of reputation values to include, e.g. `known attacker` or `known attacker;` to include IOCs without reputation. (default: include all)
87
+
exclude_reputation (str): `;`-separated list of reputation values to exclude, e.g. `mass scanner` or `mass scanner;bot, crawler`. (default: exclude none)
88
+
feed_size (int): Number of IOC items to return. (default: 5000)
89
+
ordering (str): Field to order results by, with optional `-` prefix for descending. (default: `-last_seen`)
90
+
verbose (bool): `true` to include IOC properties that contain a lot of data, e.g. the list of days it was seen. (default: `false`)
91
+
paginate (bool): `true` to paginate results. This forces the json format. (default: `false`)
92
+
format (str): Response format type. Besides `json`, `txt` and `csv` are supported but the response will only contain IOC values (e.g. IP adresses) without further information. (default: `json`)
100
93
101
94
Returns:
102
95
Response: The HTTP response with formatted IOC data.
0 commit comments