Create a resource file
A resource file is a CSV file that lists OSINT tools and services. It can be imported when creating an investigation or from the resource library, and exported at any time.
What is it for?
Rather than creating your resources one by one in the interface, you can prepare your own catalog of tools in CSV and import it in a single operation. Handy for sharing a toolset with a team or migrating from another tool.
File format
The file must be comma-delimited (,) and UTF-8 encoded.
Required columns
| Column | Required | Description |
|---|---|---|
name | Yes | Resource name |
type | Yes | "website" or "script" (includes software) |
description | No | Short description |
url | No | URL without https:// or http:// |
queryUrl | No | URL with placeholder |
generic | No | "yes" for all types, "no" for specific types |
typesTargeted | No | List of targeted entity types |
Example file
name,type,description,url,queryUrl,generic,typesTargeted
Google,website,Search engine,google.com,google.com/search?q={{value}},yes,
SocialScan,script,Find accounts by username,,,,clh6rf805twci0bujhft9fc5m
Epieos,website,Email investigation,epieos.com,epieos.com/results?q={{value}},no,clh6r9r6wtvwa0buj4osvepjb
Shodan,website,Search engine for devices,shodan.io,shodan.io/search?query={{value}},no,clh6sgxq9tww10buuhzho55jgThe queryUrl field
The queryUrl lets you automatically open the tool with the selected entity's value. Use the placeholder, which is replaced by the entity's value at click time.
Examples:
google.com/search?q=— Google search with the valueepieos.com/results?q=— Epieos search with the emailshodan.io/search?query=— Shodan search with the IP
Do not include
https://in the URL — the application adds it automatically.
The typesTargeted field
This field determines for which entity types the resource appears in the detail panel.
To get the type IDs:
- Open Main menu → Types selector
- Select the desired type(s) (
Ctrl+Clickfor several) - Use the Copy text button (or Copy for Excel if you work in a spreadsheet)
- Paste the IDs into the
typesTargetedcolumn
Import the file
When creating an investigation
In the creation dialog, a button lets you associate a resource set. You can create a new set by importing your CSV.
From the resource library
- Go to Resources
- Click Import
- Select your CSV file
Imported resources are added to your library without overwriting existing resources with a different name.
Export your resources
To export your custom resources to CSV (to back them up or share them):
- Go to Resources
- Click Export
The generated CSV follows exactly the format expected for a later re-import.
Tips
- Start by exporting your existing resources to get a concrete example of the expected format
- Test your
queryUrlby manually opening the URL in a browser with a real value in place of - For generic resources (usable with all entity types), set
genericto"yes"and leavetypesTargetedempty