acgabbert1k downloadsExtracts and displays security-relevant indicators such as IP addresses, domains, and file hashes to enhance your cyber security note-taking process.
IOC Lens is a note-taking helper for Obsidian focused on cyber security and incident response.
As security professionals, we encounter indicators of compromise (IOCs) constantly in our work. Whether you’re an incident responder, threat researcher, or SOC analyst, keeping track of these indicators within lengthy notes can be challenging. IOC Lens solves this by providing a dedicated Obsidian view that automatically extracts and organizes:

To activate IOC Lens, click the ribbon icon or use the command palette.
![]()

Key features:
Security considerations:
IOC Lens processes note contents locally and does not transmit note contents,
indicators, or usage data. On startup, it requests the public top-level domain
list from data.iana.org so that extracted domains can be validated. The list
is cached in the plugin's Obsidian settings for offline use. If the request
fails, IOC Lens continues to operate using the cached list when available and
otherwise displays domain candidates without TLD validation.
Opening a search pivot is always an explicit user action. That action sends the selected indicator to the search provider named on the button, subject to that provider's own privacy policy.
Per the guidance in Obsidian's Developer Documentation, a default hotkey has not been set for any IOC Lens functions. However, you can bind commands to hot keys via the Obsidian settings ("Hotkeys" section). Example:

This allows you to defang IOCs with a hotkey - for example, ⌘+⇧+A.
IOC Lens currently supports pivots to the following resources/search engines. Pivots are configurable via toggle switches in the plugin settings.
See CONTRIBUTING.md for local development and pull request guidance. Maintainers should follow RELEASING.md for the version, smoke-test, and publishing checklist.