Hi all,
We have an unusual problem at the moment where we've had multiple different IPS false positive incidents in the past 1-month. Each time we have reactively added an IPS exception for the systems involved, but the frequency of the occurrences is very concerning.
In all instances, the traffic involved is TCP/30200-30220. The systems involved are using vsftpd (a Unix/Linux FTP server application) to transfer data, and the passive ports are defined as such:
- pasv_min_port: 30200
- pasv_max_port: 30220
The main protection triggering has been - Malicious Payload Encoding Remote Code Execution
But it has also triggered:
- Ipswitch WS_FTP Server commands buffer overflow denial of service
- Internet Explorer FTP Response Parsing Memory Corruption (MS07-016)
Obviously we could change the protection behavior to detect or inactive, but this isn't ideal for us from a security view.
Has anybody else observed anything similar? Our solution at the moment is reactively added exceptions, but this isn't sustainable if it keeps continuing with new systems, and new protections.
Although one thing I've noticed is that all the triggered protections have a "Medium confidence", and so is this just an expected byproduct of enabling such protections?
Thanks!