Skip to content

Commit

Permalink
2024.06.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jblukach authored Jun 22, 2024
1 parent dcec60d commit f61cb9a
Show file tree
Hide file tree
Showing 24 changed files with 844 additions and 1,636 deletions.
53 changes: 16 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,69 +4,48 @@

| Notebook | Description |
| -------- | ----------- |
| [botoplus](botoplus.ipynb) | Authentication & Dependencies |
| [searching](notebooks/securitylake/searching.ipynb) | Searching the Security Lake Logs |
| [start](start.ipynb) | IAM Identity Center (SSO) Login & Logout |

### Security Lake

| Notebook | Description |
| -------- | ----------- |
| [resolver-query-logs](notebooks/securitylake/resolver-query-logs.ipynb) | Amazon Route53 Resolver Query Logs |

## More Notebooks
## Threat Detection

### Cloud Development Kit (CDK)

| Notebook | Description |
| -------- | ----------- |
| [identify-cdk-bootstraps](notebooks/cdk/identify-cdk-bootstraps.ipynb) | Identify CDK Bootstraps with Versions for All Accounts & Regions |
| [remove-bootstrap-everywhere](notebooks/cdk/remove-bootstrap-everywhere.ipynb) | Remove CDK Bootstraps with provided Qualifier from Everywhere |

### CloudFormation

| Notebook | Description |
| -------- | ----------- |
| [delete-stack-everywhere](notebooks/cloudformation/delete-stack-everywhere.ipynb) | Delete CloudFormation Stack Everywhere |

### Control Tower

| Notebook | Description |
| -------- | ----------- |
| [periodic-daily-donfig-recordings](notebooks/controltower/periodic-daily-donfig-recordings.ipynb) | Setup Config Daily Recordings |

### Elastic Compute Cloud (EC2)

| Notebook | Description |
| -------- | ----------- |
| [public-amazon-machine-images](notebooks/ec2/public-amazon-machine-images.ipynb) | Find Public Amazon Machine Images |

### Organizations

| Notebook | Description |
| -------- | ----------- |
| [identify-privileged-accounts](notebooks/organizations/identify-privileged-accounts.ipynb) | List of Delegated Administration Accounts & Services |

### Security Hub
### Virtual Private Cloud (VPC)

| Notebook | Description |
| -------- | ----------- |
| [minimal-cost-configuration](notebooks/securityhub/minimal-cost-configuration.ipynb) | Disable All Standards & Limit Subscriptions |
| [identify-default-vpcs](notebooks/vpc/identify-default-vpcs.ipynb) | Identify Default VPCs Across All Regions |

## Threat Response

### Security Lake
### Elastic Compute Cloud (EC2)

| Notebook | Description |
| -------- | ----------- |
| [deregister-delegated-administrator](notebooks/securitylake/deregister-delegated-administrator.ipynb) | Deregister Delegated Administrator |
| [disable-serial-console-access](notebooks/ec2/disable-serial-console-access.ipynb) | Disable Serial Console Access |
| [enable-image-block-public-access](notebooks/ec2/enable-image-block-public-access.ipynb) | Enable Image Block Public Access |
| [enable-snapshot-block-public-access](notebooks/ec2/enable-snapshot-block-public-access.ipynb) | Enable Snapshot Block Public Access |

### Simple Storage Service (S3)
## Threat Utilities

### Analysis

| Notebook | Description |
| -------- | ----------- |
| [public-cors-configuration](notebooks/s3/public-cors-configuration.ipynb) | Find potentially public S3 Buckets with CORS Configured |
| [deflation](notebooks/analysis/deflation.ipynb) | Deflation of Data Structures |

### Virtual Private Cloud (VPC)
### Control Tower

| Notebook | Description |
| -------- | ----------- |
| [delete-default-vpcs](notebooks/vpc/delete-default-vpcs.ipynb) | Delete Default VPCs Across All Regions |
| [ip-address-conflicts](notebooks/vpc/ip-address-conflicts.ipynb) | Identify IP address conflicts, default VPCs, & IPv6 configs |
| [periodic-daily-config-recordings](notebooks/controltower/periodic-daily-config-recordings.ipynb) | Setup or Stop Config Periodic Daily Recordings |
177 changes: 0 additions & 177 deletions botoplus.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion botoplus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = VERSION = '2023.12.1'
__version__ = VERSION = '2024.06.21'
Loading

0 comments on commit f61cb9a

Please sign in to comment.