Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Nothing #2

wants to merge 1 commit into from

Conversation

anaszahid
Copy link

title: Parent in Public Folder Suspicious Process
status: experimental
author: florian Roth
description: This rule detects suspicious processes with parent images located in the C:\Users\Public folder
references:

  • https://redcanary.com/blog/blackbyte-ransomware/
    date: 2022/02/25
    logsource:
    category: process_creation
    product: windows
    detection:
    selection:
    ParentImage|startswith: 'C:\Users\Public'
    CommandLine|contains:
    • 'powershell'
    • 'cmd.exe /c '
    • 'cmd /c '
    • 'wscript.exe'
    • 'cscript.exe'
    • 'bitsadmin'
    • 'certutil'
    • 'mshta.exe'
      condition: selection
      fields:
  • ComputerName
  • User
  • CommandLine
    falsepositives:
  • Unknown
    level: high

Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant