Skip to content

Commit 450c69f

Browse files
committed
Move the Detection location in the docs
1 parent 456f8fb commit 450c69f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/appendices/user-agent-detection.md docs/detection.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# User Agent Detection
1+
# Detection
2+
3+
## User Agent Detection
24

35
Endgame uses the user agent `HotDogsAreSandwiches` by default. While this can be overriden using the `--cloak` flag, defense teams can still use it as an IOC.
46

@@ -12,3 +14,11 @@ fields eventTime, eventSource, eventName, userIdentity.arn, userAgent
1214
This query assumes that your CloudTrail logs are being sent to CloudWatch and that you have selected the correct log group.
1315

1416
Further documentation on how to query for specific API calls made to each service by endgame is available in the risks documentation.
17+
18+
## API Call Detection
19+
20+
Further documentation on how to query for specific API calls made to each service by endgame is available in the [risks documentation](./risks).
21+
22+
## Behavioral-based detection
23+
24+
Behavioral-based detection is currently being researched and developed by [Ryan Stalets](https://twitter.com/RyanStalets). [GitHub issue #46](https://github.com/salesforce/endgame/issues/46) is being used to track this work. We welcome all contributions and discussion!

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ nav:
2323
- Installation: 'installation.md'
2424
- Tutorial: 'tutorial.md'
2525
- Permissions: 'iam-permissions.md'
26+
- Detection: 'detection.md'
2627

2728
- "<b>Backdoor Resource Types</b>":
2829
- ACM Private CAs: 'risks/acm-pca.md'
@@ -51,6 +52,5 @@ nav:
5152
- "<b>Appendices</b>":
5253
- Terraform Demo Infrastructure: 'appendices/terraform-demo-infrastructure.md'
5354
- ACM PCA Activation: 'appendices/acm-pca-activation.md'
54-
- User-Agent Detection: 'appendices/user-agent-detection.md'
5555
- Roadmap: 'appendices/roadmap.md'
5656
- FAQ: 'appendices/faq.md'

0 commit comments

Comments
 (0)