Avito and BI.ZONE Launch Cyberdetective CTF for Non-Technical Employees Focused on Phishing and Social Engineering
Avito and BI.ZONE have introduced Cyberdetective, a jeopardy-format Capture the Flag competition designed exclusively for non-technical employees who do not write code. The event formed part of Cybersecurity Week and served as a pilot project aimed at lawyers, recruiters, accountants, product managers, and support staff who represent the primary targets of real-world attacks.
Between Technical CTF and Quiz
Traditional technical CTFs require participants to find vulnerabilities, analyze files, or decrypt messages, skills that exclude most employees. Avito wanted to retain the competitive element and self-discovery aspect while removing the coding barrier. The resulting Cyberdetective format kept flags, scoring, and leaderboards but used a separate platform with tasks focused on recognizing web threats and making safe choices.
Two parallel technical CTFs ran during the same week for security specialists. Cyberdetective provided a distinct entry point for the broader workforce through scenarios involving social engineering, phishing, metadata inspection, and file verification.
Main Mechanic: Reward for Resilience
Many tasks actively encouraged participants toward unsafe actions. Flags were awarded when users recognized the risk and selected the secure path instead. One example involved an AI assistant requesting excessive OAuth permissions; the flag required rejecting the request and correctly identifying unnecessary rights rather than simply clicking decline.
This approach trains the specific skill of distinguishing legitimate requests from dangerous ones under time pressure, rather than teaching blanket refusal. Additional tasks required active investigation such as comparing visible link text with actual destinations, extracting hidden instructions from PDFs, or analyzing QR code output.
Topics Selected from Real Attacks
Every scenario mapped to current MITRE ATT&CK techniques, including T1566.002 Spearphishing Link, T1528 Steal Application Access Token, T1621 Multi-Factor Authentication Request Generation, T1036.007 Double File Extension, T1027.006 HTML Smuggling, and T1204.004 Malicious Copy and Paste. Prompt injection attacks against language models were also included, referencing their presence in OWASP Top 10 for LLM Applications.
Key Findings and Adjustments
Participants often became stuck not on complex logic but on recognizing that an object required any action at all. A base64 string ending in equals signs or an unfamiliar domain name did not trigger investigation for many non-technical users. Organizers added indirect hints such as “The flag looks strange? It may be wrapped in something” to preserve the spirit of discovery while reducing silent drop-off.
Security tools sometimes flagged the exercise materials themselves because the simulated phishing emails and macro documents were indistinguishable from real attacks. Registration remained open, allowing some technical staff to finish quickly, yet several non-technical participants also reached the maximum score over multiple days.
- 104 registered
- 44 reached solved tasks
- 16 achieved full points
The pilot demonstrated that a hands-on competition format can deliver practical experience beyond traditional awareness courses for employees outside information security roles.
Related articles
PhishIntel: Open-Source Python and Go Tool Automates Web Reconnaissance for OSINT Analysts
PhishIntel is a lightweight reconnaissance utility written primarily in Python with performance-critical components in Go. The tool launches via a single command and presents an interactive menu that lets analysts select language and modules. Its core crawler recursively visits a configurable number of pages at a chosen depth and concurrency level, harvesting Russian and US-format phone numbers, emails, cryptocurrency wallets, and physical addresses. Additional modules collect domain metadata including DNS records, RDAP, WHOIS, TLS certificates, redirect chains, and external JavaScript and API endpoints. A limited TCP port scan performed by the Go binary identifies listening services and basic technology fingerprints without replacing full port scanners such as Nmap. Results are exported in both structured JSON and human-readable HTML formats, while an optional .env file allows customization of user agents and proxies.
Smart Engines and Intek Deliver Russian Scanners for AI-Powered Document Verification and Fraud Prevention
Smart Engines has partnered with GK Intek to release a line of Russian software-hardware scanner complexes that combine automatic data entry with multi-spectral authenticity checks for passports and other identity documents. The systems support documents from Russia, CIS countries and 235 jurisdictions worldwide, analyzing optical, ultraviolet and infrared images plus RFID chips to detect forgeries including photo swaps and digital edits. Deployments at Genbank and Severgazbank have reduced manual passport entry to fractions of a second while blocking fraudulent documents in real time without sending images outside the organization. The same technology powers border control modules at Sheremetyevo, Vnukovo and Koltsovo airports inside the Sapsan system, cutting passenger processing time to 40 seconds. Additional use cases include automatic pass issuance at transport hubs, electronic signature issuance by the Federal Tax Service and a pharmacy robot in Minsk that verifies age-restricted sales. A newly patented U.S. method detects hidden digital manipulations by analyzing image provenance rather than content, while another patent identifies optically variable devices to spot copies and replicas.
Why Isolated Bank Scoring Fails to Prevent Counterparty Default: OSINT Case Study of a Scam Deal
A Russian social entrepreneur lost nearly one million rubles after relying on a major bank's automated compliance system that assigned a green reliability score to a fraudulent supplier. The supplier, registered as a transport company, received 500,000 rubles in targeted government grant funds for IT equipment but delivered only 15,000 rubles worth of goods before disappearing. Retrospective analysis using public Russian registries revealed multiple red flags missed by the isolated scoring algorithm, including mismatched OKVED codes, missing financial statements for three years, and clear ownership links to a bankrupt IT firm. The beneficial owner later faced tax blacklist entry and three-year disqualification after the transport entity was liquidated as inactive. The case demonstrates that single-entity automated checks create a false sense of security by ignoring beneficiary networks and operational logic. Manual verification through official sources such as EGRUL, GIR BO, and arbitration court records proved far more effective at exposing the scheme.
Paper Mail Combined with Phishing: Russians Targeted by Fake FNS Tax Portal Copies
Russian scammers have started blending traditional postal mail with digital phishing to steal taxpayer credentials. Victims first receive official-looking paper letters from the Federal Tax Service demanding corrections to tax declarations or supporting expense documents. These letters are followed by emails directing users to a counterfeit version of the FNS personal account portal. The fake site captures login details, passwords, and other authentication data that can be reused for further identity theft and account takeovers. Senator Artem Sheikin highlighted the scheme, noting that the paper letter builds initial trust before the electronic follow-up appears legitimate. Users are advised to access tax information only by manually visiting the official FNS website or through the Gosuslugi platform without clicking any links. The attack relies primarily on psychological manipulation rather than technical sophistication.