Credential Manipulation - Prevented - Elastic Endpoint Securityedit

Elastic Endpoint Security prevented Credential Manipulation. Click the Elastic Endpoint Security icon in the event.module column or the link in the rule.reference column for additional information.

Rule type: query

Rule indices:

  • endgame-*

Severity: medium

Risk score: 47

Runs every: 10 minutes

Searches indices from: now-15m (Date Math format, see also Additional look-back time)

Maximum alerts per execution: 100

Tags:

  • Elastic
  • Endpoint

Version: 3 (version history)

Added (Elastic Stack release): 7.6.0

Last modified (Elastic Stack release): 7.9.0

Rule authors: Elastic

Rule license: Elastic License

Rule queryedit

event.kind:alert and event.module:endgame and
endgame.metadata.type:prevention and
(event.action:token_manipulation_event or
endgame.event_subtype_full:token_manipulation_event)

Rule version historyedit

Version 3 (7.9.0 release)
  • Rule name changed from: Credential Manipulation - Prevented - Elastic Endpoint
Version 2 (7.7.0 release)
  • Updated query, changed from:

    event.kind:alert and event.module:endgame and
    event.action:token_manipulation_event and
    endgame.metadata.type:prevention