Skip to content

Conversation

@swachchhanda000
Copy link
Member

This Sysmon configuration was missing several named pipes referenced in the Sigma rules. I have reviewed and added them based on the rules found here:
https://github.com/SigmaHQ/sigma/tree/master/rules/windows/pipe_created

@phantinuss phantinuss requested a review from Copilot July 2, 2025 11:03

This comment was marked as outdated.

@phantinuss phantinuss requested a review from Copilot July 3, 2025 10:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds several named pipe and image filters to align the Sysmon configuration with updated Sigma rules for detecting pipe-based C2 and suspicious activity.

  • Removed underscore-suffixed pipe patterns and replaced them with updated conditions.
  • Added new <PipeName> filters for various C2/default pipes and <Image> filters for suspicious executable locations.
  • Applied the same updates to both sysmonconfig-export.xml and sysmonconfig-export-block.xml.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
sysmonconfig-export.xml Removed old pipe patterns; added new PipeName and Image filters
sysmonconfig-export-block.xml Mirror updates: removed outdated entries and added new filters
Comments suppressed due to low confidence (2)

sysmonconfig-export.xml:1025

  • Align indentation of <Image> elements with sibling <PipeName> entries for improved readability.
				<Image condition="contains">:\PerfLogs\</Image>

sysmonconfig-export.xml:1031

  • You removed the trailing underscore from the original \scerpc_ pattern. Confirm this broader match is intended and won’t introduce noise.
				<PipeName condition="begin with">\scerpc</PipeName>

@phantinuss phantinuss merged commit d52b214 into NextronSystems:master Jul 7, 2025
4 checks passed
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.

2 participants