Security.DugganUSA.com Documentation

Enterprise Security Operations Platform - Technical Whitepapers & Architecture Guides

STIX 2.1 Feed Integration Guides

DugganUSA FREE Threat Intelligence Feed - Vendor Integration Documentation


⚠️ IMPORTANT: API keys are LIVE. Anonymous access ends March 15, 2026 β€” register now.

Tiered API keys are deployed today. Anonymous access ends March 15, 2026 β€” after that date all requests without a key will be rejected.

  • Free: $0 (25/day) Pro: $99/mo (2,000/day, 24h email SLA) Enterprise: $995/mo (50,000/day, 4h response SLA β€” [email protected])
  • Register now: https://analytics.dugganusa.com/stix/register

🎯 What Makes This Different

244 unique threat discoveries that AbuseIPDB, VirusTotal, AND ThreatFox all scored as ZERO β€” but we blocked them at 95% confidence based on actual production attack behavior.

5-source simultaneous correlation:

  1. AbuseIPDB (community reports)
  2. VirusTotal (95 malware engines)
  3. ThreatFox (C2 infrastructure)
  4. Production attack logs (real traffic)
  5. OSINT analysis (WHOIS, Certificate Transparency, behavioral patterns)

Why free? Digital goods have zero marginal cost to share. Democratic Sharing Law: 99.5% of our data is public. We don’t hoard threat intelligence behind paywalls.


Overview

Step-by-step integration guides for connecting the DugganUSA FREE STIX 2.1 Threat Feed to the top 5 security platforms. Each guide includes platform-specific query languages, configuration examples, and automation scripts.

Feed URL: https://analytics.dugganusa.com/api/v1/stix-feed License: CC0-1.0 (Public Domain) Format: STIX 2.1 Bundle Update Frequency: Real-time from production security operations


Supported Platforms

1. CrowdStrike Falcon (EDR/XDR)

Integration Guide: CrowdStrike STIX Integration

Platform: Endpoint Detection & Response (EDR) / Extended Detection & Response (XDR)

Key Features:

Difficulty: 🟒 Easy (API-based import)


2. Palo Alto Cortex XDR (XDR)

Integration Guide: Cortex STIX Integration

Platform: Extended Detection & Response (XDR)

Key Features:

Difficulty: 🟑 Medium (Multiple configuration steps)


3. Microsoft Sentinel (SIEM)

Integration Guide: Sentinel STIX Integration

Platform: Cloud-native SIEM (Azure)

Key Features:

Difficulty: 🟑 Medium (Azure Logic App setup)


4. Splunk Enterprise Security (SIEM)

Integration Guide: Splunk STIX Integration

Platform: On-premises/cloud SIEM

Key Features:

Difficulty: 🟒 Easy (ES 8.x native) / πŸ”΄ Advanced (Classic custom scripting)


5. Wiz Cloud Security (CSPM)


6. OPNsense (Firewall/IDS)

Integration Guide: OPNsense Integration

Platform: Open-source firewall and IDS/IPS

Key Features:

Difficulty: 🟑 Medium (cron script for auth header injection) Integration Guide: Wiz STIX Integration

Platform: Cloud Security Posture Management (CSPM)

Key Features:

Difficulty: πŸ”΄ Advanced (Custom automation scripts)


7. Troubleshooting: STIX Feed Integration (KB)

Knowledge Base: STIX Feed Troubleshooting

Category: Troubleshooting / Knowledge Base

Key Topics:

Based on: Real incident resolution with Juan Leon (Datavant, Splunk ES 8.3 on Splunk Cloud through Zscaler proxy), March 2026


Integration Summary Matrix

Platform Type Query Language Automation Difficulty
CrowdStrike EDR/XDR FQL API-based 🟒 Easy
Cortex XDR XDR XQL IOC Rules 🟑 Medium
Sentinel SIEM KQL Logic Apps 🟑 Medium
Splunk ES SIEM SPL Native (ES 8.x) / Python 🟒 Easy (ES 8.x)
Wiz CSPM WQL Python/Cloud APIs πŸ”΄ Advanced
OPNsense Firewall/IDS pfctl/Suricata Cron + Bearer 🟑 Medium

Feed Customization

All platforms support these feed parameters:

Example (header auth):

curl -H "Authorization: Bearer <YOUR_API_KEY>" \
  "https://analytics.dugganusa.com/api/v1/stix-feed?days=7&min_confidence=80&unique_only=true"

Example (query param auth β€” for SIEMs):

curl "https://analytics.dugganusa.com/api/v1/stix-feed?days=7&min_confidence=80&api_key=YOUR_API_KEY"

Note: Use Authorization: Bearer <key> or ?api_key= β€” not X-API-Key. Cloudflare strips custom headers; X-API-Key will not reach the API.


Rate Limits

Tier STIX Feed OPNsense Feed General API
Free 10 req/min 30 req/min 100 req/min
Pro 60 req/min 30 req/min 100 req/min
Enterprise Unlimited Unlimited Unlimited

Common Integration Pattern

All vendor integrations follow this pattern:

  1. Fetch - Download STIX 2.1 bundle from feed URL with Authorization: Bearer <key> header (or ?api_key= query parameter for SIEMs)
  2. Parse - Extract indicators (IPs, domains, URLs, hashes)
  3. Enrich - Add MITRE ATT&CK context and confidence scores
  4. Ingest - Import into platform’s threat intelligence database
  5. Query - Use platform-specific query language for threat hunting
  6. Alert - Create rules for automated detection and response

Support & Documentation

Comprehensive Documentation: Whitepaper #9 - FREE STIX Feed

API Endpoint: https://analytics.dugganusa.com/api/v1/stix-feed

Contact:


Democratic Sharing Law

99.5% of our data is public. Zero marginal cost to share digital goods. We don’t hoard threat intelligence behind paywalls.

License: CC0-1.0 (Public Domain) - Use it however you want

Attribution: Appreciated but not required


Β© 2025 DugganUSA LLC. All Rights Reserved.

Integration guides created November 13, 2025