POCKINT (a.k.a. Pocket Intelligence) is the OSINT swiss army knife for DFIR/OSINT professionals. Designed to be a lightweight and portable GUI program (to be carried within USBs or investigation VMs), it provides users with essential OSINT capabilities in a compact form factor: POCKINT’s input box accepts typical indicators (URL, IP, MD5) and gives users the ability to perform basic OSINT data mining tasks in an iterable manner.
You can grab the latest version from the releases page. POCKINT is provided as a single executable that can be stored and run anywhere on computers. POCKINT is available for Windows and Linux platforms.
Also Read – ATTACKdatamap : A Datasource Assessment On An Event Level To Show Potential Coverage
Features
Why use it? POCKINT is designed to be simple, portable and powerful.
The latest version is capable of running the following data mining tasks: Domains IP Adresses Urls Hashes Emails
New APIs and input integrations are constantly being added to the tool. Consult the roadmap to check out what’s brewing or propose your own favourite API/input.
Credits: Olaf Hartong, Uriel, Jake Creps & Simon Biles
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…