File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 11title : Audio Capture
22id : a7af2487-9c2f-42e4-9bb9-ff961f0561d5
33status : test
4- description : Detects attempts to record audio with arecord utility
4+ description : Detects attempts to record audio using the arecord and ecasound utilities.
55references :
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
911date : 2021-09-04
10- modified : 2022-10-09
12+ modified : 2025-04-26
1113tags :
1214 - attack.collection
1315 - attack.t1123
1416logsource :
1517 product : linux
1618 service : auditd
1719detection :
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_*
2430falsepositives :
2531 - Unknown
2632level : low
You can’t perform that action at this time.
0 commit comments