mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
New appliance: FortiSandbox
This commit is contained in:
parent
4d81ac2a28
commit
894372eb7b
95
appliances/fortisandbox.gns3a
Normal file
95
appliances/fortisandbox.gns3a
Normal file
@ -0,0 +1,95 @@
|
||||
{
|
||||
"name": "FortiSandbox",
|
||||
"category": "firewall",
|
||||
"description": "Today's threats are increasingly sophisticated and often bypass traditional malware security by masking their malicious activity. A sandbox augments your security architecture by validating threats in a separate, secure environment. FortiSandbox offers a powerful combination of advanced detection, automated mitigation, actionable insight, and flexible deployment to stop targeted attacks and subsequent data loss. It's also a key component of our Advanced Threat Protection solution.",
|
||||
"vendor_name": "Fortinet",
|
||||
"vendor_url": "http://www.fortinet.com/",
|
||||
"documentation_url": "http://docs.fortinet.com/fortisandbox/admin-guides",
|
||||
"product_name": "FortiSandbox",
|
||||
"product_url": "https://www.fortinet.com/products/sandbox/fortisandbox.html",
|
||||
"registry_version": 3,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "First boot will take some time without console output. Default username is admin, no password is set.",
|
||||
"port_name_format": "Port{port1}",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
"adapters": 3,
|
||||
"ram": 8096,
|
||||
"hda_disk_interface": "virtio",
|
||||
"hdb_disk_interface": "virtio",
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"boot_priority": "c",
|
||||
"kvm": "require",
|
||||
"options": "-smp 2"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "FSA_KVM-v200-build0252-FORTINET.out.kvm.qcow2",
|
||||
"version": "2.4.0",
|
||||
"md5sum": "47a4489e617f165b92fd8dda68e00bf2",
|
||||
"filesize": 99811840,
|
||||
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||
},
|
||||
{
|
||||
"filename": "FSA_KVM-v200-build0205-FORTINET.out.kvm.qcow2",
|
||||
"version": "2.3.3",
|
||||
"md5sum": "1ecb0acf1604bdeee0beb1b75864ca99",
|
||||
"filesize": 94962176,
|
||||
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||
},
|
||||
{
|
||||
"filename": "FSA_KVM-v200-build0195-FORTINET.out.kvm.qcow2",
|
||||
"version": "2.3.2",
|
||||
"md5sum": "00147d048c8002c98aa55d73f022204d",
|
||||
"filesize": 115868160,
|
||||
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||
},
|
||||
{
|
||||
"filename": "FSA_VM-v200-build0183-FORTINET.out.kvm.qcow2",
|
||||
"version": "2.3.0",
|
||||
"md5sum": "2ff03862e33c8a826a0bce10be12f45e",
|
||||
"filesize": 118226944,
|
||||
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||
},
|
||||
{
|
||||
"filename": "FSA_v200-datadrive.qcow2",
|
||||
"version": "2.x",
|
||||
"md5sum": "f2dc0a8fc7591699c364aff400369157",
|
||||
"filesize": 200192,
|
||||
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "2.4.0",
|
||||
"images": {
|
||||
"hda_disk_image": "FSA_KVM-v200-build0252-FORTINET.out.kvm.qcow2",
|
||||
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2.3.3",
|
||||
"images": {
|
||||
"hda_disk_image": "FSA_KVM-v200-build0205-FORTINET.out.kvm.qcow2",
|
||||
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2.3.2",
|
||||
"images": {
|
||||
"hda_disk_image": "FSA_KVM-v200-build0195-FORTINET.out.kvm.qcow2",
|
||||
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2.3.0",
|
||||
"images": {
|
||||
"hda_disk_image": "FSA_VM-v200-build0183-FORTINET.out.kvm.qcow2",
|
||||
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user