2022-12-31 02:27:32 -05:00
|
|
|
title: Use Of Hidden Paths Or Files
|
|
|
|
|
id: 9e1bef8d-0fff-46f6-8465-9aa54e128c1e
|
|
|
|
|
related:
|
|
|
|
|
- id: d08722cd-3d09-449a-80b4-83ea2d9d4616
|
|
|
|
|
type: similar
|
2023-11-02 10:48:45 +01:00
|
|
|
status: test
|
2022-12-31 02:27:32 -05:00
|
|
|
description: Detects calls to hidden files or files located in hidden directories in NIX systems.
|
|
|
|
|
references:
|
|
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1564.001/T1564.001.md
|
|
|
|
|
author: David Burkett, @signalblur
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2022-12-30
|
2022-12-31 02:27:32 -05:00
|
|
|
tags:
|
2025-10-23 15:42:12 +02:00
|
|
|
- attack.privilege-escalation
|
|
|
|
|
- attack.persistence
|
2026-04-29 01:20:23 +02:00
|
|
|
- attack.execution
|
|
|
|
|
- attack.stealth
|
2022-12-31 02:27:32 -05:00
|
|
|
- attack.t1574.001
|
|
|
|
|
logsource:
|
|
|
|
|
product: linux
|
|
|
|
|
service: auditd
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
type: 'PATH'
|
|
|
|
|
name|contains: '/.'
|
|
|
|
|
filter:
|
|
|
|
|
name|contains:
|
|
|
|
|
- '/.cache/'
|
|
|
|
|
- '/.config/'
|
|
|
|
|
- '/.pyenv/'
|
|
|
|
|
- '/.rustup/toolchains'
|
|
|
|
|
condition: selection and not filter
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
|
|
|
|
level: low
|