PhantomsSecurity 1.0.1
dotnet add package PhantomsSecurity --version 1.0.1
NuGet\Install-Package PhantomsSecurity -Version 1.0.1
<PackageReference Include="PhantomsSecurity" Version="1.0.1" />
<PackageVersion Include="PhantomsSecurity" Version="1.0.1" />
<PackageReference Include="PhantomsSecurity" />
paket add PhantomsSecurity --version 1.0.1
#r "nuget: PhantomsSecurity, 1.0.1"
#:package PhantomsSecurity@1.0.1
#addin nuget:?package=PhantomsSecurity&version=1.0.1
#tool nuget:?package=PhantomsSecurity&version=1.0.1
UltraSecureWatcher (Enterprise Secured Edition)
Author: Mohit (Phantoms Empire)
UltraSecureWatcher is a high-performance anti-debugging, anti-tampering, and security monitoring tool for .NET applications. It is designed for professional developers who want to protect their apps from crackers, reverse engineers, and sandbox environments.
🔐 Features
- Detects debuggers, remote debuggers, and interactive session spoofing
- Detects DLL injection and memory mapping attacks
- Detects known cracking and reverse engineering tools (e.g., x64dbg, dnSpy, Cheat Engine, etc.)
- Identifies suspicious modules and hooking libraries
- Detects sandbox, VM environments, and parent process spoofing
- Captures screenshots of violations and sends via Discord webhook
- Optional fallback webhook for redundancy
- Automatically kills detected tools and blocks the app interface
- Logs events to disk and Windows Event Viewer
🚀 Quick Start
using PHANTOMSECURITY;
// Set your webhook URL UltraSecureWatcher.webhookUrl = "YOUR_DISCORD_WEBHOOK_URL";
// Start monitoring UltraSecureWatcher.Start();
Note: Call
Start()
early in your application, preferably during initialization.
📦 Installation
Add the DLL or NuGet package to your .NET application. Ensure that required permissions are granted for:
- File read/write (
C:\ProgramData\SecurityLog
) - EventLog access
- Internet access (for webhook delivery)
To install the NuGet package, use the following command: dotnet nuget push <your-package-name>.nupkg --api-key oy2prt5e7cvrlsn2ttxa2cyjvj6z6yue7au22vxwdgd6jq --source https://api.nuget.org/v3/index.json
📄 License
UltraSecureWatcher by Mohit (Phantoms Empire) Copyright © 2025 Mohit. All rights reserved.
Permission is granted to use this software in compiled form as part of your own applications. Modification, redistribution, or republishing of the source code is strictly prohibited.
This software is provided "as-is" without warranties. Use at your own risk.
📬 Webhook Format
UltraSecureWatcher sends structured JSON embeds (with optional screenshots) to your Discord webhook with full system context, triggered reason, and process statistics.
❗ Disclaimer
This tool is a powerful security layer but should be used alongside other obfuscation and licensing tools. It does not guarantee 100% prevention against reverse engineering but significantly increases the difficulty.
For best protection, obfuscate your main application before distribution.
💬 Support
For feature requests, feedback, or partnership queries, contact the author Mohit via Phantom's Empire.
🛡️ Built with care to protect what matters. Stay safe. Stay secure.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
.NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.3)
- System.Management (>= 9.0.7)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.8
- Newtonsoft.Json (>= 13.0.3)
- System.Management (>= 9.0.7)
- System.Net.Http (>= 4.3.4)
-
net8.0-windows7.0
- Newtonsoft.Json (>= 13.0.3)
- System.Management (>= 9.0.7)
- System.Net.Http (>= 4.3.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.