<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Osint on Reese Gerjekian</title><link>https://rgerjeki.github.io/tags/osint/</link><description>Recent content in Osint on Reese Gerjekian</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 08 Jul 2026 00:00:00 -0700</lastBuildDate><atom:link href="https://rgerjeki.github.io/tags/osint/index.xml" rel="self" type="application/rss+xml"/><item><title>Triaging a Suspicious Indicator in One Command</title><link>https://rgerjeki.github.io/blog/triaging-an-indicator-in-one-command/</link><pubDate>Wed, 08 Jul 2026 00:00:00 -0700</pubDate><guid>https://rgerjeki.github.io/blog/triaging-an-indicator-in-one-command/</guid><description>&lt;p&gt;A lot of security work starts the same way. Something hands you an indicator: an IP
out of a firewall log, a file hash off an alert, a domain from an email that did not
feel right. Before you can do anything with it you have to answer two questions. Is
it bad, and what is it connected to?&lt;/p&gt;
&lt;p&gt;The usual way to answer that is by hand, one tab at a time:
&lt;a href="https://www.virustotal.com/" class="external-link" target="_blank" rel="noopener"&gt;VirusTotal&lt;/a&gt;, then &lt;a href="https://www.abuseipdb.com/" class="external-link" target="_blank" rel="noopener"&gt;AbuseIPDB&lt;/a&gt;,
then a WHOIS lookup, then &lt;a href="https://crt.sh/" class="external-link" target="_blank" rel="noopener"&gt;crt.sh&lt;/a&gt;, then a couple of blocklists,
holding half-loaded browser tabs in your head while you try to form an opinion. It
works, but it is slow and easy to do inconsistently, and it falls apart around the
third indicator of a busy day.&lt;/p&gt;
&lt;p&gt;So I built a command-line tool that does that first pass in one shot. It is called
&lt;code&gt;indict&lt;/code&gt;. You give it one indicator, it figures out the type, asks every source that
fits at the same time, and hands back a single report with a verdict and the reasons
under it.&lt;/p&gt;</description></item></channel></rss>