Mainly stuff to implement the changed munin.ini format and some additional fixes:
Removed variable parsing for PAYLOAD_SEC_API_SECRET (Hybrid Analysis API v2 doesn't use an API SECRET)
Parsing of MISP_URLS and MISP_AUTH_KEYS from munin.ini was broken. As munin-host.py currently doesn't support MISP lookup I removed the parsing for now.
Changed VirusTotal processor to use VT_PUBLIC_API_KEY variable instead of 'API_KEY'
Aligned -o and -d parameters to munin.py
Removed 'Log Line No' from the CSV template as it is not filled
Added dnspython and IPy modules to requirements.txt
Mainly stuff to implement the changed munin.ini format and some additional fixes: