This isn't your average guessing game — it's cyber detective work! In Guess QL, you'll use real KQL (Kusto Query Language) commands to filter out innocent digital citizens and identify the hidden attacker.
Your mission: Find the attacker hidden among quirky characters by using smart KQL queries. Use the data, track their activity, and trust your logic. But be careful — each query counts!
🧩 Normal Mode - Use both visual traits and activity logs to solve the case. Classic detective mode!
🖼️ Image Only - Only query visual traits (e.g., Hair, Species, Accessory).
🗃️ Data Only - Only query log data (e.g., FilesDownloaded, VisitedDomains, IP).
💬 Prompt Challenge - Focus in on required filters and build your queries around those.
You’re not just playing — you're learning real-world skills. KQL is a powerful tool used by cybersecurity analysts to sift through massive data logs and catch digital baddies. By using it in KQ Who?, you’re training to think like a pro.
Use KQL to eliminate characters who don’t match the attacker's profile. Every query helps narrow down the field!
== matches exact values!= excludes exact matchescontains looks for parts of words!contains excludes parts of wordshas checks arrays for a valueTo win: where Name == "Suspect Name"