Skip to main content
sectea
Explorer
January 8, 2026
Question

Understanding FortiNDR Log Metadata and All Log Types for SIEM Integration

  • January 8, 2026
  • 4 replies
  • 1058 views

I would like to better understand the FortiNDR logs and all of their metadata because I’m planning to integrate the logs into a SIEM.

I’ve reviewed the official Fortinet documentation, but it only includes a few samples. I’m looking for a more comprehensive guide that explains every log field, all possible metadata attributes, all log types, and attack/malware/AV event examples : basically all types of logs that could be sent to a SIEM, along with detailed explanations of each field and what it means.

If there is any reference, whitepaper, or guide that thoroughly explains the FortiNDR log structure and samples (including detection logs, malware logs, AV logs, etc.) in detail, it would really help me understand each type and how to parse them properly.

Thank you in advance !!!

4 replies

Jean-Philippe_P
Staff & Editor
Staff & Editor
January 11, 2026

Hello sectea, 

 

Thank you for using the Community Forum. I will seek to get you an answer or help. We will reply to this thread with an update as soon as possible. 

Jean-Philippe - Fortinet Community Team
Jean-Philippe_P
Staff & Editor
Staff & Editor
January 13, 2026

Hello,

 

We are still looking for an answer to your question.

 

We will come back to you ASAP.

Jean-Philippe - Fortinet Community Team
Jean-Philippe_P
Staff & Editor
Staff & Editor
January 14, 2026

Hello again sectea,

 

I found this solution. Can you tell us if it helps you?

 

FortiNDR (Fortinet Network Detection and Response) logs are rich in metadata and cover multiple log types such as detection logs, malware logs, AV events, network anomalies, and attack events. For integrating these logs into a SIEM, understanding the detailed structure and meaning of each field is crucial.

While official Fortinet documentation provides some samples, a more comprehensive approach includes:

 

  1. Log Types Covered by FortiNDR:

    • Detection Logs: Events related to network anomalies, suspicious activities, or potential intrusions detected by FortiNDR sensors.
    • Malware Logs: Detailed records of malware detected on the network, including attributes like file hash (MD5), file type, detection time, and remediation status.
    • AV Logs: Antivirus-related events, often overlapping with malware logs, showing detections and actions taken.
    • Network Anomaly Logs: Capture unusual network traffic patterns or behaviors that may indicate an attack or compromise.
    • Attack Events: Specific logs detailing types of attacks detected, their sources, targets, and severity.

  2. Metadata and Field Details: Each log entry typically contains:

    • Timestamp: When the event was detected.
    • Source and Destination IPs: Network endpoints involved.
    • Event Type: Classification of the log (e.g., malware detection, anomaly).
    • Severity Level: Criticality of the event.
    • File Attributes: For malware logs, includes file name, hash (MD5), file type.
    • Detection Method: How the threat was identified (signature, heuristic, behavior).
    • Action Taken: Whether the threat was quarantined, blocked, or allowed.
    • Device ID and Sensor Info: Which FortiNDR device or sensor generated the log.

  3. Examples and Parsing Tips:

    • Malware logs often include a summary view with detailed metadata accessible on demand.
    • Detection logs include contextual information such as user identity, process involved, and network protocol.
    • Logs can be in JSON or other structured formats, making parsing into SIEM easier if you map each field explicitly.

  4. Guides and References:

    • Fortinet’s official administration guides for FortiNDR versions (like 7.6.3) offer detailed explanations of malware logs and detection event fields.
    • Release notes and product documentation sometimes include tables of log fields and examples.
    • Fortinet community forums and support threads can provide user-shared insights and expanded examples.
    • Some whitepapers and technical blogs on Fortinet’s site or cybersecurity forums discuss integration best practices and detailed log parsing.

For your integration, I recommend obtaining the latest FortiNDR administration guide and release notes for your version, as these documents provide the most detailed field-level descriptions and examples of logs including malware, AV, and detection events

Jean-Philippe - Fortinet Community Team
sectea
secteaAuthor
Explorer
January 16, 2026

Hello again ,


Thank you for your response, it was very helpful.
I would like to ask for clarification on a few points related to detection type metadata, as this information is important for defining comprehensive SIEM use cases.

 

