b31d1b8098
Support tenable API keys
2019-04-29 16:18:07 +01:00
92cad06b2b
Update Qualys WAS mapping and transforms
2019-04-27 07:26:35 +01:00
e8340e6b67
Support alternate Qualys WAS CSV header
2019-04-27 07:23:37 +01:00
f922e396de
Add mock tests for qualys web
2019-04-25 14:14:03 +01:00
7919d3e569
Remove counter for nessus download
2019-04-25 14:13:31 +01:00
5264aea802
Fix qualys web unicode issues
2019-04-25 11:31:04 +01:00
97ed4c7838
Update cvss extraction regex
2019-04-24 09:31:21 +10:00
d41011a5ed
refactor qualys cvss extraction
2019-04-24 09:20:27 +10:00
24cf2ca623
Add OpenVAS mock endpoints
2019-04-24 09:06:05 +10:00
73ae99f054
reorganise imports
2019-04-24 09:03:14 +10:00
51fa81cb05
restructure and write openvas to db
2019-04-23 16:59:55 +10:00
85cca87e58
move fields from logstash into vulnwhisperer
2019-04-22 11:41:51 +10:00
8d59831855
don't use reserved _timestamp
2019-04-22 11:18:49 +10:00
7c2aa54156
refactor cvss normalisation
2019-04-22 10:56:01 +10:00
2b6afe31c2
minor updates
2019-04-18 16:12:54 +10:00
e6c397397b
Update mappings and transforms
2019-04-18 11:34:01 +10:00
a2e27d816b
Ensure empty fields are output as nulls
2019-04-18 11:33:25 +10:00
e3907940bc
remove unnecessary conditional
2019-04-17 19:27:04 +10:00
eea417a0d9
fix cvss info severity
2019-04-17 16:31:23 +10:00
5dd20a74e9
Fix cvss score issues
2019-04-15 23:04:08 +10:00
982d51a465
typo
2019-04-15 21:59:01 +10:00
ee327874e5
Move to a common normalisation function
2019-04-15 21:12:07 +10:00
97d2a2606c
Cleanup logstash configs
2019-04-15 20:10:49 +10:00
29a91cbfb2
Simplify pandas operations, update transforms
2019-04-15 17:05:21 +10:00
275b89c94d
Create cvss score from base and temporal
2019-04-15 13:32:31 +10:00
952c934b9c
Fix more unicode issues
2019-04-12 11:46:23 +10:00
5b45da69a8
Add @timestamps to findings, map more fields
2019-04-12 01:49:15 +10:00
bd1430ebbf
test updates
2019-04-12 00:40:26 +10:00
ad184689f8
map more qualys_vuln fields
2019-04-11 23:18:42 +10:00
496fd23121
Remove nessus csv completely
2019-04-11 22:22:58 +10:00
778a07535f
Fix scan_id field for all sources
2019-04-11 22:17:02 +10:00
2547873bd2
Add scan name to output
2019-04-11 21:57:18 +10:00
8f9932e56b
minor updates
2019-04-11 21:17:24 +10:00
5671b70bdd
Add normalisation for qualys_vuln
2019-04-11 20:13:17 +10:00
d6980d8229
Add normalisation, mapping and transform stubs
2019-04-11 20:11:08 +10:00
76d54abdc6
Nessus JSON output with normalisation
2019-04-11 20:09:21 +10:00
74db06b17a
Merge pull request #168 from HASecuritySolutions/qualys_was_fix
...
Qualys was fix
2019-04-10 11:35:37 +02:00
45e23985d3
added comment
2019-04-10 11:25:28 +02:00
cde2fe2dd8
final commit for qualys web
2019-04-10 11:19:44 +02:00
c8d906c05f
Fix tenable downloads
2019-04-08 19:30:48 +10:00
1ef7289b8d
reduntant replace, formatting
2019-04-08 18:44:30 +10:00
a12e9f70a1
Remove redundant param
2019-04-08 18:38:03 +10:00
873066a419
reorder imports
2019-04-08 17:43:50 +10:00
973c69dffb
Updates tests
2019-04-08 17:43:15 +10:00
ec5d6cd388
Iterate through nessus download data
2019-04-08 12:25:50 +10:00
33f2a5a3d1
Use a session and don't overwrite imports
2019-04-08 12:24:22 +10:00
5edde8760a
Fix missing sys import
2019-04-06 11:02:42 +11:00
7370f5b608
Merge branch 'beta-1.8' of https://github.com/HASecuritySolutions/VulnWhisperer into beta-1.8
2019-04-05 23:37:41 +02:00
0a877ce267
fix nessus download 'imported' scans
2019-04-05 23:37:04 +02:00
1ef67d48be
Feature error codes ( #165 )
...
* Use error codes for failed scans
* Fix indentations
* Fix more indentation
* Continue after failed download
* Add tests for failed scans
* Add more tests
* move definition
* Update nessus.py
This function was used by function `print_scans` which at the same time was an unused one that had been deleted in the PR itself.
2019-04-05 11:36:13 +02:00