๐ก๏ธ SOC Toolkit v7.0.1 Global Enterprise Security Suite - Zero-Key VirusTotal/Shodan/AbuseIPDB Engine | EDR Telemetry | Syslog Stream
Project description
๐ก๏ธ SOC Toolkit v7.0
โโโโโโโโ โโโโโโโ โโโโโโโ โโโโโโโโโ โโโโโโโ โโโโโโโ โโโ โโโ โโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโโโโโโโโโโโ
โโโโโโโโโโโ โโโโโโ โโโ โโโ โโโโโโ โโโโโโ โโโโโโโ โโโ โโโ
โโโโโโโโโโโ โโโโโโ โโโ โโโ โโโโโโ โโโโโโ โโโโโโโ โโโ โโโ
โโโโโโโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโ โโโ
โโโโโโโโ โโโโโโโ โโโโโโโ โโโ โโโโโโโ โโโโโโโ โโโโโโโโโโโ โโโโโโ โโโ
โก Global Enterprise Threat Intelligence & Incident Response Platform
โก Quick Start
# 1. Install via pip
pip install soc-toolkit
# 2. Perform instant Zero-Key Threat Intel Lookup with AI Triage
soc 185.220.101.45
# 3. Launch Interactive Analyst Terminal Shell
soc shell
# 4. Start Enterprise REST API Server
soc server --port 8000
# 5. Launch 3D Cyber Threat Warfare Dashboard
soc web --port 8080
๐ฅ Features at a Glance
| Feature | Description | Command |
|---|---|---|
| ๐ฆ Zero-Key VirusTotal / Shodan / AbuseIPDB | API Key-Free public VirusTotal, Shodan (CVEs & Risk Grade A-F), AbuseIPDB & Cisco Talos | soc <ioc> |
| ๐ค Autonomous AI Analyst | Root Cause Analysis (RCA) & Cyber Kill Chain Attribution | soc ai <ioc> |
| ๐ก Live Syslog Stream | Real-time UDP 514 Syslog listener with Slack/Teams Webhook alerts | soc stream |
| ๐งฌ Memory & Mimikatz Forensics | Process memory dump parser & LSASS credential theft hunter | soc mem <file> |
| ๐ Enterprise EDR Collector | CrowdStrike Falcon, Defender & SentinelOne process tree telemetry | soc edr <host> |
| ๐ Attack Surface Management (EASM) | Subdomain discovery, open ports, HSTS/CSP security headers & Shadow IT | soc asm <domain> |
| ๐ Ransomware Gang Matcher | LockBit 3.0, BlackCat/ALPHV, Clop & RansomHub TTP matching | soc ransomware <ioc> |
| ๐ Executive Incident Tickets | 1-Click Jira & ServiceNow Incident Response ticket generator | soc report <ioc> |
| โฑ๏ธ C2 Beaconing Calculator | Connection interval delta variance & heartbeat detection | soc beacon |
| ๐ฃ๏ธ Multi-Language Reports | Generates reports in English, Turkish, German, French, Spanish & Japanese | soc i18n <ioc> de |
| ๐ Automated SOAR Engine | Executes containment, host isolation & firewall bans | soc soar <ioc> |
| ๐ Regulatory Compliance | Maps findings to PCI-DSS 4.0, ISO 27001, SOC 2 & NIST CSF | soc audit <ioc> |
| ๐ธ๏ธ 3D Threat Dashboard | High-tech WebGL cyber warfare threat map | soc web --port 8080 |
๐ค Autonomous AI Security Analyst
Run instant AI triage on any IP, Domain, Hash, or URL:
soc ai 185.220.101.45
{
"ioc": "185.220.101.45",
"threat_level": "CRITICAL",
"cyber_kill_chain_phase": "Command and Control (C2) / Exfiltration",
"root_cause_analysis": "Autonomous AI Analysis concluded an overall risk score of CRITICAL. Attribution indicates active alignment with Cyber Kill Chain phase: 'Command and Control (C2)'. Network containment recommended.",
"ciso_executive_summary": "EXECUTIVE SUMMARY: Indicator 185.220.101.45 poses a CRITICAL risk to enterprise operations. Authorize automated SOAR containment."
}
๐ Regulatory Compliance Frameworks Supported
| Framework | Controls Mapped | Command |
|---|---|---|
| PCI-DSS 4.0 | Req 6.4 (App Security), Req 10.4 (Audit Telemetry), Req 11.4 (Threat Defense) | soc audit <ioc> |
| ISO/IEC 27001:2022 | Control A.8.7 (Malware Defense), A.8.16 (Monitoring), A.8.23 (Web Filtering) | soc audit <ioc> |
| SOC 2 Type II | CC6.1 (Access Controls), CC6.8 (Threat Detection), CC7.2 (Incident Response) | soc audit <ioc> |
| NIST CSF 2.0 | DE.CM-01 (Continuous Monitoring), RS.AN-01 (Incident Analysis) | soc audit <ioc> |
๐ณ 1-Click Container Deployment
# Docker Compose 1-Click Launch
docker-compose up -d
# Kubernetes Production Deployment
kubectl apply -f k8s/deployment.yaml
๐ Python SDK
from soc_toolkit import SOCToolkitSDK, AIThreatAnalyst, SOAREngine, IOCType, ThreatLevel
sdk = SOCToolkitSDK()
# Analyze IOC
report = sdk.analyze("185.220.101.45")
# Autonomous AI Triage
ai_triage = AIThreatAnalyst.analyze_threat("185.220.101.45", IOCType.IP, ThreatLevel.CRITICAL)
print("Kill Chain Phase:", ai_triage["cyber_kill_chain_phase"])
๐ค Author & License
- Author: Furkan Dinรงer (@frkndncr)
- License: MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
soc_toolkit-7.0.1.tar.gz
(80.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file soc_toolkit-7.0.1.tar.gz.
File metadata
- Download URL: soc_toolkit-7.0.1.tar.gz
- Upload date:
- Size: 80.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd2b9eaac812eb7bd75c76f891f1f58ff67cdde87cf5012aa7d0ee0292d60c8f
|
|
| MD5 |
b158683eaaa2c7f85342c6e179312eb0
|
|
| BLAKE2b-256 |
b91dfd418000363d3e2b165ab28e99c283927317d8dcf0e390b61664b6e2ed22
|
File details
Details for the file soc_toolkit-7.0.1-py3-none-any.whl.
File metadata
- Download URL: soc_toolkit-7.0.1-py3-none-any.whl
- Upload date:
- Size: 98.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
300459273970a5fe204fca0a691bbf5c019518070b4ef165e8da56565ecaf1a0
|
|
| MD5 |
6fe53a65d3bd678b8d6fd9056dfa56ed
|
|
| BLAKE2b-256 |
41e26a680abdf72c0bb00f2c5460290b69458e445ec40a4d005ac010ade8d0e0
|