OMSI
Here’s a proper write-up based on the string you provided, interpreted as a FortiGate VM build artifact for KVM/QEMU environments.
fgtvm64kvmv747mSince this is a new image, harden immediately:
Change default admin password
config system admin; edit admin; set password <strong>; end fgtvm64kvmv747mbuild2731fortinetoutkvmqcow2 new
Disable HTTP access
config system interface; edit port1; set allowaccess https ping
Restrict SSH to management IPs
config system ssh; set permit-local-admin enable; set local-admin-cidr 10.0.0.0/8 Here’s a proper write-up based on the string
Enable auto-update for IPS definitions
config system autoupdate; set update-server ftp.fortinet.net; set push-update enable
Audit open ports
diagnose sys top 5 from CLI, or diag test application sshd 1 Common Pitfalls with “New” FortiGate VM Builds Part
FortiGate VM for KVM is closed-source. You cannot audit the kernel or userspace components. The trust model rests on:
The mention of outkvmqcow2 might be a concatenation of out.kvm.qcow2, meaning the final output artifact ready for deployment.