Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupertbg/aws-public-account-ids
Publicly-listed AWS account IDs for easy lookup. Great for cleaning up false positives from unknown Account IDs in Cloudtrail
https://github.com/rupertbg/aws-public-account-ids
audit-log aws aws-account-management aws-accounts cloudtrail forensic-analysis
Last synced: 1 day ago
JSON representation
Publicly-listed AWS account IDs for easy lookup. Great for cleaning up false positives from unknown Account IDs in Cloudtrail
- Host: GitHub
- URL: https://github.com/rupertbg/aws-public-account-ids
- Owner: rupertbg
- License: mit
- Created: 2019-09-09T11:20:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T11:59:08.000Z (8 months ago)
- Last Synced: 2024-05-02T07:31:48.733Z (8 months ago)
- Topics: audit-log, aws, aws-account-management, aws-accounts, cloudtrail, forensic-analysis
- Language: EJS
- Homepage: https://rupertbg.github.io/aws-public-account-ids/dist/index.html
- Size: 57.6 KB
- Stars: 32
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Publicly-Listed AWS Accounts
This is a communal list of any AWS Account IDs owned by anyone that are available publicly on the internet. Pull Requests encouraged!## Usage
### JSON File
The source-of-truth is [`accounts.json`](https://raw.githubusercontent.com/rupertbg/aws-public-account-ids/master/accounts.json). If you have any additions to make please put them here.
#### Schema
```json
{
"id": "123456789012",
"owner": "e.g. name of company",
"description": "Short description of the known purpose of the account",
"source": "URL to the public listing of the account"
}
```
### Data Viewer
A basic data view is generated from the JSON file and is available on [Github Pages](https://rupertbg.github.io/aws-public-account-ids/dist/index.html)## Build
Run `npm i && npm run` to get `dist` up-to-date with any changes.