Files
blue-team-tools/rules/linux/auditd/lnx_auditd_ld_so_preload_mod.yml
T

24 lines
849 B
YAML
Raw Normal View History

2019-10-28 11:59:49 +01:00
title: Modification of ld.so.preload
2019-12-19 23:56:36 +01:00
id: 4b3cb710-5e83-4715-8c45-8b2b5b3e5751
2019-10-28 11:59:49 +01:00
status: experimental
2020-09-13 22:03:04 -06:00
description: Identifies modification of ld.so.preload for shared object injection. This technique is used by attackers to load arbitrary code into processes.
2019-11-11 01:44:53 +03:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Tony Lambert), oscd.community
2019-10-28 11:59:49 +01:00
date: 2019/10/24
2019-11-11 01:44:53 +03:00
modified: 2019/11/11
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1574.006/T1574.006.yaml
2019-11-11 01:44:53 +03:00
- https://eqllib.readthedocs.io/en/latest/analytics/fd9b987a-1101-4ed3-bda6-a70300eaf57e.html
2019-10-28 11:59:49 +01:00
logsource:
product: linux
service: auditd
detection:
selection:
type: 'PATH'
2019-11-11 01:44:53 +03:00
name: '/etc/ld.so.preload'
2019-10-28 11:59:49 +01:00
condition: selection
falsepositives:
2019-11-11 01:44:53 +03:00
- Unknown
2020-01-19 22:34:16 +01:00
level: high
2020-09-13 22:03:04 -06:00
tags:
- attack.defense_evasion
- attack.t1574.006