1. Antivirus (AV) Log Detection Types
Based on the AV log samples (in Fortinet's documentation), my understanding is that the detection types are primarily reflected in the metadata field detypelst.
For example:
detypelst="worm,trojan,downloader"
detypecounts="64,64,2"
From this, I understand that detypelst contains the list of detection categories associated with the event.
However, I would like to clarify the following:
Is the list of possible values for detypelst is aligned with malware attack scenario categories?
Or is there an official or exhaustive list of all possible detection types that may appear in detypelst?
Because for example, “downloader” does not appear to be explicitly listed in common malware attack scenario documentation, which raises the question of whether additional internal categories exist. Having a complete list would help to ensure that all relevant SIEM detection and correlation use cases are properly covered.

 

2. NDR Log Subtypes
Regarding NDR logs, the samples I reviewed suggest that SIEM use cases can be built primarily based on the subtype metadata.
According to Fortinet documentation and observed samples, the following subtypes are mentioned:
Botnet/Encrypted/IOC/IPS attack/Weak cipher/ML
Could you please confirm:
Whether this represents the complete list of NDR detection subtypes
Or if there are additional subtypes that may appear in production environments
A list would help ensure accurate detection mapping and rule coverage.

 

3. NetFlow Logs – Detection Tags
For NetFlow logs, it appears that the tag field represents the detection or alert category, as shown in the example below:
tag="Phishing"
Could you please clarify:
Is there a defined list of possible values for the tag field?
Understanding the full range of possible tags would allow us to design complete and consistent SIEM alerting and threat classification use cases.

 

Thank you in advance for your support and clarification. This information will greatly help us align detection logic and SIEM use case coverage with Fortinet’s detection capabilities.

 

Kind Regards,

Jean-Philippe_P
Staff & Editor
Staff & Editor
January 16, 2026

Hello again secta,

 

I found this answer, I hope it will help:

 

Your questions about Fortinet detection metadata for SIEM use cases touch on important nuances that help ensure comprehensive threat coverage. Here's a detailed clarification based on available documentation and typical Fortinet practices:

  1. Antivirus (AV) Log Detection Types (detypelst)
    The detypelst field in Fortinet AV logs indeed lists detection categories related to malware types detected in an event, such as "worm," "trojan," and "downloader." These categories reflect the nature of the detected threat rather than strictly adhering to a fixed malware attack scenario taxonomy.
  • Fortinet’s AV detection categories are aligned with common malware families and behaviors but may include internal or product-specific labels like "downloader," which refers to malware designed to download other malicious payloads. This is a recognized malware behavior category, though it may not always appear explicitly in general malware scenario documentation.
  • There is no publicly available exhaustive official list of all possible detypelst values published by Fortinet in their documentation. However, common categories typically include worms, trojans, ransomware, spyware, rootkits, and downloaders, among others, reflecting typical AV detection outputs.
  • For comprehensive SIEM use cases, it’s practical to treat detypelst as a flexible set of malware behavior categories, noting that some internal or product-specific types may appear. Coordination with Fortinet support or access to detailed product logs can help confirm any additional categories encountered.

  1. NDR Log Subtypes
    Fortinet NDR (Network Detection and Response) logs use subtype metadata to classify detection events, such as Botnet, Encrypted, IOC (Indicators of Compromise), IPS attack, Weak cipher, and ML (Machine Learning) detections.
  • The list you mentioned is representative but not necessarily exhaustive. Fortinet’s NDR capabilities evolve, and additional subtypes may appear based on new detection logic, threat intelligence feeds, or ML model updates.
  • Fortinet documentation for FortiNDR describes these subtypes as key classifications but does not publish a fixed list of all possible subtypes. It’s advisable to monitor logs in production and consult Fortinet release notes or support for updates on subtype categories fortinetweb.s3.amazonaws.com .
  • Treating the subtype list as extensible ensures your SIEM rules remain adaptable to emerging NDR detection categories.

  1. NetFlow Logs – Detection Tags
    The tag field in NetFlow logs represents the detection or alert category, such as "Phishing."
  • Fortinet does not provide a publicly documented exhaustive list of all possible tag values for NetFlow logs. These tags correspond to threat categories or alert types identified during network traffic analysis.
  • Tags can vary depending on configured detection profiles, threat intelligence feeds, and product versions. Common tags include phishing, malware, botnet, C2 (command and control), and others related to network threats.
  • For designing SIEM use cases, consider the tag field as a dynamic category label that can expand with new threat detections, and maintain an updated mapping from Fortinet’s threat intelligence updates or product documentation.

 

Summary:

  • The detypelst AV detection types reflect malware behavior categories but are not limited to a fixed official list; some internal types like "downloader" exist.
  • NDR log subtypes you listed are typical but not exhaustive; new subtypes may appear as the product evolves.
  • NetFlow detection tags represent alert categories without a fixed public list; they depend on detection profiles and threat intelligence.

 

For the most precise and updated lists, engaging Fortinet support or accessing detailed product release notes and logs is recommended. This approach will help you build SIEM use cases that stay aligned with Fortinet’s evolving detection capabilities, ensuring broad and accurate threat coverage.

Jean-Philippe - Fortinet Community Team
sectea
secteaAuthor
Explorer
January 16, 2026

Hello Jean-Philippe,

 

Thank you very much for your detailed and clear response, as well as the clarifications provided.

Your explanation regarding the flexibility of certain fields, the evolving nature of NDR subtypes, and the dynamic behavior of NetFlow tags is greatly appreciated and very helpful for our work.

 

We appreciate you taking the time to consolidate this information and share such practical guidance.

 

Kind regards,