Skip to content

Commit 9481d79

Browse files
authored
Merge pull request #469 from 0xdabbad00/add_vendors_for_440
Add vendors for 440
2 parents 1f4aac5 + 1f60de4 commit 9481d79

File tree

5 files changed

+36
-4
lines changed

5 files changed

+36
-4
lines changed

cloudmapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import pkgutil
3131
import importlib
3232

33-
__version__ = "2.5.7"
33+
__version__ = "2.5.8"
3434

3535

3636
def show_help(commands):

vendor_accounts.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# Note the `name` is referenced in ./web/style.json which then references an
1212
# image file in ./web/icons/logos/ for these vendors to display in the
1313
# web-of-trust view.
14+
#
15+
# Some of these were found originally from https://github.com/dagrz/aws_pwn/blob/master/miscellanea/integrations.txt
1416

1517
- name: Cloudhealth
1618
source: 'https://github.com/mozilla/security/blob/master/operations/cloudformation-templates/cloudhealth_iam_role.json'
@@ -67,8 +69,6 @@
6769
type: 'aws'
6870
source: 'https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-getting-started.html#step-2'
6971
accounts: ['386209384616']
70-
71-
# The following are from https://github.com/dagrz/aws_pwn/blob/master/miscellanea/integrations.txt and still need logos
7272
- name: 'dome9'
7373
source: 'http://support.dome9.com/knowledgebase/articles/796419-convert-dome9-aws-account-connection-from-iam-user'
7474
accounts: ['634729597623']
@@ -148,4 +148,10 @@
148148
Source: 'https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010344'
149149
- name: 'nOps'
150150
accounts: ['202279780353']
151-
source: 'https://help.nops.io/manual_setup'
151+
source: 'https://help.nops.io/manual_setup'
152+
- name: 'Fivetran'
153+
source: 'https://fivetran.com/docs/logs/cloudwatch/setup-guide'
154+
accounts: ['834469178297']
155+
- name: 'Databricks'
156+
source: 'https://docs.databricks.com/administration-guide/account-settings/aws-accounts.html'
157+
accounts: ['414351767826']

web/icons/logos/databricks.png

13 KB
Loading

web/icons/logos/fivetran.png

10.2 KB
Loading

web/style.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,32 @@
745745
"height": 100
746746
}
747747
},
748+
{
749+
"selector": "[type = \"Fivetran\"]",
750+
751+
"css": {
752+
"label": "",
753+
"background-opacity": 0,
754+
"background-image": "./icons/logos/fivetran.png",
755+
"background-fit": "contain",
756+
"background-clip": "none",
757+
"width": 150,
758+
"height": 100
759+
}
760+
},
761+
{
762+
"selector": "[type = \"Databricks\"]",
763+
764+
"css": {
765+
"label": "",
766+
"background-opacity": 0,
767+
"background-image": "./icons/logos/databricks.png",
768+
"background-fit": "contain",
769+
"background-clip": "none",
770+
"width": 150,
771+
"height": 100
772+
}
773+
},
748774
{
749775
"selector": "[type = \"Lacework\"]",
750776

0 commit comments

Comments
 (0)