Skip to content

Commit

Permalink
Merge pull request #469 from 0xdabbad00/add_vendors_for_440
Browse files Browse the repository at this point in the history
Add vendors for 440
  • Loading branch information
0xdabbad00 authored Jul 15, 2019
2 parents 1f4aac5 + 1f60de4 commit 9481d79
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloudmapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import pkgutil
import importlib

__version__ = "2.5.7"
__version__ = "2.5.8"


def show_help(commands):
Expand Down
12 changes: 9 additions & 3 deletions vendor_accounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# Note the `name` is referenced in ./web/style.json which then references an
# image file in ./web/icons/logos/ for these vendors to display in the
# web-of-trust view.
#
# Some of these were found originally from https://github.com/dagrz/aws_pwn/blob/master/miscellanea/integrations.txt

- name: Cloudhealth
source: 'https://github.com/mozilla/security/blob/master/operations/cloudformation-templates/cloudhealth_iam_role.json'
Expand Down Expand Up @@ -67,8 +69,6 @@
type: 'aws'
source: 'https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-getting-started.html#step-2'
accounts: ['386209384616']

# The following are from https://github.com/dagrz/aws_pwn/blob/master/miscellanea/integrations.txt and still need logos
- name: 'dome9'
source: 'http://support.dome9.com/knowledgebase/articles/796419-convert-dome9-aws-account-connection-from-iam-user'
accounts: ['634729597623']
Expand Down Expand Up @@ -148,4 +148,10 @@
Source: 'https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010344'
- name: 'nOps'
accounts: ['202279780353']
source: 'https://help.nops.io/manual_setup'
source: 'https://help.nops.io/manual_setup'
- name: 'Fivetran'
source: 'https://fivetran.com/docs/logs/cloudwatch/setup-guide'
accounts: ['834469178297']
- name: 'Databricks'
source: 'https://docs.databricks.com/administration-guide/account-settings/aws-accounts.html'
accounts: ['414351767826']
Binary file added web/icons/logos/databricks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/icons/logos/fivetran.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions web/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,32 @@
"height": 100
}
},
{
"selector": "[type = \"Fivetran\"]",

"css": {
"label": "",
"background-opacity": 0,
"background-image": "./icons/logos/fivetran.png",
"background-fit": "contain",
"background-clip": "none",
"width": 150,
"height": 100
}
},
{
"selector": "[type = \"Databricks\"]",

"css": {
"label": "",
"background-opacity": 0,
"background-image": "./icons/logos/databricks.png",
"background-fit": "contain",
"background-clip": "none",
"width": 150,
"height": 100
}
},
{
"selector": "[type = \"Lacework\"]",

Expand Down

0 comments on commit 9481d79

Please sign in to comment.