Skip to content

Fortigate logs with wazuh #5365

Closed Answered by jctello
uguraaygun asked this question in Q&A
Apr 12, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @uguraaygun ,
If you're seeing the events with tcpdump but not on either the archives.log or archives.json either archives have not been enabled or the events are being blocked by the operating system's firewall.

The tcpdump utility is capable of detecting events even when they are being blocked by SELinux or firewalld.

In order to open port 514 for inbound connections on firewall you may run the following commands:

firewall-cmd --permanent --zone=public --add-port=514/tcp
firewall-cmd --reload

We do have some rules and decoder for Fortigate, but if you're still not seeing events then you may enable the archives on the manager's ossec.conf by enabling either <logall> or <logall_json>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@uguraaygun
Comment options

@jctello
Comment options

Answer selected by uguraaygun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants