Because it is full of incorrect information, I rarely use the Security Center.
One of the big issues I've noticed is that it reports the wrong hostname for clients, and wanted to see if anyone knew how to remedy this.
For example, I saw a bunch of malicious traffic that supposedly came from a workstation (call it WORKSTATION) on VLAN 1 to multiple IP addresses on our VOIP VLAN 2. This made no sense since all traffic is blocked between these two VLANs except for DHCP and DNS relays (via the MX) and a single host on VLAN 1 that is a vulnerability scanner (call it SCANNER).
When I clicked on "WORKSTATION" in the MX events, it gave the following host info:
WORKSTATION
IP: <IP address of SCANNER>:<port number>
MAC: <MAC of WORKSTATION>
If I click on "View client details", it takes me to the client page for WORKSTATION. This shows information about WORKSTATION, and the IP address and MAC are that of WORKSTATION.
So, instead of reporting that SCANNER was generating this traffic, it reported that WORKSTATION was generating it. This made me think that WROKSTATION might be compromised, and the MX as well since it was saying that WORKSTATION was able to bypass the MX firewall rules for the VLANs!
It also appears to randomly pick a hostname to report each time a scan occurs. A previous scan reported that its hostname was that of our AD Domain Controller! It almost sounds like a reverse arp lookup for the ip address fails and it reports the MAC hostname of whatever happened to be in some buffer at the time.
I would note that in the client list, for SCANNER it reported the "Description" as its MAC rather than the hostname. I've since changed the description of the client, so will see if that fixes things.
I'll also note that we are not using the MX for DHCP or DNS, and SCANNER has both forward and reverse DNS records.
Thanks