⚡ CYBERDUDEBIVASH SENTINEL APEX API v4.0 — Now Live

The Threat Intelligence API built for SOC teams

Real-time CVE data, IOC feeds, malware hashes, ransomware tracking, and AI-powered risk scoring. Integrate in minutes. Free tier, no credit card required.

Get Free API Key → Enterprise Access
1,230+CVEs Tracked
99.7%API Uptime
<120msAvg Response Time
50K+IOCs Indexed
24/7Live Feed Updates
RESTJSON + Webhook
API Endpoints
Live production endpoints. Base URL: https://blog.cyberdudebivash.in/api/v1/ — Auth: Authorization: Bearer <key>
GET
/api/v1/intel/top-threats
Top 20 highest-priority threats right now — CRITICAL and HIGH severity items only. Includes priority score, threat level, and escalation reasoning.
CRITICALHIGHTop 20 ✓ Free Tier
GET
/api/v1/intel/iocs
Structured IOC feed: malicious IPs, domains, URLs, file hashes (MD5/SHA256/SHA1). Extracted and correlated from 12 authoritative sources. Enterprise: STIX 2.1 export.
IPsDomainsHashes ⚡ Pro+
GET
/api/v1/intel/ransomware
Active ransomware campaign tracking: group names, victim sectors, TTPs, IOCs linked to active operators. Sourced from CISA alerts and threat intelligence feeds.
GroupsTTPsIOCs ⚡ Pro+
GET
/api/v1/intel/search
Full-text search across all threat intelligence: query by CVE ID, vendor, product name, threat actor, malware family, or keyword. Supports ?q=, type=, tier= filters.
Full-textFiltered ✓ Free Tier
GET
/api/v1/auth/me
Authenticated user profile: tier, usage stats, daily limit, remaining requests, and tier feature comparison. Resets daily at UTC midnight.
ProfileRate Limits ✓ Free Tier
GET
/api/v1/keys/usage
30-day usage analytics per API key: daily breakdown, average requests, peak day, monthly projection, and upgrade recommendation if approaching limit.
Analytics30-day ✓ Free Tier
STIX
/api/v1/intel/iocs?format=stix
Full IOC export as STIX 2.1 bundle with indicator objects and MITRE ATT&CK pattern syntax. Ready for TAXII ingest, OpenCTI, or MISP.
STIX 2.1TAXIIMISP 🔐 Enterprise
Live Code Examples
Integrate in any language. Authentication via API key header.
Python
cURL
JavaScript
GET /api/v1/intel/live?limit=5&tier=CRITICAL
# CYBERDUDEBIVASH SENTINEL APEX API v4.0 — Python Example
# No extra dependencies — uses stdlib urllib

import urllib.request, json

API_KEY = "sentinel_YOUR_KEY_HERE"  # Get free key at /api-dashboard.html
BASE_URL = "https://blog.cyberdudebivash.in/api/v1"

# Fetch live threat feed — top 5 CRITICAL items
req = urllib.request.Request(
    f"{BASE_URL}/intel/live?limit=5&threat_level=CRITICAL",
    headers={"Authorization": f"Bearer {API_KEY}"}
)
with urllib.request.urlopen(req) as r:
    data = json.load(r)

for item in data["data"]["items"]:
    print(f"[{item['threat_level']}] {item['id']} — Score {item['priority_score']}")
    print(f"  {item['title']}")
    print(f"  KEV: {item.get('cisa_kev',False)} | IOCs: {len(item.get('iocs',[]))}")
    print()

# OUTPUT:
# [CRITICAL] CVE-2026-1234 — Score 97
#   Ivanti Connect Secure Pre-Auth RCE via SAML Bypass
#   KEV: True | IOCs: 12
#
# Register at: https://blog.cyberdudebivash.in/api-dashboard.html
API Pricing Plans
Start free. Scale to enterprise. No vendor lock-in.
Free Tier
$0
forever free

For security researchers and individual analysts getting started with threat intel.

Daily Requests100 / day
Rate Limit10 req/min
Data Freshness12h delay
  • Latest CVEs (public, 12h delay)
  • CVSS scores + severity
  • CISA KEV status
  • JSON REST API
  • IOC feed (Pro)
  • AI risk scoring (Pro)
  • Ransomware tracker (Pro)
  • YARA rules (Enterprise)
Get Free API Key →
Enterprise
Custom
pricing — volume discounts available

For MSSPs, enterprise SOC teams, and organizations that need full-stack threat intelligence infrastructure.

Daily RequestsUnlimited
Rate LimitDedicated
SLA99.9% + support
  • Everything in SOC Pro
  • YARA rules API (all malware families)
  • SIEM query bundles (Splunk/Sentinel/Elastic)
  • Webhook-based real-time alerts
  • White-label intelligence feeds
  • Dedicated threat analyst support
  • Custom IOC tagging + reporting
  • MSSP multi-tenant access
  • On-premise data export (STIX/TAXII)
Contact for Enterprise →
Built for every security workflow
Integrates with your existing security stack in under 30 minutes.
📊

SIEM Enrichment

Enrich Splunk, Sentinel, or Elastic alerts with CVE context, IOC matches, and threat actor attribution automatically.

🤖

SOAR Automation

Trigger automated playbooks when new CISA KEV entries match your asset inventory. Zero manual triage.

🎯

Threat Hunting

Query IOC feeds and APT TTPs to proactively hunt for threats in your environment before alerts fire.

🛡️

Vulnerability Prioritization

Correlate your asset inventory with our CVE feed to prioritize patches by real exploitation likelihood — not just CVSS score.

📋

Executive Reporting

Auto-generate weekly threat briefings with AI risk scores, trend analysis, and sector-specific threat summaries.

🏢

MSSP Multi-Tenant

Manage threat intelligence feeds for multiple client environments with our Enterprise multi-tenant API architecture.

🧠

AI Security Monitoring

Track LLM-specific threats, prompt injection campaigns, and AI supply chain risks. Reference our OWASP LLM Top 10 Hub for detection context.

🔴

ATT&CK Detection Coverage

Map API-enriched threat data to MITRE ATT&CK tactics for coverage gap analysis. See the Detection Engineering Hub for Sigma stubs.

Start integrating threat intelligence today

Free tier requires no credit card. SOC Pro includes full API access + blog subscriptions. Enterprise gets dedicated support.

Get Your Free API Key → Upgrade to Pro →

Questions? Email bivash@cyberdudebivash.com or DM @cdbsentinelapex