Add @timestamps to findings, map more fields

This commit is contained in:
pemontto
2019-04-12 01:49:15 +10:00
parent bd1430ebbf
commit 5b45da69a8
3 changed files with 47 additions and 20 deletions

View File

@ -35,6 +35,7 @@ class NessusAPI(object):
'host': 'asset',
'name': 'plugin_name',
'os': 'operating_system',
'see also': 'exploitability',
'system type': 'category',
'vulnerability state': 'state'
}

View File

@ -83,6 +83,7 @@ class qualysVulnScan:
'cve_id': 'cve',
'cvss_base': 'cvss',
'cvss3_base': 'cvss3',
'impact': 'synopsis',
'ip_status': 'state',
'os': 'operating_system',
'qid': 'plugin_id',