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
Disabling a general honeypot will exclude all IOCs from the feeds that were seen by that honeypot. Even if they have been seen by other honeypots. I do not think this behaviour is intended.
The question is, which API behaviour is the right one in this case?
Exclude every IOC that was seen by the disabled honeypot (as it does right now)
Exclude every IOC that was only seen by the disabled honeypot
Do not exclude any IOC, even if it only was seen by the disabled honeypot (this would mean that disabling a honeypot would only affect the extraction process)
Disabling a general honeypot will exclude all IOCs from the feeds that were seen by that honeypot. Even if they have been seen by other honeypots. I do not think this behaviour is intended.
The bug is located here, I guess:
GreedyBear/api/views.py
Line 156 in 602fcf9
The text was updated successfully, but these errors were encountered: