Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 688 Bytes

ua-detection.md

File metadata and controls

14 lines (9 loc) · 688 Bytes

User Agent Detection

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.

The following CloudWatch Insights query will expose events with the HotDogsAreSandwiches user agent in CloudTrail logs:

fields eventTime, eventSource, eventName, userIdentity.arn, userAgent 
| filter userAgent='HotDogsAreSandwiches'

This query assumes that your CloudTrail logs are being sent to CloudWatch and that you have selected the correct log group.

Further documentation on how to query for specific API calls made to each service by endgame is available in the risks documentation.