Portscan Ignore Certain Ports #276
Replies: 9 comments
-
I would also like to see this feature. I've changed SSH to a different port and now getting alerts when connecting to ssh. |
Beta Was this translation helpful? Give feedback.
-
Hi @smooshkid and @leviustinov, Its an interesting idea for sure. So you would like the opencanary's portscan service to only listen for scans on certain ports and ignore others? Ill bring that idea up and see what we can do. |
Beta Was this translation helpful? Give feedback.
-
Opencanary is seeing Windows Update Delivery Optimization as being a scan ran on the canary host. This service uses port 7680. So being able to ignore traffic using said port would be great. |
Beta Was this translation helpful? Give feedback.
-
Another use case is Anydesk - by default it scans locally (feature called Discovery) on port 7070. |
Beta Was this translation helpful? Give feedback.
-
I would also like to add the idea of adding a "port ignore list" for the portscan service. From my very low level understanding of the python code it looks to me that we would need to change the logging. |
Beta Was this translation helpful? Give feedback.
-
I am currently using this hack in portscan.py which does seem to do the job
not sure if this i the right way but maybe this helps somebody (to build it the right way) |
Beta Was this translation helpful? Give feedback.
-
@hagen-bauer-regioit awesome. im gonna give this a try tomorrow. |
Beta Was this translation helpful? Give feedback.
-
Hey folks. This functionality has been added. You can now specify which ports to ignore in the config using the following key:
|
Beta Was this translation helpful? Give feedback.
-
Having issues with portscan detection sending alerts for traffic going to port 7680 (WUDO). Would like to have the module ignore any traffic coming from said port. Any suggestions? Thanks
Beta Was this translation helpful? Give feedback.
All reactions