You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pentesting-cloud/aws-security/aws-post-exploitation/aws-ec2-ebs-ssm-and-vpc-post-exploitation/README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,15 +185,6 @@ Tip: Compress and encrypt evidence before exfiltrating it so that CloudTrail doe
185
185
7z a evidence.7z /path/to/files/* -p'Str0ngPass!'
186
186
```
187
187
188
-
---
189
-
190
-
**Defence & Detection**
191
-
192
-
* Limit who can call `ssm:StartSession` or restrict the allowed SSM documents.
193
-
* Enable Session Manager logging to CloudWatch/S3 and monitor for the `AWS-StartPortForwardingSession` document.
194
-
* Use VPC endpoints plus traffic inspection to detect unexpected data egress.
0 commit comments