[Security Solution] Add source_updated_at
field to PrebuiltRuleAsset
#176286
Labels
Feature:Prebuilt Detection Rules
Security Solution Prebuilt Detection Rules area
Team:Detection Rule Management
Security Detection Rule Management Team
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Epic: #174168
Related to: elastic/detection-rules#2826
Summary
We're going to add a new optional field
source_updated_at
to prebuilt rule assets (saved objects of typesecurity-rule
) we ship via the package with prebuilt rules. The TRADE team is working on it as part of elastic/detection-rules#2826.Here's an example of this field for the
Linux Restricted Shell Breakout via Linux Binary(s)
prebuilt rule asset:This field should be optional in the
PrebuiltRuleAsset
schema.The field's value will be a string formatted in the standard ISO datetime format, so the schema should probably be
z.string().datetime()
or something like that. Time of the day is not required and can be set toT00:00:00.000Z
.See also requirements for the package itself: elastic/detection-rules#2826 (comment).
The text was updated successfully, but these errors were encountered: