<?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[Fatai Asekun]]></title><description><![CDATA[Fatai Asekun]]></description><link>https://fatai-asekun.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Thu, 17 Sep 2026 08:43:47 GMT</lastBuildDate><atom:link href="https://fatai-asekun.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[What OSINT Investigation Taught Me About h4cker.org]]></title><description><![CDATA[When learning penetration testing, it’s tempting to just dump scan results and call it a day. But real reconnaissance isn’t about collecting noise, it’s about telling the story of what matters, why it matters, and what risks it creates.
As part of my...]]></description><link>https://fatai-asekun.hashnode.dev/what-osint-investigation-taught-me-about-h4ckerorg</link><guid isPermaLink="true">https://fatai-asekun.hashnode.dev/what-osint-investigation-taught-me-about-h4ckerorg</guid><category><![CDATA[OSINT]]></category><category><![CDATA[reconnaissance ]]></category><category><![CDATA[recon]]></category><category><![CDATA[information gathering]]></category><category><![CDATA[hacking]]></category><category><![CDATA[Ethical Hacking]]></category><category><![CDATA[ethicalhacking]]></category><category><![CDATA[GitHub]]></category><dc:creator><![CDATA[Fatai Asekun]]></dc:creator><pubDate>Mon, 22 Sep 2025 08:57:48 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1758531414824/1fe0adfd-cc16-4224-9265-3a0ec0f40322.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1758491188251/cdbcfd08-2802-4654-841b-9f6280851fd2.jpeg" alt class="image--center mx-auto" /></p>
<p>When learning penetration testing, it’s tempting to just dump scan results and call it a day. But real reconnaissance isn’t about collecting noise, it’s about telling the story of what matters, why it matters, and what risks it creates.</p>
<p>As part of my learning journey, I ran a reconnaissance scan on <a target="_blank" href="https://github.com/Fabelt14/Pen-Testing-Journey/blob/6ac6766b33022e5f04fef25e422ca33b31150096/Reconnaissance/H4CKER.ORG/Readme.md">h4cker.org</a> using SpiderFoot, an automated OSINT tool. Instead of simply listing raw data, I analyzed the results like an analyst would in a professional engagement.</p>
<p>Here’s what I found.</p>
<ol>
<li><p><strong>Email Gateway (Passive DNS Enumeration)</strong>: The domain routes email via Mailgun. If email authentication (SPF, DKIM, DMARC) isn’t configured correctly, attackers could spoof emails from this domain.</p>
<p> <strong><em>Recommendation</em></strong>: Validate SPF, DKIM, and DMARC policies to prevent spoofing.</p>
</li>
<li><p><strong>Domain WHOIS (WHOIS Lookup):</strong> The domain lock is enabled, registrant info is redacted, and expiry is set to 2028. This is minimal and reflects strong security hygiene.</p>
<p> <strong><em>Recommendation:</em></strong> Continue monitoring WHOIS changes for sudden updates can indicate hijacking attempts.</p>
</li>
<li><p><strong>IPv6 Addresses (IPv6 Recon):</strong> Active IPv6 allocations were discovered. IPv6 ranges often get overlooked, which can allow attackers to scan for misconfigured services.</p>
<p> <strong><em>Recommendation:</em></strong> Apply the same firewall policies to IPv6 as IPv4.</p>
</li>
<li><p><strong>SSL Certificates (Certificate Transparency Analysis):</strong> Certificates exposed multiple subdomains, including <a target="_blank" href="http://websploit.h4cker.org/">websploit.h4cker.org</a>. Dev or staging tools exposed on public infrastructure could provide attackers with easy entry points.</p>
<p> <strong><em>Recommendation:</em></strong> Restrict dev/staging systems from public access and enforce TLS best practices.</p>
</li>
<li><p><strong>Ownership Correlation (Attribution Analysis):</strong> Certificate transparency records linked the domain to Omar Santos, a well-known security researcher. Personal identifiers in infrastructure records can enable targeted social engineering.</p>
<p> <strong><em>Recommendation:</em></strong> Minimize personal identifiers in public infrastructure metadata.</p>
</li>
</ol>
<h2 id="heading-ia"> </h2>
<p><strong>Conclusion</strong></p>
<p>Reconnaissance isn’t about copying tool output. It’s about filtering, connecting dots, and highlighting the signal in the noise.</p>
<p>This exercise showed me how to transform raw SpiderFoot data into actionable security insights, a skill that separates beginners from professionals in penetration testing.</p>
<p>Check the full documentation <a target="_blank" href="https://github.com/Fabelt14/Pen-Testing-Journey/blob/6ac6766b33022e5f04fef25e422ca33b31150096/Reconnaissance/H4CKER.ORG/Readme.md">here</a></p>
]]></content:encoded></item></channel></rss>