InQuest / iocextract

Defanged Indicator of Compromise (IOC) Extractor.

Home Page:https://inquest.readthedocs.io/projects/iocextract/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a function to import directly from a server and extract IOCs.

ZeroDot1 opened this issue · comments

Example iocextract --input 'https://toast.home.us/random' --output '/home/user/k1.txt' --extract-ipv4s

Hi, @ZeroDot1

Due to how the --input argument is currently configured, I decided to create a separate argument to allow for a quicker resolution. You can find the command below, which should pull down the IOCs, extract the data from the file, and save them to k1.txt.

iocextract -ri --url 'https://toast.home.us/random' --output '/home/user/k1.txt' --extract-ipv4s

Once the new version is available, you can run the following command to update your installation:

pip install iocextract -U

@ZeroDot1 I wanted to ping you to let you know the new version is now available!

PyPI: https://pypi.org/project/iocextract/1.16.0/
Release: https://github.com/InQuest/iocextract/releases/tag/v1.16.0