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
* Include mass scanners in advanced API by default. ClosesGreedyBear-Project#580 (GreedyBear-Project#581)
* Partly revert "added mass scanner exclusion as default"
This reverts commit f953887.
* adapt tests
* add "tor exit nodes" to default excludes
* add test case for tor exit node inclusion
* add test case for tor exit node inclusion (ii)
* fix syntax
* rename method
* Upgrade Django to 5.2. ClosesGreedyBear-Project#502 (GreedyBear-Project#579)
* bump django-rest-email-auth
* bump django to 5.2
* bump postgres to 18
(this requires manual manual intervention when upgrading GreedyBear)
* Link to admin interface for staff users. ClosesGreedyBear-Project#529 (GreedyBear-Project#582)
* remove restriction to only show link to superusers
* fix indentation
* bump 2.0.0
* adapt CI
attack_type (str): Type of attack to filter. (supported: `scanner`, `payload_request`, `all`; default: `all`)
84
83
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
84
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) this has precedence over exclusion
87
-
exclude_reputation (str): `;`-separated list of reputation values to exclude, e.g. `mass scanner` or `mass scanner;bot, crawler`. (default: exclude mass scanners)
85
+
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)
86
+
exclude_reputation (str): `;`-separated list of reputation values to exclude, e.g. `mass scanner` or `mass scanner;bot, crawler`. (default: exclude none)
88
87
feed_size (int): Number of IOC items to return. (default: 5000)
89
88
ordering (str): Field to order results by, with optional `-` prefix for descending. (default: `-last_seen`)
90
89
verbose (bool): `true` to include IOC properties that contain a lot of data, e.g. the list of days it was seen. (default: `false`)
0 commit comments