Skip to content

Add DFIR Platform analyzers#1448

Open
ForeGuards wants to merge 1 commit intoTheHive-Project:developfrom
dfir-lab:add-dfir-platform-analyzers
Open

Add DFIR Platform analyzers#1448
ForeGuards wants to merge 1 commit intoTheHive-Project:developfrom
dfir-lab:add-dfir-platform-analyzers

Conversation

@ForeGuards
Copy link
Copy Markdown

Summary

Adds three new analyzers for the DFIR Platform API:

  • DFIRPlatform_IOCEnrichment — Enriches IPs, domains, hashes, and URLs via 14+ intelligence sources
  • DFIRPlatform_PhishingAnalysis — Analyzes EML files with 26+ modules (SPF/DKIM/DMARC validation, header analysis, URL reputation, QR code decoding, AI-powered verdicts)
  • DFIRPlatform_ExposureScan — Scans domain attack surface by aggregating 11 providers (Shodan, Criminal IP, Netlas, SSL Labs, crt.sh, SecurityTrails, etc.)

Configuration

All three analyzers share the DFIRPlatform base config namespace with two settings:

  • api_key (required) — obtained from platform.dfir-lab.ch
  • base_url (optional) — defaults to https://api.dfir-lab.ch/v1

Pricing

DFIR Platform uses a credit-based model. A free tier is available (100 credits/month, no credit card required). Each API call costs 1-60 credits depending on the operation.

Testing

All analyzers have been tested locally against the live API. Error handling covers authentication failures (401), credit exhaustion (402), rate limiting (429), and connection errors.

Disclosure

I am the creator of DFIR Platform. This is a self-submission.

…ure Scan)

Three new analyzers for the DFIR Platform API (https://platform.dfir-lab.ch):

- DFIRPlatform_IOCEnrichment: Enriches IPs, domains, hashes, and URLs
  via 14+ intelligence sources
- DFIRPlatform_PhishingAnalysis: Analyzes EML files with 26+ modules
  (SPF/DKIM/DMARC, header analysis, URL reputation, AI verdicts)
- DFIRPlatform_ExposureScan: Scans domain attack surface aggregating
  11 providers (Shodan, Criminal IP, SSL Labs, crt.sh, etc.)

All analyzers use the shared "DFIRPlatform" base config with API key
authentication. Free tier available (100 credits/month, no credit card).
@nusantara-self nusantara-self changed the base branch from master to develop April 15, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant