PhantomsSecurity 1.0.1

dotnet add package PhantomsSecurity --version 1.0.1
                    
NuGet\Install-Package PhantomsSecurity -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PhantomsSecurity" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PhantomsSecurity" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="PhantomsSecurity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PhantomsSecurity --version 1.0.1
                    
#r "nuget: PhantomsSecurity, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PhantomsSecurity@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PhantomsSecurity&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=PhantomsSecurity&version=1.0.1
                    
Install as a Cake Tool

UltraSecureWatcher (Enterprise Secured Edition)

License

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 207 7/10/2025
1.0.0 144 7/10/2025