BT
Privacy ToolboxJournalProjectsResumeBookmarks
Feed
Privacy Toolbox
Journal
Projects
Resume
Bookmarks
Intel
Threat Actors
Privacy Threats
Dashboard
CVEs
Tags
Intel
Threat ActorsPrivacy ThreatsDashboardCVEsTags

Intel

  • Feed
  • Threat Actors
  • Privacy Threats
  • Dashboard
  • Privacy Toolbox
  • CVEs

Personal

  • Journal
  • Projects

Resources

  • Subscribe
  • Bookmarks
  • Developers
  • Tags
Cybersecurity News & Analysis
github
defconxt
•
© 2026
•
blacktemple.net

Developer Resources

Public APIs, embeddable widgets, RSS feeds, and automation tools for integrating with blacktemple.net threat intelligence.

Public API

The posts API provides programmatic access to all published threat intelligence on blacktemple.net. Responses are cached at the CDN edge for 1 hour with stale-while-revalidate for 24 hours.

Endpoint
GET /api/posts

Query Parameters

ParamTypeDefaultDescription
categorystring--Filter by category slug. Valid values: vulnerabilities-exploits, malware-threats, data-breaches, privacy-surveillance, nation-state-apt, cloud-security, application-security, hardware-iot, darknet-underground, industry-policy, tools-techniques, tutorials
severitystring--Filter by severity level: critical, high, medium, low, informational
tagstring--Filter by tag (case-insensitive match)
limitnumber20Number of posts to return. Max 100.
offsetnumber0Number of posts to skip for pagination.

Response Format

The response returns a JSON object with posts, total, limit, and offset fields. Each post object includes the following:

FieldDescription
titlePost headline
slugURL-safe identifier
dateISO 8601 publication date
categoryCategory slug
severityThreat severity level (or null)
tagsArray of tag strings
summaryBrief description of the story
tldrOne-line actionable takeaway (or null)
sourceOriginal source publication name (or null)
sourceUrlLink to original article (or null)
readingTimeObject with text, minutes, and words fields
Example Request
curl "https://blacktemple.net/api/posts?severity=critical&limit=5"
Example Response (truncated)
{
  "posts": [
    {
      "title": "Critical RCE in OpenSSL 4.0 Exploited in the Wild",
      "slug": "critical-rce-openssl-4-exploited-in-wild",
      "date": "2026-02-23T00:00:00.000Z",
      "category": "vulnerabilities-exploits",
      "severity": "critical",
      "tags": ["openssl", "rce", "cve-2026-1234"],
      "summary": "A critical remote code execution vulnerability in OpenSSL 4.0 is being actively exploited...",
      "tldr": "Patch OpenSSL immediately. CVE-2026-1234 allows unauthenticated RCE.",
      "source": "BleepingComputer",
      "sourceUrl": "https://example.com/article",
      "readingTime": { "text": "3 min read", "minutes": 2.8, "words": 560 }
    }
  ],
  "total": 42,
  "limit": 5,
  "offset": 0
}

Embeddable Threat Widget

The widget endpoint returns self-contained HTML that renders a compact threat intelligence feed. Embed it on any page via an iframe with no JavaScript dependencies. Shows posts from the last 7 days only. Cached at the CDN edge for 30 minutes.

Endpoint
GET /api/widget

Query Parameters

ParamTypeDefaultDescription
themestringdarkColor theme. Accepts 'dark' or 'light'.
limitnumber5Number of items to display (1-10).
severitystringcritical,highComma-separated severity levels: critical, high, medium, low, informational.
Quick Start (dark theme, top 5 critical + high)
<iframe
  src="https://blacktemple.net/api/widget"
  width="400"
  height="500"
  style="border:none;border-radius:8px;"
  title="blacktemple.net Threat Feed"
></iframe>
Light Theme
<iframe
  src="https://blacktemple.net/api/widget?theme=light&limit=5&severity=critical,high"
  width="400"
  height="500"
  style="border:none;border-radius:8px;"
  title="blacktemple.net Threat Feed (Light)"
></iframe>

Live Preview

Dark Theme
Light Theme

RSS Feeds

Subscribe to the full feed or narrow down to specific threat categories. All feeds are standard RSS 2.0 compatible with any reader.

Main Feed
https://blacktemple.net/rss.xml

Per-Category Feeds

