<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kris Biradar</title>
    <description>The latest articles on DEV Community by Kris Biradar (@biradarkris).</description>
    <link>https://dev.to/biradarkris</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2170768%2F4cb14e75-bfae-41ba-8fb5-efa1d1c068fa.png</url>
      <title>DEV Community: Kris Biradar</title>
      <link>https://dev.to/biradarkris</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/biradarkris"/>
    <language>en</language>
    <item>
      <title>Reverse WHO IS the right way!</title>
      <dc:creator>Kris Biradar</dc:creator>
      <pubDate>Sun, 01 Mar 2026 08:54:00 +0000</pubDate>
      <link>https://dev.to/biradarkris/reverse-who-is-the-right-way-3p73</link>
      <guid>https://dev.to/biradarkris/reverse-who-is-the-right-way-3p73</guid>
      <description>&lt;h2&gt;
  
  
  🕵️‍♂️ How I Tracked Down a Domain Bought Using My Debit Card
&lt;/h2&gt;

&lt;h3&gt;
  
  
  A Real-World OSINT Investigation
&lt;/h3&gt;

&lt;p&gt;Recently, I found myself in a bizarre situation.&lt;br&gt;
Someone I know purchased a domain using &lt;strong&gt;my debit card details&lt;/strong&gt;.&lt;br&gt;
At that point, it wasn't about the money anymore.&lt;br&gt;
It was about &lt;em&gt;reputation&lt;/em&gt;.&lt;br&gt;
And I was determined to find that domain.&lt;/p&gt;

&lt;h3&gt;
  
  
  🧾 What I Knew
&lt;/h3&gt;

&lt;p&gt;I wasn't starting blind. I had:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Exact transaction time &lt;/li&gt;
&lt;li&gt;Registrar: &lt;strong&gt;Namecheap&lt;/strong&gt; &lt;/li&gt;
&lt;li&gt;Strong suspicion about who bought it &lt;/li&gt;
&lt;li&gt;High probability it was a personal domain
This quickly turned into a mini cyber-investigation.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🔍 Attempt 1: Reverse WHOIS API
&lt;/h3&gt;

&lt;p&gt;My first step was obvious: search the internet.&lt;br&gt;
I wanted to find domains registered by an email within a date range.&lt;br&gt;
I discovered the &lt;strong&gt;WHOISXML Reverse WHOIS API&lt;/strong&gt;.&lt;/p&gt;

