Code Monkey home page Code Monkey logo

add_ec2_connector's Introduction

THIS SCRIPT IS PROVIDED TO YOU "AS IS." TO THE EXTENT PERMITTED BY LAW, QUALYS HEREBY DISCLAIMS ALL WARRANTIES AND LIABILITY FOR THE PROVISION OR USE OF THIS SCRIPT. IN NO EVENT SHALL THESE SCRIPTS BE DEEMED TO BE CLOUD SERVICES AS PROVIDED BY QUALYS

add_ec2_connector

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.

AWS_EC2_CONNECTOR_INFO.csv

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

Script configuration

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:

https://qualysapi.qualys.com

https://qualysapi.qg2.apps.qualys.com

Boolean create CloudView connector at the same time

cloudview: true / false

Script Requirements

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

Debug file for script run, located in ./debug folder with time/date stamp per line. To disable debug, comment out all lines containing "debug"

License

Disclaimer: This script is provided as is, as an example. USE AT YOUR OWN RISK. NOT A SUPPORTED SOLUTION

Copyright (c) 2020, Qualys All rights reserved.

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.