Loading

Persistence via Kernel Module Modification

Warning

This rule has been deprecated as of 2021/04/15.

Identifies loadable kernel module errors, which are often indicative of potential persistence attempts.

Rule type: query
Rule indices:

  • auditbeat-*
  • logs-endpoint.events.*

Rule Severity: low
Risk Score: 21
Runs every:
Searches indices from: now-9m
Maximum alerts per execution: 100
References:

Tags:

  • Elastic
  • Host
  • Linux
  • Threat Detection
  • Persistence

Version: 100
Rule authors:

  • Elastic

Rule license: Elastic License v2

event.category:process and event.type:(start or process_started) and process.name:(insmod or kmod or modprobe or rmod)
		

Framework: MITRE ATT&CK