For context, FortiAnalyzer is Fortinet’s centralized logging, reporting, and analysis platform. In a network environment, it aggregates logs from multiple FortiGate firewalls, allowing administrators to see the "big picture" of network traffic, threats, and user activity. The "VM64" designation indicates this is a virtual appliance image designed to run on standard server hardware rather than a dedicated physical box.
Official Fortinet VM images follow a structured naming convention. For example, from Fortinet’s support portal:
The presence of fortinetoutkvmzip as a single word suggests:
Important: Fortinet does NOT distribute firmware or VM images via public file-sharing sites, torrents, or random URLs. Authorized downloads require a valid support contract and login at support.fortinet.com. fazvm64kvmv6build1183fortinetoutkvmzip
Example using virt-install:
virt-install --name fortianalyzer \
--ram 8192 \
--vcpus 4 \
--disk path=/var/lib/libvirt/images/faz.qcow2,format=qcow2 \
--import \
--network bridge=br0 \
--graphics vnc
fortinetout: This suggests it's related to Fortinet output or a product from Fortinet.
kvmzip: Indicates the package is zipped and intended for KVM environments. The presence of fortinetoutkvmzip as a single word
Fortinet’s official KVM images follow a pattern like:
FAZ_VM_KVM-v7.4.2-build1234-FORTINET-out2.kvm.zip
or
FortiAnalyzer-v7.6.0-build5678-FORTINET-kvm.zip
Note that build1183 would date back to FortiAnalyzer version 5.x or early 6.0 (circa 2016–2017). If you are looking for modern features (SD-WAN monitoring, compliance packs, AI-based analytics), you should target version 7.0 or higher. Important: Fortinet does NOT distribute firmware or VM
If you need FortiAnalyzer on KVM, follow this official path:
FortiAnalyzer is Fortinet’s centralized logging, analytics, and reporting appliance. It collects logs from FortiGate, FortiMail, FortiWeb, and other Fortinet products. The KVM version allows you to run it on any Linux distribution that supports KVM (e.g., RHEL, CentOS, Ubuntu, Debian) without dedicated hardware.
If you download and deploy fazvm64kvmv6build1183fortinetoutkvmzip from an unofficial source, you expose your organization to: