Potentially Suspicious Execution From Tmp Folder

Detects a potentially suspicious execution of a process located in the '/tmp/' folder

Sigma rule (View on GitHub)

 1title: Potentially Suspicious Execution From Tmp Folder
 2id: 312b42b1-bded-4441-8b58-163a3af58775
 3status: test
 4description: Detects a potentially suspicious execution of a process located in the '/tmp/' folder
 5references:
 6    - https://blogs.jpcert.or.jp/en/2023/05/gobrat.html
 7    - https://jstnk9.github.io/jstnk9/research/GobRAT-Malware/
 8    - https://www.virustotal.com/gui/file/60bcd645450e4c846238cf0e7226dc40c84c96eba99f6b2cffcd0ab4a391c8b3/detection
 9    - https://www.virustotal.com/gui/file/3e44c807a25a56f4068b5b8186eee5002eed6f26d665a8b791c472ad154585d1/detection
10author: Joseliyo Sanchez, @Joseliyo_Jstnk
11date: 2023/06/02
12tags:
13    - attack.defense_evasion
14    - attack.t1036
15logsource:
16    product: linux
17    category: process_creation
18detection:
19    selection:
20        Image|startswith: '/tmp/'
21    condition: selection
22falsepositives:
23    - Unknown
24level: high

References

Related rules

to-top