- Get Started with Threat Detection Management
- Analytics Rules
- Analytics Rule Classifications
- Create an Analytics Rule
- 1. Define the analytics rule
- 2. Import the analytics rule
- 3. Enable the analytics rule
- 4. Apply the analytics rule to your environment
- factFeature Analytics Rule JSON Configuration
- profiledFeature Analytics Rule JSON Configurationh
- contextFeature Analytics Rule JSON Configuration
- numericCountProfiledFeature Analytics Rule JSON Configuration
- numericDistinctCountProfiledFeature Analytics Rule JSON Configuration
- numericSumProfiledFeature Analytics Rule JSON Configuration
- Manage Analytics Rules
- Tune Analytics Rules
- Share Analytics Rules
- Troubleshoot Analytics Rules
- Analytics Rules Syntax
- Advanced Analytics Rule Syntax vs. Analytics Rule Syntax
- Logical Expressions in Analytics Rule Syntax
- String Operations Using Analytics Rule Syntax
- Integer Operations Using Analytics Rule Syntax
- Time Operations Using Analytics Rule Syntax
- Network Operations Using Analytics Rule Syntax
- Context Operations Using Analytics Rule Syntax
- Entity Operations Using Analytics Rule Syntax
- Correlation Rule Operations Using Analytics Rule Syntax
- Monitor the Analytics Engine
- Correlation Rules
- Threat Scoring
Entity Operations Using Analytics Rule Syntax
Evaluate and retrieve entity attributes using analytics rule syntax.
To know which entity in the event to evaluate, all entity-related functions require a selector as one of its arguments. Functions finds the first credential in the event that matches the selector conditions, then uses the credential to query Attack Surface Insights for an entity.
When you define the selector argument, ensure you use the correct syntax and understand the order in which functions select credentials matching the selector.
Function | Description | Returned Value | Examples |
---|---|---|---|
| Checks if the entity matching | Boolean |
|
| Retrieves value of | Value of |
|
| Retrieves the ID of the entity associated with an event. | String |
|
| Checks if the entity matching | Boolean |
|