Skip to content

Commit f749dbe

Browse files
update: rule metadata
1 parent caf6af1 commit f749dbe

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

rules/linux/file_event/file_event_lnx_vshell_long_filename.yml renamed to rules/linux/file_event/file_event_lnx_susp_long_filename_patternyml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
title: Suspicious Long Filename Pattern - VShell
1+
title: Suspicious Long Filename Pattern
22
id: 11629c4d-0fe6-465b-be62-b39a1c442aad
33
status: experimental
4-
description: Detects files with suspiciously long filenames (40+ characters) that may be associated with VShell malware campaigns or similar obfuscation techniques
4+
description: |
5+
Detects creation of files with unusually long filenames (40 or more characters), which may indicate obfuscation techniques used by malware such as VShell.
56
references:
67
- https://www.trellix.com/blogs/research/the-silent-fileless-threat-of-vshell/
78
author: '@kostastsale'

rules/linux/file_event/file_event_susp_filename_with_embedded_base64_command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ logsource:
1717
product: linux
1818
category: file_event
1919
detection:
20-
selection_filename:
20+
selection:
2121
TargetFilename|contains:
2222
- '{echo'
2323
- '{base64,-d}'
24-
condition: selection_filename
24+
condition: selection
2525
falsepositives:
2626
- Legitimate files with similar naming patterns (very unlikely)
2727
level: high

0 commit comments

Comments
 (0)