L1Ght
Grand Guru
- Joined
- Aug 31, 2019
- Messages
- 1,018
"Turn Domain Security from Nightmare to No-Brainer!"
Virus Total™ × Google Safe Browsing™
Virus Total™ × Google Safe Browsing™
Why Domain Guardian Pro?
- Zero Technical Skills Required
- Fully Automated Monitoring
- Real-Time Threat Detection
- Mobile-Friendly Alerts
- 70+ Security Vendors
- Real-Time Scanning
- Comprehensive Reports
2. Google Safe Browsing™ Protection
- Official Google Security
- Advanced Threat Detection
- Instant Risk Alerts
Getting Started in 3 Easy Steps
Step 1: Get Your Power-Keys
A) Virus Total API Key1. Visit VirusTotal
2. Create your free account
3. Access your API key
- 4 scans/minute
- 500 scans/day
- Perfect for most campaigns
B) Google Safe Browsing API Key
1. Visit Google Cloud Console
2. Enable Safe Browsing API
3. Generate your key
- Unlimited checks
- Real-time protection
Step 2: Quick Setup
1. Create new Google Sheet
2. Go to Extensions > Apps Script
3. Paste the code
Code:
// Configuration object
const CONFIG = {
SHEET_NAME: "Domain Monitor",
VT_API_KEY_CELL: "B2",
GSB_API_KEY_CELL: "D2",
DOMAINS_START_ROW: 4,
DOMAINS_COLUMN: "A",
HEADERS_ROW: 3,
API_RATE_LIMIT: 4,
VT_API_BASE_URL: "https://www.virustotal.com/api/v3/domains/",
GSB_API_BASE_URL: "https://safebrowsing.googleapis.com/v4/threatMatches:find",
COLORS: {