Skip to content
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

Closed
ManofWax opened this issue Feb 24, 2023 · 4 comments
Closed

New detection type: check logins against threatlist #5

ManofWax opened this issue Feb 24, 2023 · 4 comments

Comments

@ManofWax
Copy link
Contributor

ManofWax commented Feb 24, 2023

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

@drona-gyawali
Copy link
Contributor

Hi @ManofWax, I noticed that this issue is still open, and I’d love to work on it.

@kunalsz
Copy link
Contributor

kunalsz commented Mar 3, 2025

Hi @Lorygold @ManofWax I would like to work on this issue.

Implementation Steps:-

  • A celery task that runs on a schedule (independently via celery_beat).
  • It will load a file containing blocklisted IP addresses (Indicators of Compromise - IOCs).
  • It will check recent successful logins (event.outcome: success) against this blocklist.
  • If a match is found, generate an alert.

I'll generate a draft PR soon enough.

@Lorygold
Copy link
Collaborator

Lorygold commented Mar 4, 2025

@drona-gyawali please remove the link to your PR, that assignment is made by me or @ManofWax.
Please, be more respectful with the flow of the project.
Make sure you have read the CONTRIBUTING file

@ManofWax
Copy link
Contributor Author

ManofWax commented Mar 6, 2025

Sorry I'm closing this Issue for now because i bigger refactory is needed. I will reopen it when we are ready

@ManofWax ManofWax closed this as completed Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants