HabrAugust 26, 2026🇷🇺Translated from Russian

Developer Releases PhishIntel Open-Source Tool for Phishing Site Analysis and Risk Scoring

A developer has released PhishIntel, an open-source Python tool for automated OSINT analysis of websites and assessment of phishing risk. The project was created after the author encountered reports of fraudsters using the classic “Mammoth” scheme with the fake brand Toplivo24 to sell gasoline, gas, and diesel at 20–30% below market price through phishing sites, netting at least 3.7 million rubles in one week.

The application runs with standard Python libraries and produces a structured JSON report after executing a single command. Core modules examine domain composition for suspicious keywords and subdomains, retrieve DNS records (A, AAAA, MX, NS, TXT, CAA, SOA), perform reverse DNS lookups, and collect registration data via both RDAP and WHOIS. Additional checks cover TLS certificate details, HTTP response headers, redirect chains, HTML forms, input fields, external scripts, and the presence of protective headers such as HSTS, CSP, and Referrer-Policy.

Further analysis includes static examination of JavaScript files for risky patterns (eval, fetch, cookie access, obfuscation), retrieval of robots.txt and security.txt, sitemap parsing, and historical comparison of DNS and TLS observations stored in a local JSONL file. Subdomain discovery combines Certificate Transparency logs from crt.sh with brute-force enumeration using a provided wordlist.

When optional tools and API keys are supplied, the report expands to include reputation results from VirusTotal, Google Safe Browsing, and URLhaus, dynamic browser behavior captured via Playwright, and active scans performed by Nmap, Nuclei, or ZAP. A final risk-scoring module aggregates all findings into a numeric score and severity level (informational to critical) with explicit supporting evidence.

The author emphasizes that the code was intentionally kept simple to allow easy customization. The repository is available on GitHub under the name PhishIntel, and the developer welcomes technical feedback from security practitioners on both existing functionality and potential new features.

Related articles

AntiMalwareFraud & Social Engineering

Russian Court Bans Advertising for Renting and Selling Third-Party Bank Cards

The Chertanovsky District Court of Moscow has ruled that information promoting the rental and sale of other people's bank cards is prohibited for distribution in Russia. The decision targets a website and two Telegram channels that offered users the chance to temporarily lend or permanently sell their cards to third parties. Such schemes are commonly used to recruit drops who help receive, transfer, and cash out stolen funds. The court found that these proposals violate the rights and legitimate interests of citizens. Owners of the resources could not be identified, and domain registrars were foreign companies. VTB had previously warned about these schemes in 2024, noting that card owners risk ending up on bank blacklists, losing access to financial services, and facing criminal charges. The Ministry of Internal Affairs has also highlighted that transferring bank cards and accounts to outsiders can lead to criminal liability, with fraudsters particularly targeting children and teenagers.

HabrFraud & Social Engineering

Smart Engines Patents AI Method to Detect Holographic Security Features in Documents Using Visible Light Only

Smart Engines has developed and patented a new technique that identifies optically variable devices such as holograms on identity documents without requiring ultraviolet illumination. The approach relies on a standard document scanner equipped with six independently controlled LEDs that capture a sequence of six images under different lighting angles while the document and camera remain stationary. After dark-current correction and calibration against a white reference sheet, the system normalizes the images and computes per-pixel color-vector standard deviation to generate an OVD map. A simple thresholding and region-of-interest analysis then produces a binary verdict indicating whether a genuine holographic element is present. The method effectively distinguishes original documents from high-quality color prints, photocopies, and physical replicas that cannot reproduce the angle-dependent color shifts of real OVDs. All processing occurs with existing scanner hardware, demonstrating that algorithmic interpretation of controlled illumination can add a new authenticity signal without additional optics or spectral channels.

HabrFraud & Social Engineering

YooMoney's YuScan Automates E-commerce Risk Assessment Scanning Up to 1,000 Sites Per Hour

YooMoney has detailed the inner workings of its YuScan service, an automated auditing tool designed to help banks and payment providers identify websites that conceal prohibited or high-risk activities. Since 2020 the system has processed more than 550,000 merchant applications without resulting in any fines for servicing illegal operations. YuScan builds comprehensive site maps, executes JavaScript, and handles dynamic content using Playwright combined with Camoufox to evade modern anti-bot protections such as Cloudflare. The crawler is built on Scrapy with FastAPI and PostgreSQL, then applies ML models, embeddings, and LLMs to analyze text, images, reviews, and external signals including Roskomnadzor registries and WHOIS data. The automation has reduced manual review time dramatically, allowing half of compliant merchants to begin accepting payments within 24 hours. YooKassa now offers the service to other banks through NSPK, the operator of the Mir payment system.

AntiMalwareFraud & Social Engineering

Scammers Pose as Employers to Remotely Lock iPhones and Demand Ransom

Russian police have warned of a new social engineering scheme in which fraudsters impersonate potential employers to gain control of victims' Apple devices. The attackers instruct targets to sign out of their personal Apple accounts and authenticate using credentials supplied by the supposed employer. Once the device links to the fraudster's account, the scammers can remotely lock the iPhone or iPad and demand payment for unlocking it. Authorities emphasize that paying the ransom does not guarantee recovery of the device and may lead to further extortion demands. Victims are advised never to enter third-party Apple credentials on personal hardware and to contact Apple Support with proof of purchase if a device is already locked. The scheme exploits the Find My and Activation Lock features built into iOS devices.