<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[XyizkoWorx]]></title><description><![CDATA[XyizkoWorx]]></description><link>https://worx.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1743880531998/a84d14ee-83f1-4ed1-be25-a6edf80aed2a.png</url><title>XyizkoWorx</title><link>https://worx.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 18 Sep 2026 07:12:01 GMT</lastBuildDate><atom:link href="https://worx.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[AI OSINT Recon Agent Powered by Google AI Studio and Google Dorks]]></title><description><![CDATA[Google 5 Day Intensive GenAI Course 20251 Submission
This blog post is about my submission for Google GenAI Capstone Submission
➡️ Submission Public Notebook
Meet Your New Cyber Sidekick: The AI OSINT Recon Agent (No API Keys Were Harmed in the Makin...]]></description><link>https://worx.hashnode.dev/ai-osint-recon-agent-powered-by-google-ai-studio-and-google-dorks</link><guid isPermaLink="true">https://worx.hashnode.dev/ai-osint-recon-agent-powered-by-google-ai-studio-and-google-dorks</guid><category><![CDATA[xyizko]]></category><category><![CDATA[#cybersecurity]]></category><category><![CDATA[AI]]></category><dc:creator><![CDATA[xyizko]]></dc:creator><pubDate>Sat, 05 Apr 2025 18:26:44 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1743877276545/a6fa8f95-9639-40e1-b28f-9989fcce2a4b.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1 id="heading-google-5-day-intensive-genai-course-20251-submission">Google 5 Day Intensive GenAI Course 20251 Submission</h1>
<p>This blog post is about my submission for <a target="_blank" href="https://www.kaggle.com/competitions/gen-ai-intensive-course-capstone-2025q1/overview">Google GenAI Capstone Submission</a></p>
<p>➡️ <a target="_blank" href="https://www.kaggle.com/code/xyizko/xgaicps">Submission Public Notebook</a></p>
<h1 id="heading-meet-your-new-cyber-sidekick-the-ai-osint-recon-agent-no-api-keys-were-harmed-in-the-making">Meet Your New Cyber Sidekick: The AI OSINT Recon Agent (No API Keys Were Harmed in the Making)</h1>
<p><img src="https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExNHZhbnI3bDB2dTNuMThldXFvNnZzYzZuNGVtYTcybXRsOGFid2NnZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/2i7jspnRBYgg6v4Oki/giphy.gif" alt class="image--center mx-auto" /></p>
<p>By xyizko — CyberN00b</p>
<blockquote>
<p><em>"Why brute force when you can be... charmingly intelligent?"</em><br />– Probably James Bond if he was a threat analyst.</p>
</blockquote>
<h1 id="heading-the-mission">🎯 The Mission</h1>
<p>Welcome, fellow cyber sleuths! Today, we’re unveiling a handy little tool born from the union of <strong>GenAI wizardry</strong> and some good ol’ fashioned <strong>Google Dorking</strong> — no sketchy scrapers or expensive APIs needed.</p>
<p>Say hello to the <strong>AI OSINT Recon Agent</strong>: a Kaggle notebook-powered digital detective 🧠🔍 that passively investigates domains, emails, or usernames with flair.</p>
<p>Whether you're a pentester prepping for recon, a bug bounty hunter scoping out targets, or just really nosy about your own digital footprint — this is your jam.</p>
<h1 id="heading-what-does-it-do">💡 What Does It Do?</h1>
<p>Given a target (like <a target="_blank" href="http://example.com"><code>example.com</code></a>, <a target="_blank" href="mailto:admin@example.com"><code>admin@example.com</code></a>, or even <code>cyber_god99</code>), this tool will:</p>
<ol>
<li><p>🤖 <strong>Classify</strong> what you gave it (email, domain, or username).</p>
</li>
<li><p>🔎 <strong>Generate advanced Google Dork queries</strong> to dig up juicy info.</p>
</li>
<li><p>🧾 Accept manually collected search snippets (we’re keeping it ethical!).</p>
</li>
<li><p>📦 <strong>Extract structured intelligence</strong> (JSON!) from messy search text.</p>
</li>
<li><p>🧙‍♂️ Generate a <strong>markdown report</strong> that's professional enough to submit to your CISO… or just hang on your wall.</p>
</li>
</ol>
<h1 id="heading-genai-capabilities-used">🧬 GenAI Capabilities Used</h1>
<p>Let’s geek out for a moment. We used 3 core capabilities from Google’s GenAI stack, all via <strong>Google AI Studio.</strong>:</p>
<h3 id="heading-1-few-shot-prompting">1. 🧠 Few-Shot Prompting</h3>
<p>We teach the model what’s what by showing examples — so it knows the difference between a domain and a username faster than you can say "input validation."</p>
<h3 id="heading-2-structured-output-json-mode">2. 🧾 Structured Output (JSON Mode)</h3>
<p>We turn chaos (search snippet soup) into order (neat JSON lists of emails, leaks, GitHub links). Your SIEM will thank you.</p>
<h3 id="heading-3-document-understanding">3. 📚 Document Understanding</h3>
<p>GoogleAI reads your pasted search snippets like a bored SOC analyst on espresso and tells you what matters — fast.</p>
<h1 id="heading-real-world-applications">🧪 Real-World Applications</h1>
<div class="hn-table">
<table>
<thead>
<tr>
<td>Use Case</td><td>Why It's Cool</td></tr>
</thead>
<tbody>
<tr>
<td></td></tr>
</tbody>
</table>
</div><table><tbody><tr><td><p>🔐 <strong>Bug Bounty Recon</strong></p></td><td><p>Quickly gather external exposure data for a new target without any active scans.</p></td></tr></tbody></table>

