Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivre/obsidian-ivre-plugin
Grabs data from IVRE and brings it into Obsidian notes
https://github.com/ivre/obsidian-ivre-plugin
bugbounty cti hacktoberfest ioc ivre obsidian obsidian-md obsidian-plugin obsidian-plugins pentest pentesting threat-intelligence threatintel
Last synced: about 2 months ago
JSON representation
Grabs data from IVRE and brings it into Obsidian notes
- Host: GitHub
- URL: https://github.com/ivre/obsidian-ivre-plugin
- Owner: ivre
- License: gpl-3.0
- Created: 2022-11-30T19:31:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T21:33:09.000Z (2 months ago)
- Last Synced: 2024-11-10T22:28:20.227Z (2 months ago)
- Topics: bugbounty, cti, hacktoberfest, ioc, ivre, obsidian, obsidian-md, obsidian-plugin, obsidian-plugins, pentest, pentesting, threat-intelligence, threatintel
- Language: TypeScript
- Homepage:
- Size: 2.8 MB
- Stars: 25
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- project-awesome - ivre/obsidian-ivre-plugin - Grabs data from IVRE and brings it into Obsidian notes (TypeScript)
README
[![Join the chat at Gitter](https://badges.gitter.im/ivre/ivre.svg)](https://gitter.im/ivre/ivre)
[![Follow on Twitter](https://img.shields.io/twitter/follow/IvreRocks.svg?logo=twitter)](https://twitter.com/IvreRocks)
[![Follow on Mastodon](https://img.shields.io/mastodon/follow/109349639355238149?domain=https%3A%2F%2Finfosec.exchange&style=social)](https://infosec.exchange/@ivre)
[![GitHub stars](https://img.shields.io/github/stars/ivre/obsidian-ivre-plugin?style=social)](https://github.com/ivre/obsidian-ivre-plugin)
[![Github downloads](https://img.shields.io/github/downloads/ivre/obsidian-ivre-plugin/total.svg)](https://github.com/ivre/obsidian-ivre-plugin/releases/)
[![Linting tests](https://github.com/ivre/obsidian-ivre-plugin/actions/workflows/linting.yml/badge.svg?branch=master)](https://github.com/ivre/obsidian-ivre-plugin/actions/workflows/linting.yml/?branch=master)# Obsidian IVRE Plugin
This is an [IVRE](https://ivre.rocks) plugin for [Obsidian](https://obsidian.md). It grabs data from IVRE and brings it into Obsidian notes. It requires to have the IVRE CLI installed.
It combines the data from IVRE with the organization of Obsidian to make notes taking for pentests or red team engagments , incident response, cyberthreat intelligence, etc. easier than ever.
Only `ipdata` (Maxmind GeoIP, address types) and `view` are used. If you have scan results or passive data that you want to use, just run `ivre db2view` to create or update a `view`.
# Learn more
- about IVRE, see [ivre.rocks](https://ivre.rocks/)
- about Obsidian, see [obsidian.md](https://obsidian.md/)# Usage
Install and enable the plugin, then select some text containing IP addresses, networks or hostnames and click the `martini` icon (or run the command `ivre-analyze-selection`).
You can also add a hotkey for the `ivre-analyze-selection` command: go to "Settings" then "Hotkeys", filter by typing "ivre" and look for "IVRE: Analyze selection with IVRE"; click on the "(+)" button to select your hotkey (I use "Ctrl + Shift + I").
# Development
Run this, and start coding!
```sh
$ ln -s `pwd` "/path/to/your/Obsidian Vault/.obsidian/plugins/obsidian-ivre-plugin"
$ npm run dev
```# Screenshots #
![Usage](doc/screenshots/usage.png)
![Graph `thunderbird.com`](doc/screenshots/graph_thunderbird.png)
![Domain `1password.com`](doc/screenshots/domain_1password.png)
![Address used by `1password.com`](doc/screenshots/address_1password.png)
![Settings](doc/screenshots/settings.png)