ByteRay CQL Hub
← All queries

Honeytoken Account Logon Activity

This query detects logon activity associated with a honeytoken account. Honeytokens are decoy accounts designed to lure attackers, and any activity on them is a strong indicator of compromise.

CQL · Falcon Next-Gen SIEMCopy query
// Detects logins involving default administrator accounts
#event_simpleName=/UserLogon.*/i
// Adjust or extend this to match your custom honeytoken accounts
| UserSid = /S-1-5-21-\d*-\d*-\d*-500/i

Honeytoken Account Access Detection

This use case is designed to generate an alert when any activity involving a designated honeytoken account is observed. Honeytokens serve as decoys; they are accounts that appear valuable to an attacker but have no legitimate purpose and are heavily monitored. Any interaction with them is highly indicative of malicious activity.

Key Objectives: - Lure Attackers: Create accounts that mimic administrator or service accounts to attract adversarial engagement. - High-Fidelity Alerts: Since these accounts have no legitimate use, any logon event is a high-confidence signal of a breach. - Monitor and Safeguard: Apply Identity Protection policies to monitor these accounts without granting them any actual permissions, making them safe and effective traps.


Query Breakdown:

  1. #event_simpleName=/UserLogon.*/i - This line filters for all logon-related events captured by CrowdStrike Falcon. It serves as the primary data source for the detection.

  2. | UserSid = /S-1-5-21-\d*-\d*-\d*-500/i - This filters the logon events for a specific Security Identifier (SID). The SID S-1-5-21-...-500 is the well-known SID for the default local administrator account on a Windows domain. - Crucially, this value must be replaced with the actual SID(s) of your organization's designated honeytoken accounts.

For more details on creating and managing honeytokens within Falcon Identity Protection, please refer to the official CrowdStrike documentation: - Honeytokens within Falcon Identity Protection

Honey_Token_Account_Logon.yml
T1078
ByteRay GmbH
Detection
Identity
Identity
2025-08-10
2025-08-26

Get this query running in your SIEM, with someone on call.

Our Managed SIEM team operates CrowdStrike Falcon Next-Gen SIEM in production, with over 350 battle-tested use cases and 24/7 incident response behind them.

Talk to the SIEM team