&lt;h4&gt;
  
  
  Approach
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Logged in using a &lt;code&gt;.edu&lt;/code&gt; email (Gmail accounts aren't allowed)&lt;/li&gt;
&lt;li&gt;Queried using:
 - Registrar → Namecheap 
 - Date range → the purchase day 
 - Keyword → suspected email
#### Problem
Reverse WHOIS stores data &lt;strong&gt;date-wise&lt;/strong&gt;, not at minute-level precision.
So I fetched &lt;strong&gt;all domains registered via Namecheap that day&lt;/strong&gt;.
➡ Result: ~23,000 domains
Too many.&lt;/li&gt;
&lt;li&gt;-
### 🔎 Narrowing the Search Space
I looked for patterns.
What did I know?&lt;/li&gt;
&lt;li&gt;Likeliest use → personal website &lt;/li&gt;
&lt;li&gt;Premium pricing suggested serious intent &lt;/li&gt;
&lt;li&gt;Indian personal domains rarely choose &lt;code&gt;.xyz&lt;/code&gt;, &lt;code&gt;.ai&lt;/code&gt;, etc. &lt;/li&gt;
&lt;li&gt;
&lt;code&gt;.com&lt;/code&gt; felt most likely
➡ Reduced list: &lt;strong&gt;~5,200 domains&lt;/strong&gt;
Still too many to verify manually.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🤖 AI Filtering Experiment
&lt;/h3&gt;

&lt;p&gt;I asked AI to generate a script that would:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;batch 1,000 domains&lt;/li&gt;
&lt;li&gt;send them to Gemini API&lt;/li&gt;
&lt;li&gt;prompt: identify domains that look like personal websites for Indian males
It returned filtered results.
But the domain I wanted wasn't there.
Reverse WHOIS can miss:&lt;/li&gt;
&lt;li&gt;privacy-protected registrations &lt;/li&gt;
&lt;li&gt;uncached entries &lt;/li&gt;
&lt;li&gt;delayed listeners
&lt;strong&gt;Result: Attempt 1 Failed&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🏦 Attempt 2: Contacting the Registrar
&lt;/h3&gt;

&lt;p&gt;I contacted Namecheap support:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A fraudulent transaction was made using my card.&lt;br&gt;
They:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;blocked the account &lt;/li&gt;
&lt;li&gt;refunded my money
But refused to reveal the domain.
&lt;strong&gt;Result: Attempt 2 Failed&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;-
### 🗂 Attempt 3: ICANN CZDS Zone Files
I requested zone files via &lt;strong&gt;ICANN CZDS&lt;/strong&gt;.
Problems:&lt;/li&gt;
&lt;li&gt;approvals take time &lt;/li&gt;
&lt;li&gt;
&lt;code&gt;.com&lt;/code&gt; requests take longer &lt;/li&gt;
&lt;li&gt;backdated downloads aren't available &lt;/li&gt;
&lt;li&gt;the domain had already been taken down
&lt;strong&gt;Result: Inconclusive&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  🔐 Attempt 4: Certificate Transparency Logs (crt.sh)
&lt;/h3&gt;

&lt;p&gt;I learned about certificate transparency logs.&lt;br&gt;
If the domain hosted HTTPS, its SSL certificate must exist in CT logs.&lt;br&gt;
I tried:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;querying crt.sh &lt;/li&gt;
&lt;li&gt;connecting via Postgres &lt;/li&gt;
&lt;li&gt;batch queries in 5-minute windows
#### Issues&lt;/li&gt;
&lt;li&gt;connection breakages &lt;/li&gt;
&lt;li&gt;SSL errors &lt;/li&gt;
&lt;li&gt;slow processing &lt;/li&gt;
&lt;li&gt;and my impatience 🙂
&lt;strong&gt;Progress: Yes&lt;/strong&gt; 
&lt;strong&gt;Success: Not yet&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🚀 Attempt 5: Google BigQuery + crt.sh Dataset
&lt;/h3&gt;

&lt;p&gt;This changed everything.&lt;br&gt;
The crt.sh dataset is available via &lt;strong&gt;Google BigQuery&lt;/strong&gt;.&lt;/p&gt;

&lt;h4&gt;
  
  
  Steps
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;Connected the dataset &lt;/li&gt;
&lt;li&gt;Queried certificates issued during the purchase hour &lt;/li&gt;
&lt;li&gt;Filtered &lt;code&gt;.com&lt;/code&gt; domains &lt;/li&gt;
&lt;li&gt;Reduced the time window further
➡ 700 → 200 domains
Manual scan…
Four entries later…
🎯 Found it.
Matched the domain to the person.
&lt;strong&gt;Result: SUCCESS&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  🤯 Plot Twist
&lt;/h3&gt;

&lt;p&gt;Later, I discovered something surprising.&lt;br&gt;
The domain &lt;strong&gt;was present&lt;/strong&gt; in my Reverse WHOIS results.&lt;br&gt;
I ignored it because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I doubted dataset completeness &lt;/li&gt;
&lt;li&gt;I trusted AI filtering too much
If I had manually verified the 5,200 domains…
I would have found it earlier.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🧠 Lessons Learned
&lt;/h3&gt;

&lt;p&gt;✔ Always verify your data &lt;br&gt;
AI helps - but never assume completeness.&lt;br&gt;
✔ Internet datasets are imperfect &lt;br&gt;
Each dataset captures only part of reality.&lt;br&gt;
✔ OSINT requires patience &lt;br&gt;
Impatience slows investigations more than complexity.&lt;br&gt;
✔ Automation helps, manual validation wins&lt;br&gt;
✔ Certificate Transparency logs are gold&lt;/p&gt;

&lt;h3&gt;
  
  
  🧑‍💻 A Step Toward Ethical Hacking
&lt;/h3&gt;

&lt;p&gt;This wasn't hacking.&lt;br&gt;
It was understanding how internet infrastructure works:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;WHOIS &amp;amp; Reverse WHOIS &lt;/li&gt;
&lt;li&gt;Registrars &lt;/li&gt;
&lt;li&gt;Certificate Transparency &lt;/li&gt;
&lt;li&gt;DNS zone files &lt;/li&gt;
&lt;li&gt;Data aggregation gaps
And the caveats between them.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🏁 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;If you take anything from this:&lt;br&gt;
Double-check your data. &lt;br&gt;
Trust, but verify. &lt;br&gt;
And cultivate patience.&lt;br&gt;
Because the internet always leaves traces - &lt;br&gt;
you just need to know where to look.&lt;br&gt;
&lt;strong&gt;Adios.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>osint</category>
      <category>dns</category>
    </item>
  </channel>
</rss>
