Hi Raj,
thank you for interest
Well, my topology is quite simple, still maybe non standard:
- have 3 ranges of public IP addresses (2 subnets of 16 IP, and one C-class of public IP addresses)
- these public IP ranges and servers are NOT opened directly to public, but are behind firewall...
- ...with STATIC mapping and 1-to-1 port forwarding and ports opened
So it is kind of protected DMZ, without NAT.
Since I also host my own DNS inside this plant, all my servers are configured to use my "internal" DNS, which are also "public" DNS.
So there is no need for SplitDNS (local IP = public IP)
REGARDING PROBLEM
I have many WEB servers behind FIREWALL, whose IP is 123.456.789.1
Well, I only know that at least one of those web servers hosts at least one web form, which is sending out SPAM. Or is somehow compromised with spamming code.
So there I face the problem - how to find traces of spamming activity among hundreds of log files, located each inside of web space of hundreds of web sites, on dozens of web servers... which are some Windows, some Linux, some 10 yrs odl, some new, hehe
I blocked them by closing "trusted network" mask in Zimbra server from /24 down to /32, and I run scanners on all web servers right now, to find the malicious code.
But I am afraid that those are not viruses, but rather open web forms, or PHP scripts, which AV and Anti* scanners won't detect.
It's out of topic this discussion now, but hey, it's interesting, dynamic...and I am stuck
*** EDIT ***
Hey, wait...maybe I have an idea!
Since I also host my own AntiSpam mail filtering cluster, I might redirect PHP SendMail on global level to use my own mail servers?
I'll dig on this, and report back. Maybe someone would find this usefull.