Looking for a way to annotate Windows event logs shipped with Windows Event Forwarding - specifically, looking to tag each log with the MAC address/es of the originating system. Would like to do this within WEF itself, but it does not appear possible.
Any ideas of how this can be accomplished?
Using WEF together with the WEC collector does not offer any possibility to add this information.
However, some alternative exist but they are not perfect:
define ADD_AGENT_INFO $agent_ip= host_ip(); $agent_fqdn= hostname_fqdn();
Actually, why would you like to have this information in your SIEM ? Do you have specific use cases in mind ?