Chasing the Silver Fox Cat & Mouse in Kernel Shadows#1364
Merged
carlospolop merged 4 commits intomasterfrom Sep 3, 2025
Merged
Conversation
- Remove searchindex.js (auto-generated file)
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://research.checkpoint.com/2025/silver-fox-apt-vulnerable-drivers/ Content Categories: Based on the analysis, this content was categorized under "Windows -> Privilege Escalation & EDR Evasion -> BYOVD (Vulnerable Signed Drivers)". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
ae753fd to
652a8c4
Compare
Collaborator
Author
|
merge |
c7c075d to
ab8f715
Compare
github-actions Bot
pushed a commit
that referenced
this pull request
Sep 3, 2025
…er_Fox__Cat___Mouse_in_Kernel_Shad_20250828_185321 Chasing the Silver Fox Cat & Mouse in Kernel Shadows
carlospolop
added a commit
that referenced
this pull request
Sep 29, 2025
…er_Fox__Cat___Mouse_in_Kernel_Shad_20250828_185321 Chasing the Silver Fox Cat & Mouse in Kernel Shadows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Silver Fox APT BYOVD Campaign: Technical Summary and Analysis
Check Point Research details an in-the-wild Silver Fox APT campaign abusing signed-but-vulnerable Windows kernel drivers to kill EDR/AV, optionally escalate locally, and deploy ValleyRAT (aka Winos). The operation uses a dual-driver bring-your-own-vulnerable-driver (BYOVD) strategy inside a single all-in-one loader to support both legacy and modern Windows.
<...🔧 Technical Details
BYOVD EDR/AV kill via Zemana‑based drivers: Load a signed vulnerable driver (e.g., WatchDog amsdk.sys v1.0.600 or legacy ZAM.exe). Because
<...FILE_DEVICE_SECURE_OPENis missing (amsdk.sys), open the device via its namespace (\\.\amsdk\anyfile). Register the caller withIOCTL 0x80002010, then terminate any target (even PP/PPL) usingIOCTL 0x80002048. This reliably disables security tools on modern Windows where the driver is trusted.🤖 Agent Actions
I analyzed the Check Point Research post and updated HackTricks with the applicable, technical BYOVD and LPE techniques. No new files were needed; I integrated the new material into the most relevant existing pages, preserving structure and style.
What I added
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
🗑️ File Cleanup
The searchindex.js file is automatically generated and should not be included in manual commits.