Virus alerts coming thru
Virus alerts coming thru
I recently upgraded my network to an UniFi UDM Pro and I’m seeing alerts every 2 mins. come thru on the Pi-Star. Originally I thought it could be an old ver, but now that I’ve upgraded to the latest, but no luck.
Anyone else seen something like this?Re: Virus alerts coming thru
Interesting.
Drop to SSH and run this to see if you can catch what PID/Program it's coming from.
You shouldn't see any output unless it catches the connection.
Control-C to break.
Edit:
BTW, that destination IP is one of the openquad IRC servers.
Looking through the config files, pistar-keeper, starnetserver, and ircddbgateway use openquad. I don't run either, so not sure how they're using it. Running a strings on the binary, I can see where it's triggering a nick change, which is what's popping that alert into your IDS/IPS. So it likely thinks it's a command and control server since it's not running on the standard irc port.
Drop to SSH and run this to see if you can catch what PID/Program it's coming from.
Code: Select all
sudo -s
while `true`; do netstat -anp | grep 9007; sleep 1; done
Control-C to break.
Edit:
BTW, that destination IP is one of the openquad IRC servers.
Looking through the config files, pistar-keeper, starnetserver, and ircddbgateway use openquad. I don't run either, so not sure how they're using it. Running a strings on the binary, I can see where it's triggering a nick change, which is what's popping that alert into your IDS/IPS. So it likely thinks it's a command and control server since it's not running on the standard irc port.
Re: Virus alerts coming thru
The obvious (to me) route is to see if that unit has some configuration page(s) that might be set to allow the traffic.
--
AF6VN
Dennis L Bieber
Re: Virus alerts coming thru
Traffic is coming thru as I’m allowing it. I put it i it’s own VLAN with a Firewall rule to isolate it from the rest of the network. Going to do some more digging, just didn’t know if anyone had seen similar.
Re: Virus alerts coming thru
Since it's a false positive, go into the controller, and under Threat Management you can edit the whitelist.
Whitelist the following and it should stop.
Name: rr.openquad.net
Address: 167.71.182.245
Name: rr.openquad.net
Address: 140.82.6.227
Name: rr.openquad.net
Address: 107.191.121.105
Name: rr.openquad.net
Address: 104.131.81.32
Whitelist the following and it should stop.
Name: rr.openquad.net
Address: 167.71.182.245
Name: rr.openquad.net
Address: 140.82.6.227
Name: rr.openquad.net
Address: 107.191.121.105
Name: rr.openquad.net
Address: 104.131.81.32