Skip to content

Commit

Permalink
Merge pull request #46 from paseaf/zl/configure-firewall-rules
Browse files Browse the repository at this point in the history
Configure firewall rules
  • Loading branch information
paseaf authored Jul 10, 2022
2 parents c879eda + 2542c18 commit cb6b53d
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 231 deletions.
32 changes: 15 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,28 @@ Sacrificial VM provides infrastructure for containers.

### Ports

SSH:
- Gateway VM SSH Honeypot: `2222`, `22`
- Gateway VM SSHD: `2333`
- Other VMs SSHD: `22`

Audit:
Gateway VM:
- Honeypot gateway: `22`, `2222` (`2222` is redirected to `22`)
- SSH: `2333`
- cAdvisor: `8088`
- Node Exporter: `9100`
- ContainerSSH auth-config server: `8080`
- ContainerSSH metrics server(TBD): `9101`

Logger VM:
- SSH: `22`
- cAdvisor: `8088`
- Node Exporter: `9100`
- MinIO server: `9000`
- MinIO Console: `9090`

Monitoring

- Grafana: `3000`
- Prometheus: `9091`

Services:

- Auth-Config: `8080`
- containerSSH Audit-logs: `9101`

Utilities:

Sacrificial VM:
- SSH: `22`
- cAdvisor: `8088`
- Node exporter: `9100`
- Node Exporter: `9100`
- Dockerd over TLS: `2376`

## Setting up the service on GCP

Expand Down
Loading

0 comments on commit cb6b53d

Please sign in to comment.