Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-33634-Scanner — Scanner de IOCs del ataque de cadena de suministro TeamPCP (CVE-2026-33634). | Kitploit
Tools/GitHubGitHub/fevar54/cve-2026-33634-scanner
Indicator of Compromise (IOC) ManagementVulnerability ScannersNetwork SecurityThreat IntelligenceSupply Chain SecurityIncident ResponseDNS Analysis
GitHubfevar54/cve-2026-33634-scanner

CVE-2026-33634-Scanner

Scanner de IOCs del ataque de cadena de suministro TeamPCP (CVE-2026-33634).

View Repository
95 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-33634-Scanner

License: MIT Python 3.8+ Status: Production Ready CVSS: 9.4

Automated scanner for detecting indicators of compromise (IOCs) associated with the TeamPCP supply chain attack (CVE-2026-33634)


📋 Table of Contents

  • Overview
  • Vulnerability
  • Features
  • Detected IOCs
  • Installation
  • Usage
  • Examples
  • Report Format
  • Project Structure
  • System Requirements
  • Contributions
  • License
  • Author
  • References

🎯 Overview

CVE-2026-33634-Scanner is a security tool designed to detect indicators of compromise (IOCs) related to the TeamPCP supply chain attack, a critical vulnerability affecting multiple software components distributed through compromised channels.

The tool performs a thorough sweep for:

  • Malicious files using SHA256 hashes
  • Network connections to command and control (C2) infrastructure
  • DNS queries to suspicious domains
  • Access to previously identified malicious URLs

⚠️ Vulnerability

Technical Description

The CVE-2026-33634 vulnerability allows an attacker to inject malicious code into legitimate software components during the build or distribution process. Once downloaded and installed, the compromised artifacts establish communication with attacker-controlled C2 servers, enabling:

  • Remote command execution
  • Exfiltration of sensitive information
  • Persistence on compromised systems
  • Lateral movement within the corporate network

🚀 Features


🛡️ Detected IOCs

SHA256 Hashes (7 indicators)

Report Format JSON json { "scan_time": "2026-03-30T10:30:00", "ioc_summary": { "attack_name": "TeamPCP Supply Chain Attack", "cve": "CVE-2026-33634", "cvss_score": 9.4, "sha256_count": 7, "ip_count": 2, "domain_count": 4, "url_count": 4 }, "detections": [...], "summary": {...} } CSV CSV file with columns: timestamp, type, detail, source, etc.

🛡️ Detected IOCs Type Indicators SHA256 7 malicious hashes IPs 83.142.209.11, 45.148.10.212 Domains checkmarx.zone, aquasecurtiy.org, litellm.cloud, tdtqy-oyaaa-aaaae-af2dq-cai.raw.icp0.io URLs checkmarx.zone

Download Tool
FieldValue
CVECVE-2026-33634
CVSS Score9.4 (Critical)
TypeSupply Chain Attack
VectorAV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
ImpactRemote code execution, full system compromise, data exfiltration
FeatureDescription
🔍 File ScanningVerification of SHA256 hashes against 7 known malicious indicators
🌐 Network MonitoringDetection of active connections to C2 IPs and domains
📡 DNS AnalysisCapture and analysis of DNS queries to suspicious domains
📊 Multiple FormatsReport generation in JSON and CSV
⚡ Multithreaded ScanningParallel processing for high efficiency in large environments
🎨 Colorized OutputConsole interface with colors for easier reading
📦 No Heavy DependenciesRequires only standard Python libraries (scapy optional for DNS)