Our Online Tools
Complete set of tools for monitoring, analysis, and management of your digital infrastructure.
What We Offer
Comprehensive services for your security and technology needs.
Security Services
Penetration testing, DDoS protection, threat monitoring, and security consulting.
Bots & Automation
Discord bots, database integrations, notifications, and custom audit tools.
Minecraft Development
Plugins: anticheat, playtime rewards, resize, operations, and custom systems.
IT & Hosting Support
Consulting on hardware, networks, software, and infrastructure assistance.
AngelSquad
Security team connected with WanGuard for protecting people online and offline.
WanGuard API
API for proxy detection, resolving ASNs, MC and CFX status, available for free to everyone.
Major Tools Update in Progress
We're working hard on a comprehensive update of all our tools and services. Stay tuned for new features, improved performance, and enhanced security.
Complete redesign of user interfaces with new modern look
Enhanced API with new endpoints and better documentation
Improved performance and reliability
New security features and monitoring capabilities
Extended integration options with third-party services
// New API endpoint
fetch('https://api.wanguard.xyz/v2/security/scan', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ target: 'example.com' })
})
.then(response => response.json())
.then(data => console.log(data));
// New dashboard features
import { WanGuardClient } from '@wanguard/client';
const client = new WanGuardClient();
// Real-time monitoring with alerts
client.monitor({
targets: ['server1.example.com', 'server2.example.com'],
alertThreshold: 'medium'
});
WanGuard API
Access to our tools and data through API. Available for free to everyone.
What does our API offer?
Proxy Detection
Detection of proxies, VPNs, and other anonymization services.
ASN Resolving
Getting information about ASNs and providers.
Minecraft Server Status
Real-time information about Minecraft servers.
FiveM Server Status
Detailed information about FiveM servers.
Hosting Status
Monitoring availability of hosting services.
// Example of using WanGuard API
fetch('https://api.wanguard.xyz/v1/asn?ip=1.1.1.1')
.then(response => response.json())
.then(data => {
console.log(data);
// {
// "ip": "1.1.1.1",
// "asn": "AS13335",
// "org": "Cloudflare, Inc.",
// "country": "US",
// "proxy": false,
// "hosting": true
// }
});
Meet Our Team
The experts behind WanGuard's security and monitoring solutions.

Angel Squad
Founder & Lead Developer
Founder of WanGuard with extensive experience in cybersecurity and network monitoring. Passionate about creating tools that make the internet safer for everyone.

Looph
Security Specialist
Security specialist with a background in penetration testing and threat analysis. Ensures all WanGuard services meet the highest security standards.
Angel Squad
Our elite security team connected with WanGuard, focusing on community leadership and protecting people online and offline.
What We Do
Community Protection
Safeguarding online communities through active monitoring
Security Education
Training and resources to help individuals and organizations stay secure
Strategic Partnerships
Collaborating with security-focused organizations to enhance protection

Frequently Asked Questions
Answers to the most common questions about our services and tools.