Stratos Network
Network Security
VPC flow intelligence · Security groups · Threat geo
3
Security Groups
2
Open to Internet
1
Risky Rules
5
Threat Flows (24h)
prod-api-sg
sg-0abc123 · vpc-0x123 · prod-payments
Inbound Rules
| Protocol | Port | Source | Risk |
|---|---|---|---|
| TCP | 22 | 0.0.0.0/0 | Open to internet |
| TCP | 443 | 0.0.0.0/0 | OK |
| TCP | 80 | 0.0.0.0/0 | OK |
Remediation
aws ec2 revoke-security-group-ingress \
--group-id sg-0abc123 \
--protocol tcp --port 22 \
--cidr 0.0.0.0/0