- Welcome to Exabeam Security Content
- What is Security Content?
- Common Information Model
- What is the Common Information Model?
- Common Information Model Context Elements
- Common Information Model Interface
- Common Information Model Event-naming Format
- Common Information Model Impact on Downstream Processes
- Using the Common Information Model to Create Custom Content
- Transitioning to the Common Information Model
- Understanding the Log
- Exabeam Parsers
- Exabeam Event Building
- Exabeam Enrichment
- Exabeam Persistence and Templates
- Exabeam Models
- Exabeam Rules
Numerical Time of Week Models
The following user-based example models the time at which print activity took place for a specific user. The user-based nature of the model is clear from the value for the Scope attribute. For more information about the model attributes, see the table below the example.
PR-UT-TOW {
ModelTemplate = "Print activity time for user"
Description = "Models the times of day that this user performs print activity"
Category = "Print Activity"
IconName = "user"
ScopeType = "USER"
Scope = "user"
Feature = "TimeOfWeek()"
FeatureName = "Time"
FeatureType = "Time"
TrainIf = """TRUE"""
ModelType = "NUMERICAL_TIME_OF_WEEK"
AgingWindow = ""
CutOff = "10"
Alpha = "1"
ConvergenceFilter = "confidence_factor>=0.8"
HistogramEventTypes = [ "print-activity" ]
Disabled = "FALSE"}
// End of PR-UT-TOWModel Attribute | Description |
|---|---|
Category | Helps define the scope of a model. This model tracks the time at which print activity took place, so the For a list of Exabeam |
Scope | Specifies the field for which the model is collecting data. The |
Feature | The data object for which values are being collected. This example models the time of print activity by a specific user. The |
TrainIf | The expression |
ModelType | This example models time, so the value is |
HistogramEvent | A histogram for this model displays print activity times by the user in a specific range of time. |
For definitions and examples of other Exabeam model attributes, see Model Attributes.