-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New detection type: check logins against threatlist #5
Comments
Hi @ManofWax, I noticed that this issue is still open, and I’d love to work on it. |
Hi @Lorygold @ManofWax I would like to work on this issue. Implementation Steps:-
I'll generate a draft PR soon enough. |
@drona-gyawali please remove the link to your PR, that assignment is made by me or @ManofWax. |
Sorry I'm closing this Issue for now because i bigger refactory is needed. I will reopen it when we are ready |
This new detection should be a new celery task scheduled independently on celery_beat config.
Successful login from a blocklisted IP
This task should load a file containing IOC and match them against the source_ip of the login. The login should be successful (I.E:
event.outcome: sucess
)→ Please, before starting, read the CONTRIBUTING file
The text was updated successfully, but these errors were encountered: