Skip to content

Commit 304b019

Browse files
CheraghiMiladfrack113phantinuss
authored
Merge PR #5385 from @CheraghiMilad - Added new tool for recording audio - ecasound
update: Audio Capture - add ecasound detection --------- Co-authored-by: frack113 <[email protected]> Co-authored-by: phantinuss <[email protected]>
1 parent de7a138 commit 304b019

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
11
title: Audio Capture
22
id: a7af2487-9c2f-42e4-9bb9-ff961f0561d5
33
status: test
4-
description: Detects attempts to record audio with arecord utility
4+
description: Detects attempts to record audio using the arecord and ecasound utilities.
55
references:
66
- https://linux.die.net/man/1/arecord
77
- https://linuxconfig.org/how-to-test-microphone-with-audio-linux-sound-architecture-alsa
8-
author: 'Pawel Mazur'
8+
- https://manpages.debian.org/unstable/ecasound/ecasound.1.en.html
9+
- https://ecasound.seul.org/ecasound/Documentation/examples.html#fconversions
10+
author: Pawel Mazur, Milad Cheraghi
911
date: 2021-09-04
10-
modified: 2022-10-09
12+
modified: 2025-04-26
1113
tags:
1214
- attack.collection
1315
- attack.t1123
1416
logsource:
1517
product: linux
1618
service: auditd
1719
detection:
18-
selection:
20+
selection_execve:
1921
type: EXECVE
2022
a0: arecord
2123
a1: '-vv'
2224
a2: '-fdat'
23-
condition: selection
25+
selection_syscall_memfd_create:
26+
type: SYSCALL
27+
exe|endswith: "/ecasound"
28+
syscall: 319
29+
condition: 1 of selection_*
2430
falsepositives:
2531
- Unknown
2632
level: low

0 commit comments

Comments
 (0)