<table><tbody><tr><td><p>🧠 <strong>Red Team Prep</strong></p></td><td><p>Build profiles of target infrastructure and users — anonymously.</p></td></tr></tbody></table>

<table><tbody><tr><td><p>🔍 <strong>Self-Audit</strong></p></td><td><p>Find what’s floating around about <em>you</em> before someone else does.</p></td></tr></tbody></table>

<table><tbody><tr><td><p>🧾 <strong>CTF/Training</strong></p></td><td><p>Teach students how to think like an attacker… responsibly.</p></td></tr></tbody></table>

<h2 id="heading-pros">✅ Pros</h2>
<ul>
<li><p>🌍 No rate-limited APIs or shady scraping</p>
</li>
<li><p>🤝 Ethical and passive (great for red team pre-work)</p>
</li>
<li><p>🧠 Human-readable output + structured format</p>
</li>
<li><p>🧪 Easy to extend into a full agent workflow</p>
</li>
</ul>
<h2 id="heading-cons-aka-room-for-growth">⚠️ Cons (a.k.a. Room for Growth)</h2>
<ul>
<li><p>🤲 Manual snippet copy-paste — we stay legal, but it’s not 100% automated</p>
</li>
<li><p>🧱 Limited to the creativity of your Google Dorks (but hey, that’s an art!)</p>
</li>
<li><p>🤖 LLM hallucinations are rare but still possible — always verify before action</p>
</li>
</ul>
<h1 id="heading-whats-next">📦 What’s Next?</h1>
<p>Glad you asked.</p>
<ul>
<li><p>Add a <strong>vector store</strong> + <strong>RAG</strong> to analyze hundreds of snippets</p>
</li>
<li><p>Auto-pull Google results using a headless browser (ethically, of course 😇)</p>
</li>
<li><p>Package it into a <strong>web interface</strong> for easier use by analysts</p>
</li>
<li><p>Expand report output to <strong>PDF</strong>, <strong>email</strong>, or direct-to-Slack formats</p>
</li>
</ul>
<h1 id="heading-tldr">🧁 TL;DR</h1>
<p>This project blends <strong>classic recon techniques</strong> with <strong>modern GenAI brains</strong> to give you a low-lift, high-impact OSINT tool.</p>
<p>It’s like having an intern who never sleeps, never leaks data, and always returns JSON. 🚀</p>
<p>Want the code? Need help running it on your shady cousin’s domain?<br />Reach out, fork it, break it, or meme it. Just don’t ignore the power of passive recon.</p>
<blockquote>
<p>Until next time, keep it passive. Keep it classy.<br />— The AI OSINT Recon Agent 🕶️</p>
</blockquote>
]]></content:encoded></item></channel></rss>