Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
IOCScraper — IOCPARSER.COM es un servicio rápido y confiable que te permite extraer IOCs e inteligencia de diferentes fuentes de datos. | Kitploit
Herramientas/GitHubGitHub/chaitanyakrishna/iocscraper
Gestión de Indicadores de Compromiso (IOC)OSINT (Inteligencia de Fuentes Abiertas)Recopilación de InformaciónInteligencia de Amenazas
GitHubchaitanyakrishna/iocscraper

IOCScraper

IOCPARSER.COM es un servicio rápido y confiable que te permite extraer IOCs e inteligencia de diferentes fuentes de datos.

Ver Repositorio
36645hace 4 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

IOC Scraper

IOC Scraper utiliza el servicio IOCPARSER para obtener IOCs de diferentes blogs de proveedores, archivos PDF y CSV. Analizar IOCs es un proceso que consume mucho tiempo; usando este script se pueden extraer y agregar IOCs automáticamente de manera fácil.

Características

  • IOCs desarmados: Permite extraer y desarmar IOCs.
  • Lista blanca de IOCs: Permite personalizar la lista blanca de IOCs.
  • Tipos de fuentes: Compatible con una variedad de fuentes como blogs, PDFs, CSV y mucho más.

Tipos de IOC compatibles

IOC Scraper admite una variedad de tipos de IOC.

TIPO DE IOCESTADO
ASNCompatible
IPv4, IPv6Compatible
URL, DomainCompatible
EmailCompatible
MD5, SHA1, SHA256, File NameCompatible
MAC AddressCompatible
MITRE ATT&CK IDsCompatible
Reglas YARACompatible

Instalación

root@kitploit:~
git clone https://www.github.com/chaitanyakrishna/iocscraper.git
pip3 install -f requirements.txt

Uso

root@kitploit:~
python IOC_Scraper.py -h
 ___ ___   ____   ____
|_ _/ _ \ / ___| / ___|  ___ _ __ __ _ _ __   ___ _ __
 | | | | | |     \___ \ / __| '__/ _` | '_ \ / _ \ '__|
 | | |_| | |___   ___) | (__| | | (_| | |_) |  __/ |
|___\___/ \____| |____/ \___|_|  \__,_| .__/ \___|_|
                                      |_|


usage: IOC_Scraper.py [-h] [-u URL] [-uL FILE_CONTAINING_URLS] [-t TIMEOUT]  [-th THREADNUMBER] -o OUTPUT

IOC_Scraper v1.0

Optional Arguments:
  -h, --help            show this help message and exit
  -u URL, --url         Single URL for Fetching IOCs
  -uL FILE_CONTAINING_URLS, --url-list FILE_CONTAINING_URLS File Containing URL, One URL in One Line.
  -t TIMEOUT, --timeout TIMEOUT HTTP Request Timeout. default=60
  -th THREADNUMBER, --thread THREADNUMBER Parallel HTTP Request Number. default=100

Required Arguments:
  -o OUTPUT, --output OUTPUT Output file name.


Ejemplos de argumentos de línea de comandos

root@kitploit:~
python iocscraper.py -u "http://targeturl.com" -o report

python iocscraper.py -uL urls.txt -o report

Salida

root@kitploit:~

python IOC_Scraper.py -uL url_list.txt -o report
 ___ ___   ____   ____
|_ _/ _ \ / ___| / ___|  ___ _ __ __ _ _ __   ___ _ __
 | | | | | |     \___ \ / __| '__/ _` | '_ \ / _ \ '__|
 | | |_| | |___   ___) | (__| | | (_| | |_) |  __/ |
|___\___/ \____| |____/ \___|_|  \__,_| .__/ \___|_|
                                      |_|


====================================================================================================
[Date: 20-01-2022] [Time: 23:03:09] [INFO] Initiating IOC Scraper ...
====================================================================================================
[*] ProgressBar: 14/14 [Fethcing IOC from: thehackernews.com] [Errors: 0] ...  0] ...  ...
[Date: 20-01-2022] [Time: 23:03:13] [INFO] Removing Duplicates ...



====================================================================================================
[Date: 20-01-2022] [Time: 23:03:13] [INFO] Fetched IOCs from the following domains
====================================================================================================


1.  blog.aquasec.com
2.  nationalcybersecurity.com
3.  cofense.com
4.  thehackernews.com
5.  blog.sucuri.net
6.  threats.amnpardaz.com
7.  www.crowdstrike.com
8.  www.bleepingcomputer.com
9.  forensicitguy.github.io
10.  marcusedmondson.com
11.  rajhackingarticles.blogspot.com
12.  research.checkpoint.com
13.  www.reddit.com
14.  www.zerofox.com


====================================================================================================
[Date: 20-01-2022] [Time: 23:03:13] [INFO] Indicator of Compromise Stats
====================================================================================================


Domain           : 52
URL              : 26
IPv4             : 15
IPv6             : 0
ASN              : 0
FILE_HASH_MD5    : 24
FILE_HASH_SHA1   : 16
FILE_HASH_SHA256 : 3
MITRE_ATTACK     : 4
EMAIL            : 3
CVE              : 7
FILE_NAME        : 59
YARA_RULE        : 0
MAC_ADDRESS      : 0


====================================================================================================
[Date: 20-01-2022] [Time: 23:03:13] [INFO] Total IOCs: 209
====================================================================================================


Referencia de API

  • Referencia de API

Autores

  • Chaitanya Krishna

Seguir

Twitter URL

Agradecimientos

  • Servicio proporcionado por IOCParser- @IOCParser
Descargar herramienta