🎯Accurate conversion and ROI data for Meta (FB), Google, TikTok, Bing & 200+ other ad networks even after end of third-party cookies 📈

Follow Along My domains were marked again, so I thought of a way!

ZackZhao

Contributor
Joined
Apr 18, 2023
Messages
109
My SPIN campaign domains got flagged as malicious AGAIN!
I tried separating trackers, landing pages, and affiliate offers onto different domains, In the virustotal check, all of them are still marked as Malicious by Webroot!!

I found that a domain marked as Malicious will quickly spread to other related clean domains. So, with the help of VirusTotal and Cloudflare's free API and AI,
I completed this script. I will let it run once every day at 5 am on my Synology, and then send the results to the email after the check is completed. This is great.

This script:
  1. Retrieves all active domains from your Cloudflare account
  2. Fetches complete DNS records for each domain
  3. Identifies subdomains from DNS records
  4. Performs safety checks on main domains and up to 20 subdomains
  5. Shows:
    • Number of malicious/suspicious antivirus engines
    • Key engine flags (Webroot, Symantec, Kaspersky)
    • Full DNS record details
  6. Automatically handles API rate limits and errors
  7. Rate Limit Protection:
    • 15-second mandatory delay after each main domain scan
      15-second mandatory delay after each subdomain scan
      Total requests per domain: 1 main domain + 20 subdomains = 21 requests/domain
      Daily capacity: 500 requests / 21 requests/domain ≈ 23 domains/day

Python:
import
 
To view the premium content in our affiliate marketing forum (including this awesome thread), you must first register and upgrade your account. Register today and become a part of our amazing community!
Top