Introduction

A Fast and Reliable service that enables you to extract IOCs and intelligence from different data sources.

Why

It is common for security analysts and companies to share their research through Blogs, PDFs, CSV files, etc. IOC Parser makes the time-consuming process of extracting and aggregating Indicators of Compromise (IOCs) extremely easy through its APIs.

Example

curl --location --request POST 'https://api.iocparser.com/url' \
--header 'Content-Type: application/json' \
--data '{
	"url": "https://blocklist.cyberthreatcoalition.org/vetted/domain.txt"
}'

IOC Types Supported

  • ASN

  • BITCOIN_ADDRESS

  • CVE

  • DOMAIN

  • EMAIL

  • FILE_HASH_MD5

  • FILE_HASH_SHA1

  • FILE_HASH_SHA256

  • IPv4

  • IPv6

  • MAC_ADDRESS

  • MITRE_ATT&CK

  • URL

  • YARA_RULE

IOC Types Planned

  • USER_AGENT

  • REGISTRY_KEY

  • PHONE_NUMBER

Last updated