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

Problem: T1562.001 Atomic Test #11 - Unload Sysmon Filter Driver --> Prereq test failed #2951

Open
SirStephanikus opened this issue Oct 6, 2024 · 4 comments
Assignees

Comments

@SirStephanikus
Copy link

What did you do?

Invoke-AtomicTest T1562.001 -TestNumbers 11 -CheckPrereqs
Does not find sysmon, despite being installed and active.

CLI: sc.exe query sysmon | findstr sysmon
Does not find sysmon, despite being installed and active

What did you expect to happen?

Prereq test should find sysmon

Your Environment

Windows Server 2022 Standard, as an AD-DC. Run with privileged user.

I found the issue:
---> The Atomic test expects to find "sysmon", but it runs here as "sysmon64" (installed via chocolatey).

Proof:

Get-Service -Name Sysmon64

Status   Name               DisplayName
------   ----               -----------
Running  Sysmon64           Sysmon64
sc.exe query sysmon64 | findstr sysmon64

SERVICE_NAME: sysmon64

Suggestion, fix up the Atomic Prereq test to recognize even sysmon64

Copy link

github-actions bot commented Nov 6, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 6, 2024
@SirStephanikus
Copy link
Author

Issue is still present.

@github-actions github-actions bot removed the Stale label Nov 7, 2024
@cyberbuff cyberbuff self-assigned this Nov 26, 2024
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Dec 27, 2024
@SirStephanikus
Copy link
Author

Push, to remove stale label

@github-actions github-actions bot removed the Stale label Dec 28, 2024
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

No branches or pull requests

2 participants