Detectionmediumtest

Tomcat WebServer Logs Deleted

Detects the deletion of tomcat WebServer logs which may indicate an attempt to destroy forensic evidence

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Nasreddine Bencherchali (Nextron Systems)Created Thu Feb 16270185ff-5f50-4d6d-a27f-24c3b8c9fef8windows
Log Source
WindowsFile Delete
ProductWindows← raw: windows
CategoryFile Delete← raw: file_delete
Detection Logic
Detection Logic1 selector
detection:
    selection:
        TargetFilename|contains|all:
            - '\Tomcat'
            - '\logs\'
        TargetFilename|contains:
            - 'catalina.'
            - '_access_log.'
            - 'localhost.'
    condition: selection
False Positives

During uninstallation of the tomcat server

During log rotation

References
1
Resolving title…
Internal Research
2
Resolving title…
linuxhint.com
Rule Metadata
Rule ID
270185ff-5f50-4d6d-a27f-24c3b8c9fef8
Status
test
Level
medium
Type
Detection
Created
Thu Feb 16
Path
rules/windows/file/file_delete/file_delete_win_delete_tomcat_logs.yml
Raw Tags
attack.defense-evasionattack.t1070
View on GitHub