FortiManager v1.0.17
Manage your FortiNet firewall
- Author:
- Cortex XSOAR
- Support:
- xsoar
agentixxsiam
Network Security
Integrations (1)
Modeling rules (1)
Parsing rules (1)
README
Fortinet FortiManager
<~XSIAM>
This pack includes Cortex XSIAM content.
Configuration on Server Side
To configure Fortinet FortiManager to forward logs to Cortex XSIAM Broker VM via syslog follow the steps below.
- Go to System Settings → Advanced → Syslog Server.
- On the top pane, select the Syslog Server tab. A new Syslog server window will be open.
- Choose a name for the new Syslog server.
- Insert the IP address (or FQDN - Fully Qualified Domain Name) of the target listener.
- Insert port number of the target listener. (Default port is 514).
For more information see FortiManager documentation.
Collect Events from Vendor
In order to use the collector, use the Broker VM option.
Broker VM
To create or configure the Broker VM, use the information described here.
You can configure the specific vendor and product for this instance.
- Navigate to Settings → Configuration → Data Broker → Broker VMs.
- Go to the Apps column under the Brokers tab and add the Syslog Collector app for the relevant broker instance. If the app already exists, hover over it and click Configure.
- Click Add New for adding a new syslog data source.
-
When configuring the new syslog data source, set the following values:
Parameter Value VendorEnter Fortinet. ProductEnter FortiManager. PortEnter port number for Cortex XSIAM Broker VM to listen to (default is 514) ProtocolDefault is UDP
XQL Queries
The following query returns all mapped XDM Fields
| datamodel dataset = fortinet_fortimanager_raw
| fields fortinet_fortimanager_raw._raw_log,
xdm.event.id,
xdm.event.original_event_type,
xdm.alert.severity,
xdm.event.type,
xdm.event.description,
xdm.source.user.username,
xdm.source.host.hostname,
xdm.source.user.groups,
xdm.event.operation_sub_type,
xdm.session_context_id,
xdm.auth.privilege_level,
xdm.target.resource.type,
xdm.source.ipv4,
xdm.source.ipv6,
xdm.event.log_level
For further documentation please visit FortiManager documentation:
- FortiManager log types and subtypes.
</~XSIAM>