Skip to main content
plip
Visitor III
July 17, 2023
Solved

FortiSiem - AIX server regstration

  • July 17, 2023
  • 1 reply
  • 1893 views

have you tried registering AIX server? we're able to configure syslog setting but AIX still not sending logs to Fortisiem.

Best answer by premchanderr

Hi,

 

The IBM AIX server can be integrated via syslog , ssh and snmp. 

 

If syslogs are not reaching Fortisiem then it has to be checked on end device or network.  

 

You can take a packet capture to verify:

Collect a tcpdump on the FortiSiem using below commands (Leave it for 5mins) : 
# tcpdump -i any "host x.x.x.x" -vvv -w AIXserver.pcap //x.x.x.x --- is the server IP . Export the pcap and review.

Documentation Link:

https://docs.fortinet.com/document/fortisiem/7.0.0/external-systems-configuration-guide/125735/ibm-aix-server

1 reply

premchanderr
Staff & Editor
Staff & Editor
July 17, 2023

Hi,

 

The IBM AIX server can be integrated via syslog , ssh and snmp. 

 

If syslogs are not reaching Fortisiem then it has to be checked on end device or network.  

 

You can take a packet capture to verify:

Collect a tcpdump on the FortiSiem using below commands (Leave it for 5mins) : 
# tcpdump -i any "host x.x.x.x" -vvv -w AIXserver.pcap //x.x.x.x --- is the server IP . Export the pcap and review.

Documentation Link:

https://docs.fortinet.com/document/fortisiem/7.0.0/external-systems-configuration-guide/125735/ibm-aix-server

plip
plipAuthor
Visitor III
July 25, 2023

using the tcpdump command aix is not sending logs to the siem. any ideas what can be checked on the end device? since the syslog config is pretty straightforward (*.* @IPadd) 

Is there any other sides that can be look into?

premchanderr
Staff & Editor
Staff & Editor
August 1, 2023

Hi @plip ,
If there are no traffic in tcpdump then it is network layer issue and further probe should be done via firewall or in network.   You can also try traceroute to the SIEM from end device.