forked from fwdcloudsec/known_aws_accounts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccounts.yaml
628 lines (627 loc) · 33.4 KB
/
accounts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
# Format
# name: Vendor name.
# source: URL that publicly mentions the account ID in association with this vendor.
# type: Optional parameter. Used to reference `aws` as being the vendor while the `name` field indicates the specific AWS service.
# accounts: Array of 12-digit AWS account IDs
#
# 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'
accounts: ['454464851268']
- name: 'SegmentIO'
source: ['https://segment.com/docs/destinations/amazon-s3/', 'https://segment.com/docs/destinations/amazon-kinesis/']
accounts: ['107630771604', '595280932656']
- name: 'StackDriver'
source: ['https://web.archive.org/web/20150423044518/https://support.stackdriver.com/customer/portal/articles/1491790-setting-up-stackdriver-for-your-aws-account', 'https://support.stackdriver.com/customer/portal/articles/1491790-setting-up-stackdriver-for-your-aws-account']
accounts: ['314658760392']
- name: 'Zencoder'
source: 'https://support.brightcove.com/using-zencoder-s3'
accounts: ['395540211253']
- name: 'Datadog'
source: ['https://docs.datadoghq.com/integrations/guide/aws-manual-setup/','https://docs.datadoghq.com/integrations/amazon_ec2/']
accounts: ['464622532012', '865078226113']
- name: 'Cloudability'
source: ['https://github.com/edrans/tf-aws-iam-cloudability', 'https://developers.cloudability.com/docs/vendor-credentials-end-point']
accounts: ['165736516723']
- name: 'Rackspace'
source: ['https://manage.rackspace.com/aws/docs/product-guide/patching/ec2/meltdown.html','https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/']
accounts: ['507897595701', '530014582677']
- name: 'New Relic'
source: ['https://docs.newrelic.com/docs/integrations/amazon-integrations/get-started/connect-aws-services-infrastructure', 'https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/data-instrumentation/amazon-aws-ec2-integration-infrastructure']
accounts: ['754728514883', '017663287629']
- name: 'Brightcove'
source: 'https://support.brightcove.com/using-dynamic-ingest-s3'
accounts: ['749779118921']
- name: 'CloudCheckr'
source: 'https://support.cloudcheckr.com/cloudcheckr-api-userguide/cloudcheckr-admin-api-reference-guide/'
accounts: ['352813966189']
- name: 'SignifAI'
source: 'https://docs.signifai.io/docs/amazon-web-services'
accounts: ['265975144233']
- name: 'ParkMyCloud'
source: 'https://parkmycloud.atlassian.net/wiki/spaces/PMCUG/pages/43876427/Create+an+IAM+Role+in+AWS+for+ParkMyCloud'
accounts: ['753542375798']
- name: 'CenturyLinkCloud'
source: 'https://www.ctl.io/knowledge-base/cloud-application-manager/deploying-anywhere/using-your-aws-account/'
accounts: ['540339316802']
- name: 'ELB logs'
type: 'aws'
source: 'https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html'
accounts: ['127311923021', '033677994240', '027434742980', '797873946194', '985666609251', '054676820928', '156460612806', '652711504416', '009996457667', '582318560864', '600734575887', '383597477331', '114774131450', '783225319266', '718504428378', '507241528517', '048591011584', '638102146993', '037604701340']
- name: 'Redshift logs'
type: 'aws'
source: 'https://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html'
accounts: ['193672423079', '391106570357', '262260360010', '902366379725', '865932855811', '760740231472', '361669875840', '762762565011', '404641285394', '660998842044', '907379612154', '053454850223', '210876761215', '307160386991', '915173422425', '075028567923']
- name: 'Billing'
type: 'aws'
source: 'https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-getting-started.html#step-2'
accounts: ['386209384616']
- name: 'skeddly'
source: 'http://thecloudmarket.com/owner/478299826944'
accounts: ['478299826944']
- name: 'freshservice'
source: 'https://support.freshservice.com/support/solutions/articles/207515-creating-a-role-arn-for-integrating-amazon-web-services-aws-in-freshservice'
accounts: ['618708667954']
- name: 'signalfx'
source: 'https://signalfx-product-docs.readthedocs-hosted.com/en/latest/getting-started/send-data.html'
accounts: ['134183635603']
- name: 'cloudsploit'
source: 'https://cloudsploit.freshdesk.com/support/solutions/articles/17000008755-connecting-an-aws-account-to-cloudsploit'
accounts: ['057012691312']
- name: 'Aqua'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['978540733285']
- name: 'globus'
source: 'https://docs.globus.org/how-to/amazon-aws-s3-endpoints/'
accounts: ['328067584297']
- name: 'dynatrace'
source: 'https://help.dynatrace.com/monitor-cloud-virtualization-and-hosts/cloud/how-do-i-start-amazon-web-services-monitoring/'
accounts: ['509560245411']
- name: 'Trend Micro deepsecurity'
source: ['https://esupport.trendmicro.com/media/13166096/Generate-AWS-Role.pdf','https://help.deepsecurity.trendmicro.com/Add-Computers/add-aws.html']
accounts: ['862820443276','147995105371']
- name: 'cloudbreak'
source: 'https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_cldbrk_install/bk_CLBK_IAG/content/clbk_iam_console.html'
accounts: ['755047402263']
- name: 'teraproc'
source: 'http://www.teraproc.com/awskey/'
accounts: ['122931797421']
- name: 'orbitera'
source: 'https://support.orbitera.com/support/solutions/articles/147040-add-new-aws-accounts'
accounts: ['328676173091']
- name: 'redline13'
source: 'https://www.redline13.com/blog/aws-setup/'
accounts: ['635144173025']
- name: 'kochava'
source: 'https://support.kochava.com/reference-information/traffic-import-tool'
accounts: ['719465667078']
- name: 'instaclustr'
source: 'https://support.instaclustr.com/hc/en-us/articles/226565607-Setting-Up-a-Datacenter-with-EBS-Encryption'
accounts: ['624537489435']
- name: 'CloudTrail'
type: 'aws'
source: 'https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-supported-regions.html'
accounts: ['475085895292', '086441151436', '388731089494', '113285607260', '819402241893', '977081816279', '765225791966', '492519147666', '903692715234', '284668455005', '216624486486', '681348832753', '035351147821', '859597730677', '282025262664', '262312530599', '814480443879', '525921808201', '119688915426', '582488909970', '069019280451', '187074758985', '193415116832', '453052556044', '829690693026', '669305197877', '757211635381', '585772288577', '034638983726', '886388586500', '608710470296']
- name: 'Summit Route'
source: 'https://summitroute.com/aws_security_assessments/'
accounts: ['393727464233']
- name: 'TrendMicro'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['124790101291','607237235771','675681123645','811620960246','868324285112']
- name: 'Convox'
source: 'https://convox.com/docs/aws-integration'
accounts: ['665986001363']
- name: 'Spotinst'
source: 'https://docs.spot.io/connect-your-cloud-provider/first-account/aws-manually'
accounts: ['922761411349']
- name: 'Redlock - PrismaCloud'
source: ['https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/connect-your-cloud-platform-to-prisma-cloud/onboard-aws/manually-set-up-prisma-cloud-role-for-aws', 'https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html']
accounts: ['188619942792', '496947949261']
- name: 'Sumo Logic'
source: 'https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon-Web-Services/Grant-Access-to-an-AWS-Product'
accounts: ['926226587429']
- name: 'Bridgecrew'
accounts: ['890234264427']
source: 'https://bridgecrew.cloud'
- name: 'Lacework'
source: 'https://support.lacework.com/hc/en-us/articles/360017546933-Getting-Started'
accounts: ['434813966438']
- name: 'Onelogin'
source: 'https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010344'
accounts: ['842984801698']
- name: 'nOps'
accounts: ['202279780353']
source: 'https://help.nops.io/manual_setup'
- name: 'Fivetran'
source: 'https://fivetran.com/docs/logs/cloudwatch/setup-guide'
accounts: ['834469178297']
- name: 'Rapid7'
accounts: ['336818582268']
source: 'https://insightvm.help.rapid7.com/docs/aws-connect-to-cloud-configuration-assessment'
- name: 'Databricks'
source: ['https://docs.databricks.com/administration-guide/account-settings/aws-accounts.html', 'https://docs.databricks.com/sql/admin/data-access-configuration.html']
accounts: ['414351767826', '790110701330']
- name: 'Threat Stack'
source: 'https://threatstack.zendesk.com/hc/en-us/articles/206006626-AWS-EC2-Integration'
accounts: ['896126563706']
- name: 'Lucidchart'
source: 'https://lucidchart.zendesk.com/hc/en-us/articles/208018563-Create-an-IAM-User-or-a-Cross-Account-Role-in-AWS-for-Lucidchart'
accounts: ['799803075172']
- name: 'Workato'
source: 'https://docs.workato.com/connectors/s3.html'
accounts: ['353360065216']
- name: 'Palo Alto Networks'
source: 'https://github.com/terraform-providers/terraform-provider-aws/issues/6674'
accounts: ['122442690527']
- name: 'CloudZero'
source: 'https://www.cloudzero.com/hubfs/CloudZero%20Configuration%20Guide%20-%20Automated.pdf'
accounts: ['061190967865']
- name: 'Cloudinary'
source: 'https://support.cloudinary.com/hc/en-us/articles/203276521-How-do-I-allow-Cloudinary-to-read-from-my-private-S3-bucket-'
accounts: ['232482882421']
- name: 'Tenable'
source: ['https://docs.tenable.com/tenableio/vulnerabilitymanagement/Content/Settings/Connectors_ConfigureAWS_KeylessAutoDiscovery.htm','https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/']
accounts: ['012615275169','422820575223']
- name: 'Stitch'
source: 'https://www.stitchdata.com/docs/destinations/amazon-s3/connecting-an-amazon-s3-data-warehouse-to-stitch'
accounts: ['218546966473']
- name: 'Emnify'
source: 'https://www.emnify.com/datastreamer-integration-into-aws'
accounts: ['884047677700']
- name: 'Qualys Cloud View'
source: 'https://qualysguard.qualys.com/qwebhelp/fo_portal/scans/ec2_connector.htm'
accounts: ['080595016317', '205767712438']
- name: 'Auth0'
source: 'https://auth0.com/docs/integrations/aws/sso'
accounts: ['951887872838']
- name: 'Cloudera'
source: ['https://blog.cloudera.com/cloudera-altus-cloud-services-youre-in-control-part-2/', 'https://docs.cloudera.com/dataflow/cloud/quick-start/topics/mc-aws-quickstart.html']
accounts: ['062663104137', '387553343826']
- name: 'AlertLogic'
source: ['https://docs.alertlogic.com/prepare/iam-role-creation.htm#top', 'https://docs.alertlogic.com/configure/collectors/aws_network_firewall.htm']
accounts: ['239734009475', '733251395267', '857795874556', '230378978437']
- name: 'CloudConformity'
source: 'https://github.com/cloudconformity/documentation-api/blob/master/Accounts.md#update-account'
accounts: ['717210094962']
- name: 'Fortinet'
source: [
'https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/bf017449-572a-11e9-81a4-00505692583a/forticasb-4.1.0-admin-guide.pdf',
'https://docs.fortinet.com/document/forticwp/4.4.0/online-help/828941/amazon-web-services'
]
accounts: ['854209929931']
- name: 'Azure Sentinel'
accounts: ['197857026523']
- name: 'Azure Billing Management'
source: 'https://docs.microsoft.com/en-us/azure/cost-management/aws-integration-manage'
accounts: ['432263259397']
- name: 'ADC Application Deployment, ADM Delivery Management'
source: 'https://docs.citrix.com/en-us/citrix-application-delivery-management-service/hybrid-multi-cloud-deployments/autoscale-for-aws/autoscale-for-aws-configuration.html'
accounts: ['835822366011']
- name: 'CloudManager for CloudVolumes'
source: 'https://docs.netapp.com/us-en/cloud_volumes/aws/media/cvs_aws_account_setup.pdf'
accounts: ['695990169366']
- name: 'Axonius.com'
accounts: ['802876684602', '817364327683', '405773942477']
- name: 'Fugue'
source: ['https://docs.fugue.co/setup.html','https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/']
accounts: ['370134896156', '944830124550','057172825058','810369035479']
- name: 'CloudPhysics'
source: 'https://www.cloudphysics.com/connectaws/'
accounts: ['863002038009']
- name: 'QRadar'
accounts: ['429269239926']
- name: 'LogicMonitor'
accounts: ['282028653949']
- name: 'MVision ePO'
source: 'https://docs.mcafee.com/bundle/prod-name-n.n.x-guide-type/page/GUID-9B6E696A-78DA-4F41-A0FC-39699DD39639.html'
accounts: ['307653271100']
- name: 'Symantec Cloud Workload Protection'
source: 'https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html'
accounts: ['754237914691']
- name: 'Logz.io'
accounts: ['406095609952']
- name: 'Xi Frame'
accounts: ['178591426237']
- name: 'CloudWisdom, metricly'
accounts: ['270852171095']
- name: 'Rockset'
accounts: ['216690786812']
- name: 'CloudHiro'
# This company apparently used to be called AWS4Less
source: 'https://cloudhiro.com/AWS/AWSRegistrationGuide.php'
accounts: ['545334166883']
- name: 'Densify'
source: 'https://www.densify.com/docs/Content/Data_Collection_for_Public_Cloud_Systems/AWS_Data_Collection_Prerequisites_for_an_IAM_Role.htm'
accounts: ['036437403198']
- name: 'Armor Anywhere'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html', 'https://docs.armor.com/pages/viewpage.action?pageId=20709565']
accounts: ['679703615338', '345186984524']
- name: 'Genys'
source: 'https://help.mypurecloud.com/articles/create-iam-resources-to-invoke-an-aws-lambda-function/'
accounts: ['765628985471']
- name: 'site24x7'
accounts: ['949777495771']
- name: 'ylastic'
source: 'https://blog.ylastic.com/post/153943542476/iam-role-with-external-id-for-cross-account-access'
accounts: ['710193521658']
- name: 'qubole'
source: 'https://docs.qubole.com/en/latest/user-guide/managing-accounts/aws/iam-roles/override-iam-roles.html'
accounts: ['805246085872']
- name: 'VManage'
source: 'https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/Network-Optimization-and-High-Availability/Network-Optimization-High-Availability-book/b_Network-Optimization-and-HA_chapter_00.html'
accounts: ['200235630647']
- name: 'Cloudaware'
accounts: ['814021343637']
- name: 'Cloud Ranger'
accounts: ['558211695259']
- name: 'FoxPass'
source: 'https://docs.foxpass.com/docs/access-control-integration-with-amazon-ec2'
accounts: ['843529240033']
- name: 'Nirmata'
source: 'https://nirmata-documentation.readthedocs.io/en/latest/CloudProviders.html'
accounts: ['094919933512']
- name: 'GitLab'
accounts: ['855262394183', '956491294349']
- name: 'Snyk'
source: ['https://support.snyk.io/hc/en-us/articles/360004002418-AWS-Lambda-integration','https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/']
accounts: ['198361731867','755778135062']
- name: 'CloudCraft'
accounts: ['968898580625']
- name: 'JupiterOne'
source: 'https://github.com/JupiterOne/jupiterone-aws-cloudformation/commit/c9abbbcc3e29474c6605a6f8ace5ec0ff475d3f8'
accounts: ['612791702201']
- name: 'rev.com'
source: 'https://www.rev.com/api/s3bucketpolicy'
accounts: ['414502572119']
- name: 'Funnel'
source: 'https://help.funnel.io/en/articles/1494351-amazon-s3-bucket-configuration'
accounts: ['071303700930']
- name: 'Domo'
source: 'https://knowledge.domo.com/Connect/Connecting_to_Data_with_Connectors/Configuring_Each_Connector/Connectors_for_File_Retrieval/Amazon_S3_AssumeRole_Connector'
accounts: ['339405024189', '010251424122', '687132894031', '622384692065']
- name: 'Atlas DataLake'
accounts: ['962727799805']
- name: 'Upsolver'
accounts: ['428641199958']
- name: 'Weave Cloud'
source: 'https://eksctl.io/'
accounts: ['376248598259']
- name: 'ChaosSearch'
source: 'https://docs.chaossearch.io/docs/prerequisites'
accounts: ['515570774723']
- name: 'EDB Postgres'
source: 'https://www.enterprisedb.com/edb-docs/d/edb-postgres-ark-platform/user-guides/administrative-users-guide/3.0/EDB_Ark_Administrative_User_Guide.1.20.html'
accounts: ['305753120797']
- name: 'TheGlobalSolutions.net'
source: 'http://www.theglobalsolutions.net/awspatching/saas_help.php'
accounts: ['726941830086']
- name: 'wpengine'
source: 'https://wpengine.com/support/configuring-largefs-store-transfer-unlimited-data/'
accounts: ['902500896138']
- name: 'cloudsqueeze'
source: 'https://app.cloudsqueeze.ai/awsAddAccount'
accounts: ['759994998399']
- name: 'ThingSpace'
source: 'https://thingspace.verizon.com/resources/documentation/cloudconnector/Getting_Started/Streaming_to_AWS/'
accounts: ['675479154635']
- name: 'Anodot'
source: 'https://support.anodot.com/hc/en-us/articles/360034553113-Enable-Reading-from-the-Kinesis-Stream'
accounts: ['340481513670']
- name: 'MediaMath'
source: 'https://apidocs.mediamath.com/reporting/log-level-data-service/overview#data-security-and-authorization'
accounts: ['794878508631']
- name: 'Presidio'
source: 'customer IAM policy'
accounts: ['118652503430']
- name: 'Checkpoint Cloudguard'
source: 'https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk159912&partition=Basic&product=CloudGuard'
accounts: ['634729597623']
- name: 'Cisco Umbrella'
source: 'https://docs.umbrella.com/umbrella-user-guide/docs/enable-logging-to-your-own-s3-bucket'
accounts: ['568526795995']
- name: 'Cloudflare'
source: 'https://developers.cloudflare.com/logs/logpush/aws-s3'
accounts: ['391854517948']
- name: '[Deprecated] AWS Log delivery Service'
source: 'https://forums.aws.amazon.com/thread.jspa?messageID=629256'
accounts: ['858827067514']
- name: 'Epsagon'
source: 'https://docs.epsagon.com/docs/faq'
accounts: ['066549572091']
- name: 'Turbot'
source: 'https://turbot.com/v5/docs/integrations/aws/import-aws-account'
accounts: ['287590803701', '255798382450']
- name: 'Qualys AWS EC2 Connector'
source: 'https://qualys-secure.force.com/discussions/s/question/0D52L00004TnxTqSAJ/aws-ec2-connector-creation-automation'
accounts: ['805950163170']
- name: 'Qualys'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['438908802199']
- name: 'API Gateway'
type: 'aws'
source: 'https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-api-with-vpclink-accounts.html'
accounts: ['392220576650', '718770453195', '968246515281', '109351309407', '796887884028', '631144002099', '544388816663', '061510835048', '474240146802', '166639821150', '394634713161', '753362059629', '359345898052', '969236854626', '020402002396', '195145609632', '798376113853', '652364314486', '849137399833', '507069717855', '644042651268', '174803364771', '287228555773', '855739686837', '614065512851']
- name: 'Slack EKM'
source: 'https://slackhq.com/dotcom/dotcom/wp-content/uploads/sites/6/2019/08/Slack-EKM-Implementation-Guide-1.pdf'
accounts: ['152659312504', '429538831549']
- name: 'Steampipe Cloud'
source: 'https://cloud.steampipe.io/user/<USER-NAME>/create/connection'
accounts: ['316881668097']
- name: 'unusd.cloud'
source: 'https://unusd-cloud-saas-prod-artifacts-spoke.s3.eu-west-1.amazonaws.com/spoke-role.yml'
accounts: ['398997493752']
- name: 'CloudYali'
source: 'https://docs.cloudyali.io/docs/connecting_aws'
accounts: ['310957700191']
- name: 'SSLMate'
source: 'https://sslmate.com/help/reference/misc#aws_integration'
accounts: ['423155938983']
- name: 'SSLMate (Sandbox Site)'
source: 'https://sslmate.com/help/reference/misc#aws_integration'
accounts: ['056196542512']
- name: 'Sysdig'
source: 'https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/#aws-account-ids'
accounts: ['761931097553', '263844535661']
- name: 'MadKudu'
source: 'https://support.madkudu.com/hc/en-us/articles/360036908291-Amazon-S3-Giving-MadKudu-access-to-an-S3-bucket'
accounts: ['203796963081']
- name: 'env0'
source: 'https://docs.env0.com/docs/aws-costs'
accounts: ['913128560467']
- name: 'BuildKite (log output)'
source: 'https://buildkite.com/docs/pipelines/managing-log-output'
accounts: ['032379705303']
- name: 'Spacelift'
source: 'https://docs.spacelift.io/integrations/cloud-providers/aws'
accounts: ['324880187172']
- name: 'k9 security'
source: ['https://www.k9security.io/docs/how-to-configure-k9-access/','https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/']
accounts: ['826438284864', '139710491120','720226181253']
- name: 'Codeshield'
source: 'https://codeshield-public-templates-production.s3.eu-central-1.amazonaws.com/aws_connect_codeshield.yml'
accounts: ['457424274508']
- name: 'OpsLevel'
source: 'https://docs.opslevel.com/docs/infrastructure'
accounts: ['746108190720']
- name: 'Redshift logging'
type: 'aws'
source: ['https://docs.aws.amazon.com/redshift/latest/mgmt/logging-with-cloudtrail.html']
accounts: ['368064434614', '790247189693', '703715109447', '473191095985', '420376844563', '651179539253', '297058826802', '623197973179', '945512339897', '408097707231', '398671365691', '713597048934', '960118270566', '485979073181', '615915377779', '764870610256', '434091160558', '246478207311', '885798887673', '041313461515', '694668203235', '553461782468', '668912161003', '028811157404', '051362938876', '595013617770', '392442076723']
- name: 'DuckbillGroup'
source: ['https://www.lastweekinaws.com/blog/are-aws-account-ids-sensitive-information/']
accounts: ['024196225137']
- name: 'Grafana'
source: ['https://grafana.com/docs/grafana-cloud/integrations/integrations/integration-cloudwatch/']
accounts: ['008923505280']
- name: 'Orca Security'
source: ['https://orcasecurity.force.com/s/article/Orca-Scanner-Accounts-for-AWS-Trusted-Entities?topic=Onboarding&subtopic=AWS&article=Orca-Scanner-Accounts-for-AWS-Trusted-Entities']
accounts: ['976280145156', '727815099310', '553950354547', '135916806842', '463932680998', '784971140435']
- name: 'Barracuda Networks'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html']
accounts: ['151784055945']
- name: 'Check Point'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html']
accounts: ['758245563457']
- name: 'CrowdStrike'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html']
accounts: ['517716713836','292230061137']
- name: 'CyberArk'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html']
accounts: ['749430749651']
- name: 'Forcepoint'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html']
accounts: ['365761988620']
- name: 'Sophos'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html']
accounts: ['062897671886']
- name: 'Vectra'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html']
accounts: ['978576646331']
- name: 'Turbot'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html']
accounts: ['453761072151']
- name: 'Sumo Logic'
source: ['https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-partner-providers.html', 'https://help.sumologic.com/docs/send-data/collect-from-other-data-sources/collect-aws-lambda-logs-extension/#aws-lambda-functions-created-using-zip-files-blueprint-serverless-applications']
accounts: ['956882708938']
- name: 'Ermetic'
source: ['https://github.com/ermetic/utilities/blob/main/AWS/ControlTower/cloudformation/ermetic-controltower.yaml']
accounts: ['081802104111']
- name: 'Zesty'
source: ['https://github.com/zesty-co/AWS-Integration/blob/main/Zesty-Minimal-ReadOnly-IAM-Role.json']
accounts: ['672188301118']
- name: 'Serverless'
source: ['https://www.serverless.com/framework/docs/guides/monitoring/notifications']
accounts: ['802587217904']
- name: 'UiPath'
source: 'https://forum.uipath.com/t/how-to-configure-aws-s3-storage-bucket-log-export-configuration-for-orchestrator-service-in-automation-cloud/506448'
accounts: ['983328018169']
- name: 'GuardDuty Announcements'
type: 'aws'
source: 'https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_sns.html'
accounts: ['242987662583','118283430703','144182107116','934957504740','107430051933','973841112453','965013871422','506403581195','436163563069','378365507264','383009515534','646602203151','741172661024','464168911255','476419727788','457615622431','926826061926','955633302743','430639793359','002991280229','003033775354','552740612889','030935290150','188461706213','445632894446','143972945659','129086577509','225965583551','595653072700','529900636122']
- name: 'EKS ECR Repositories'
type: 'aws'
source: 'https://docs.aws.amazon.com/eks/latest/userguide/add-ons-images.html'
accounts: ['013241004608','066635153087','151742754352','296578399912','455263428931','491585149902','558608220178','590381155156','602401143452','759879836304','800184023465','877085696533','900612956339','900889452093','918309763551','961992271922']
- name: 'Vanta'
source: 'https://help.vanta.com/hc/en-us/articles/8451925240980-Connecting-Vanta-AWS-Organization'
accounts: ['956993596390']
- name: 'Drata'
source: ['https://github.com/drata/terraform-aws-drata-autopilot-role/blob/f774d423a62df3a3dd03008a68c3b3d70b95be33/variables.tf#L1-L5','https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/']
accounts: ['269135526815','085540434294','809336252980']
- name: 'DoIt'
source: 'https://help.doit.com/docs/flexsave/aws/standalone/required-policies'
accounts: ['068664126052']
- name: 'ProsperOps'
source: 'https://console.prosperops.com/onboarding'
accounts: ['205499583182']
- name: 'nOps'
source: 'https://help.nops.io/iam-yaml-sharesave.html#sharesave-yaml-file'
accounts: ['727378841472']
- name: 'Usage AI'
source: 'https://cloudopt.usage.ai/onboard'
accounts: ['826182721854']
- name: 'Mackerel'
source: 'https://mackerel.io/docs/entry/integrations/aws#:~:text=How%20to%20configure%20an%20IAM%20role'
accounts: ['217452466226']
- name: 'Canonical'
source: 'https://ubuntu.com/server/docs/cloud-images/amazon-ec2'
accounts: ['099720109477']
- name: 'Archera'
source: 'https://help.archera.ai/en/articles/5611146-what-is-the-archera-aws-account-id'
accounts: ['967800896805', '202754554539']
- name: 'Flexera'
source: 'https://github.com/flexera-public/aws-control-tower/blob/1da3eb7d96e6f31cf64fa317d77a3405ac61431f/template/flexeraOptimaAWSControlTower.yaml#L227'
accounts: ['451234325714']
- name: 'Temporal Technologies, Inc.'
source: 'https://temporal-auditlogs-config.s3.us-west-2.amazonaws.com/cloudformation/iam-role-for-temporal-audit-logs.yaml'
accounts: ['902542641901', '160190466495', '819232936619', '829909441867', '354116250941']
- name: 'RunReveal'
source: 'https://runreveal-public-assets.s3.us-east-2.amazonaws.com/runreveal-cloudformation.yml'
accounts: ['253602268883']
- name: 'MongoDB Atlas'
source: 'https://github.com/mongodb/mongodbatlas-cloudformation-resources/blob/50e556bb4641ac6baed07a3b3b5bbf28c01d73bc/cfn-resources/datalakes/test/add-policy.json'
accounts: ['536727724300']
- name: 'AttackIQ'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['381031177744']
- name: 'Caveonix'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['631402103377']
- name: 'Claroty'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['015990171708','820923007224','883241448326']
- name: 'Contrast Security'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['490991382221','763284681916']
- name: 'DisruptOps, Inc.'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['013944500484']
- name: 'FireEye'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['264756907367']
- name: 'Guardicore'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['324264561773']
- name: 'IBM'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['949680696695']
- name: 'McAfee'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['297986523463']
- name: 'NETSCOUT'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['091741439927']
- name: 'SecureCloudDB'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['585459848136']
- name: 'ServiceNow'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['842447150064']
- name: 'Splunk'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['112543817624']
- name: 'Plerion'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['044642040396','173985203412','588158338731','736689547456']
- name: 'Sonrai Security'
source: 'https://blog.plerion.com/the-deputy-is-confused-about-aws-security-hub/'
accounts: ['213217834095','380873608913','717025312494']
- name: 'sst.dev'
source: ['https://github.com/sst/sst/blob/master/packages/sst/src/constructs/NextjsSite.ts', 'https://sst.dev/chapters/ko/deploy-your-serverless-infrastructure.html']
accounts: ['226609089145', '232771856781']
- name: 'HYCU'
source: 'https://download.hycu.com/ec/v4.8.0/help/en/HYCU_UserGuide.pdf'
accounts: ['787223699828']
- name: 'Salesforce'
source: 'https://help.salesforce.com/s/articleView?id=sf.voice_ac_iam_role.htm&language=en_US&type=5'
accounts: ['793525387755']
- name: 'Scalr'
source: 'https://docs.scalr.io/docs/aws'
accounts: ['919814621061']
- name: 'Commerce Analytics Service'
type: 'aws'
source: 'https://docs.aws.amazon.com/marketplace/latest/userguide/commerce-analytics-service.html'
accounts: ['452565589796']
- name: 'Hightouch'
source: 'https://hightouch.com/docs/security/aws'
accounts: ['324528010823']
- name: 'Postman'
source: 'https://learning.postman.com/docs/designing-and-developing-your-api/deploying-an-api/deploying-an-api-aws/'
accounts: ['258201882842']
- name: 'Ox'
source: 'https://docs.ox.security/making-connections/aws'
accounts: ['351456651185']
- name: 'Palo Alto Networks Cortex'
source: 'https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Create-an-Assumed-Role'
accounts: ['006742885340']
- name: 'Red Canary'
source: 'https://help.redcanary.com/hc/en-us/articles/16640944173463-Integrate-Amazon-Web-Services-AWS-with-Red-Canary'
accounts: ['823104324086']
- name: 'Microsoft Purview'
source: 'https://learn.microsoft.com/en-us/purview/register-scan-amazon-rds'
accounts: ['181328463391']
- name: 'Telestream Cloud'
source: 'https://docs.telestream.dev/docs/aws-private-cloud'
accounts: ['078992246105']
- name: 'Rockset'
source: 'https://docs.rockset.com/documentation/docs/customer-managed-encryption-keys'
accounts: ['318212636800']
- name: 'RudderStack'
source: 'https://www.rudderstack.com/docs/destinations/aws-iam-role-for-rudderstack/'
accounts: ['422074288268']
- name: 'Hyperproof'
source: 'https://docs.hyperproof.io/user/en/hypersyncs/connecting-aws/cross-account-role'
accounts: ['030157059230']
- name: 'Starburst'
source: 'https://docs.starburst.io/starburst-galaxy/security-and-compliance/manage-cluster-connectivity/private-connections/aws-privatelink-for-rds.html'
accounts: ['179619298502']
- name: 'Red Hat Hybrid Cloud'
source: 'https://access.redhat.com/documentation/en-us/hybrid_committed_spend/1-latest/html-single/integrating_amazon_web_services_aws_data_into_hybrid_committed_spend/index'
accounts: ['589173575009']
- name: 'Scalyr'
source: ['https://app.scalyr.com/solutions/import-logs-from-s3']
accounts: ['913057016266']
- name: 'Monte Carlo'
source: 'https://docs.getmontecarlo.com/docs/create-and-register-an-aws-agent'
accounts: ['190812797848']
- name: 'Census'
source: 'https://docs.getcensus.com/sources/available-sources/s3'
accounts: ['341876425553']
- name: 'Anyscale'
source: 'https://docs.anyscale.com/1.0.0/cloud-deployment/aws/manage-clouds/'
accounts: ['525325868955']
- name: 'Hevo'
source: 'https://docs.hevodata.com/destinations/cloud-storage-based/amazon-s3-destination/'
accounts: ['393309748692']
- name: 'Ottertune'
source: 'https://docs.ottertune.com/support/kb/articles/49EvgwW7/create-iam-role'
accounts: ['691523222388']
- name: 'Trend Micro Cloud One'
source: 'https://cloudone.trendmicro.com/docs/network-security/api-reference/tag/Notifications/'
accounts: ['737318609257']
- name: 'BigPanda'
source: 'https://docs.bigpanda.io/docs/etl-sync'
accounts: ['103749124141']
- name: 'Transcend'
source: 'https://transcend.io/blog/why-we-built-cli-terraform-provider'
accounts: ['829095311197']
- name: 'Holori'
source: 'https://doc.holori.com/Import%20from%20provider/connectaws/'
accounts: ['112070389366']
- name: 'Nordcloud'
source: 'https://docs.klarity.nordcloudapp.com/onboarding-billing/'
accounts: ['192799248640']
- name: 'Kustomer'
source: 'https://help.kustomer.com/en_us/amazon-kinesis-data-streams-rJhIYV2fM'
accounts: ['241254095402']
- name: 'Scale'
source: 'https://scale.com/docs/aws-s3'
accounts: ['307185671274']
- name: 'AWS IP address ranges notifications'
source: 'https://docs.aws.amazon.com/vpc/latest/userguide/aws-ip-ranges.html#subscribe-notifications'
type: 'aws'
accounts: ['806199016981']
- name: 'Snotra'
source: 'https://snotra.cloud/about'
accounts: ['243001516183']