Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community

Cisco IronPort .

Copper Contributor

We are trying to collect "CEF" logs from Cisco IronPort using Azure Sentinel.

Syslog forwarder is configured on RHEL machine.

we do get data for "syslog".

However nothing under the "CommonSecurityLog" . We can see the following error messages :-
Could not locate "CEF" message in tcpdump
Fetching CEF messages from daemon files.

tac: failed to open ‘/var/log/syslog’ for reading: No such file or directory
Located 0
CEF\ASA messages
Validating the CEF\ASA logs are received and are in the correct format when received by syslog daemon
sudo tac /var/log/syslog
tac: failed to open ‘/var/log/syslog’ for reading: No such file or directory
Located 0
CEF\ASA messages
Error: no CEF messages received by the daemon.

sudo tcpdump -A -ni any port 25226 -vv
tcpdump: listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes
2020-06-16T10:01:10.065437Z INFO ExtHandler ExtHandler [HEARTBEAT] Agent WALinuxAgent-2.2.48.1 is running as the goal state agent
Could not locate "CEF" message in tcpdump
Simulating mock data which you can find in your workspace
This will take 60 seconds.
sudo tcpdump -A -ni any port 25226 -vv
tcpdump: listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes
Could not locate "CEF" message in tcpdump
Completed troubleshooting.

sudo tcpdump -A -ni any port 25226 -vv
tcpdump: listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes



5 Replies

@Consultant1520 as far as I know IronPort does not support CEF, only Syslog, so this is to be expected. The list in Azure Sentinel: Syslog, CEF, Logstash and other 3rd party connectors grand list indicates if a source supports CEF of Syslog.

@Ofer_Shezaf 


Thanks for the reply Ofer.

I am not that Linux expert. 
I have a bit confusion around this statement. 

 

Cisco ASA doesn't support CEF, so the logs are sent as Syslog and the Azure Sentinel agent knows how to parse them as if they are CEF logs. Configure Cisco ASA to forward Syslog messages to your Azure workspace via the Syslog agent:  https://docs.microsoft.com/en-us/azure/sentinel/connect-cisco#step-2-forward-cisco-asa-logs-to-the-...

@Consultant1520 : Cisco IronPort and Cisco ASA are unrelated products and behave differently. My answer and I blieve your original question was about IronPort. 

@Ofer_Shezaf 

 

Thanks. I was under impression that IronPort is kind of cisco ASA. 

We actually got the syslog for facility  and auth. 

Cisco Secure Email Gateway (aka IronPort) does support CEF formatted logs but you have to add a New Log Subscription and select the fields you want in single log line format. These logs can be delivered via syslog or AWS S3 buckets.