Commit Graph

21 Commits

Author SHA1 Message Date
7f2c59f531 Qualys Vulnerability Management integration (#74)
* Add Qualys vulnerability scans

* Use non-zero exit codes for failures

* Convert to strings for Logstash

* Update logstash config for vulnerability scans

* Update README

* Grab all scans statuses

* Add Qualys vulnerability scans

* Use non-zero exit codes for failures

* Convert to strings for Logstash

* Update logstash config for vulnerability scans

* Update README

* Grab all scans statuses

* Fix error: "Cannot convert non-finite values (NA or inf) to integer"

When trying to download the results of Qualys Vulnerability Management scans, the following error pops up:

[FAIL] - Could not process scan/xxxxxxxxxx.xxxxx - Cannot convert non-finite values (NA or inf) to integer

This error is due to pandas operating with the scan results json file, as the last element from the json doesn't fir with the rest of the response's scheme: that element is "target_distribution_across_scanner_appliances", which contains the scanners used and the IP ranges that each scanner went through.

Taking out the last line solves the issue.

Also adding the qualys_vuln scheme to the frameworks_example.ini
2018-07-05 10:34:02 -07:00
38d2eec065 Tenable.io support (#70)
* Basic tenable.io support

* Add tenable config section

* Use existing variable

* Fix indent

* Fix paren

* Use ternary syntax

* Update Logstash config for tenable.io
2018-06-26 13:03:08 -04:00
e4e9ed7f28 Preserving newlines & carriage returns (#48)
* Preserve newlines & carriage returns

* Convert '\n' & '\r' to newlines & carriage returns
2018-04-10 08:54:21 -04:00
4a60306bdd Addition of openvas logstash config 2018-03-04 16:06:53 -05:00
13dbc79b27 Update 1000_nessus_process_file.conf 2018-02-17 22:57:32 -05:00
42e72c36dd Delete 9000_output_nessus.conf 2018-02-17 22:30:16 -05:00
554b739146 Update 9000_output_nessus.conf 2018-02-17 22:29:41 -05:00
13a01fbfd0 Update to make nessus visualizations consistent with qualys 2018-01-29 22:35:45 -05:00
3141dcabd2 Update to qualys logstash conf to reflect example config 2018-01-04 18:01:01 -05:00
02afd9c24d Update to example logstash config 2018-01-04 17:59:20 -05:00
732237ad5a Update to logstash template 2017-12-30 21:24:19 -05:00
bec9cdd4d0 Addition of VulnWhisperer-Qualys logstash files 2017-12-30 20:21:08 -05:00
2997e2d2b6 Refactored classes to be more modular, update to ini file and submodules 2017-12-27 10:38:44 -05:00
dc2491e8b0 Merge pull request #12 from HASecuritySolutions/master
Fork Sync
2017-12-20 01:39:26 -07:00
a9a21c2e90 Allow for any directories to be monitored 2017-12-20 03:00:04 -05:00
fedbb18bb2 Visualizations for elastic 5.5+ 2017-10-06 15:35:59 -04:00
8808b9e458 Update 9000_output_nessus.conf 2017-10-06 14:33:11 -05:00
a63f69b3d4 Add logstash config for local file pickup 2017-08-06 15:15:09 -05:00
6a29cb7b84 Addition of logstash configs 2017-07-25 12:23:47 -04:00
3b64f7c27d Kibana Dashboards, filebeat and logstash configs 2017-07-10 00:20:17 -04:00
034b204255 Kibana Dashboards, filebeat and logstash configs 2017-07-10 00:15:28 -04:00