issues
search
CactuseSecurity
/
firewall-orchestrator
Network Security data repository for automation, reporting and compliance of firewall rules
https://fwo.cactus.de
Apache License 2.0
33
stars
11
forks
source link
Fortimanager Importer Enhancement
#2568
Closed
alf-cactus
closed
2 months ago
alf-cactus
commented
2 months ago
closes #1004
hitcounts: last_hit in rule_meta. Possible further enhancement: If rule had no hit, last hit is in 1970
custom fields: rule_custom_field in rule is a string in form of a dict
installon: If rule defines dedicated install on targets, these are stored in rule_installon in rule, seperated by "|"
last changer: last_change_admin in rule is still NULL (also for checkpoint). But value is passed on by python importer as rule.rule_last_change_admin
Details
Output of fmgr_getter.fortinet_api_call is now always a list. That was implicitly expected before
hitcount task needs a short time to gather results, introduced time.sleep(2) (2 Seconds) for each Fortinet policy package
closes #1004
Details