nextcloud / suspicious_login

Detect and warn about suspicious IPs logging into Nextcloud
GNU Affero General Public License v3.0
84 stars 25 forks source link

This app is a bit lame. It always detects as suspicious my own external IP #937

Open sbe-arg opened 1 week ago

sbe-arg commented 1 week ago

I am self-hosting nextcloud.

And the training model keeps detecting my public IP as suspicious and triggers a double email notifying me the login ip xxx.xxx.xxx.xxx (my ip has been suspicious). Yes it sends the same email twice.

So: 1- why only complains about my public IP (static IP) and not any of the users external IPs. 2- why does it trigger the email twice.

I run on NC29 snap.

ChristophWurst commented 1 day ago

Either no training has happened yet, or the model is slightly outdated (training only happens once per night) or the model is just not able to learn from your historic IP addresses to detect a valid IP when used.

Could you fill out a bug report as asked in https://github.com/nextcloud/suspicious_login/issues/new?assignees=&labels=0.+Needs+triage%2C+bug&projects=&template=1_bug_report.md with steps to reproduce? Thanks