CategoryDescriptionFeed URL
Vulnerabilities & ExploitsCVEs, zero-days, proof-of-concepts, and exploit analysis/blog/categories/vulnerabilities-exploits/rss.xml
Malware & ThreatsRansomware, trojans, botnets, and threat intelligence/blog/categories/malware-threats/rss.xml
Data Breaches & IncidentsBreach disclosures, leak analysis, and impact assessment/blog/categories/data-breaches/rss.xml
Privacy & SurveillancePrivacy legislation, surveillance tech, and data protection/blog/categories/privacy-surveillance/rss.xml
Nation-State & APTState-sponsored campaigns, APT groups, and geopolitical cyber operations/blog/categories/nation-state-apt/rss.xml
Cloud SecurityAWS, Azure, GCP misconfigurations and cloud-native threats/blog/categories/cloud-security/rss.xml
Application SecurityWeb app vulns, API security, supply chain attacks/blog/categories/application-security/rss.xml
Hardware & IoTHardware hacking, firmware vulnerabilities, IoT/OT security/blog/categories/hardware-iot/rss.xml
Darknet & UndergroundDarknet markets, underground forums, and cybercrime ecosystems/blog/categories/darknet-underground/rss.xml
Industry & PolicyCompliance news, framework updates, regulations, and standards/blog/categories/industry-policy/rss.xml
Tools & TechniquesSecurity tools, methodologies, research, and offensive techniques/blog/categories/tools-techniques/rss.xml
TutorialsHands-on security guides, walkthroughs, and step-by-step instructions/blog/categories/tutorials/rss.xml

Weekly Threat Reports

Every Sunday, an AI-generated weekly threat intelligence summary is published covering all posts from the past 7 days. These reports provide a consolidated view of the threat landscape.

  • -Groups stories by theme with cross-references to original posts.
  • -Includes severity statistics, trend analysis, and notable shifts from the previous week.
  • -Published as a regular blog post tagged weekly-roundup.
  • -Available in the main RSS feed and the Industry & Policy category feed.
  • -Filter via the API using the weekly-roundup tag.
Fetch weekly reports via API
curl "https://blacktemple.net/api/posts?tag=weekly-roundup&limit=4"

Threat Actor Tracking

Posts are automatically scanned for mentions of 58 known threat actor groups. When a match is found, color-coded badges are applied to the post and linked to filtered tag views for easy tracking.

Badge Types

Nation-StateRansomwareCybercrimeHacktivist

Tracked Groups

GroupAlso Known AsType
APT28Fancy BearNation-State
APT29Cozy BearNation-State
SandwormIridiumNation-State
TurlaSnakeNation-State
GamaredonPrimitive BearNation-State
Ember BearUAC-0056Nation-State
FIN7CarbanakCybercrime
LockBit--Ransomware
BlackCatALPHVRansomware
Cl0pClopRansomware
REvilSodinokibiRansomware
Phobos--Ransomware
Conti--Ransomware
Black Basta--Ransomware
PlayPlay RansomwareRansomware
Volt TyphoonVanguard PandaNation-State
Salt TyphoonGhostEmperorNation-State
APT41Double DragonNation-State
APT40LeviathanNation-State
Mustang PandaBronze PresidentNation-State
APT1Comment CrewNation-State
APT10Stone PandaNation-State
Aquatic PandaCharcoal TyphoonNation-State
LazarusLazarus GroupNation-State
KimsukyVelvet ChollimaNation-State
AndarielOnyx SleetNation-State
APT37ReaperNation-State
MuddyWaterMercuryNation-State
Charming KittenAPT35Nation-State
OilRigAPT34Nation-State
APT33ElfinNation-State
SidewinderRattlesnakeNation-State
PatchworkDropping ElephantNation-State
Equation GroupEQGRPNation-State
POLONIUMPlaid RainNation-State
RoyalRoyal RansomwareRansomware
AkiraAkira RansomwareRansomware
MedusaMedusa RansomwareRansomware
BianLianBianLian RansomwareRansomware
RhysidaRhysida RansomwareRansomware
ShinyHunters--Cybercrime
Scattered SpiderOcto TempestCybercrime
Lapsus$LAPSUS$Cybercrime
Vice SocietyDEV-0832Ransomware
8Base8Base RansomwareRansomware
BlackSuitBlackSuit RansomwareRansomware
FIN11Cl0p OperatorCybercrime
FIN12Pistol TempestCybercrime
Evil CorpIndrik SpiderCybercrime
Wizard SpiderTrickbot GangCybercrime
MagecartMagecart GroupCybercrime
SilverTerrierNigerian BECCybercrime
TA577--Cybercrime
AnonymousAnonymous CollectiveHacktivist
IT Army of UkraineIT ArmyHacktivist
KillnetAnonymous RussiaHacktivist
GhostSecGhost SecurityHacktivist
Cyber Av3ngersCyberAv3ngersHacktivist

Actor badges link to filtered tag views. For example, clicking an "APT28" badge navigates to /blog/tags/apt28 showing all posts mentioning that group. Use the API to query programmatically:

Fetch posts by threat actor tag
curl "https://blacktemple.net/api/posts?tag=apt28&limit=10"