Info : Python File adds the AWS EC2 connector into Qualys Asset View Connectors w.r.t details provided in "./AWS_EC2_CONNECTOR_INFO.csv" & "./config.txt". Console output as well as debug_file.txt will have both success & failure logs.
Info : csv files contains below attributes required for AWS connector Script looks for AWS_CONNECTOR_INFO.csv in the directory the script runs from
ARN,NAME,EXTID,REGION,MODULE
EXTID must be an INT from 9-90 in length Example: 98765456787654567821
REGION must be single spaced list of regions or "ALL"
Examples
ALL
us-east-1
us-east-1 us-west-1 us-west-2
MODULES must be an list of modules to activate for connector
Examples:
VM
"VM PC"
"VM PC SCA"
To assign tags to the connectors, add Qualys Tag IDs to the CSV TAG is a list of Qualys Tag IDs
Examples:
000001
000001 000002 000003
To not assign tags to connectors, uncomment line 106 and 109, and comment lines 107 and 110
config.yml Provide script configuration information for API U/P, vulnerability severity ratings, and Qualys API URL username: "QualysUsername" password: "QualysPassword"
apiURL: "Qualys API URL base (https:// - > .com/, no trailing '/') for your pod" Examples:
Boolean create CloudView connector at the same time
cloudview: true / false
This script is written in Python 3.7.4 This script requires the following PIP modules to run Modules: sys, requests, datetime, os, time, yaml, json, csv, base64\
Debug file for script run, located in ./debug folder with time/date stamp per line. To disable debug, comment out all lines containing "debug"
Disclaimer: This script is provided as is, as an example. USE AT YOUR OWN RISK. NOT A SUPPORTED SOLUTION
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Qualys nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL QUALYS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED ANDON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.