Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Building HieraChain: A Hierarchical Blockchain Framework for Enterprise as a Student Side Project

Hi everyone,I'm a third-year software engineering student, and over the past year, I've been working solo on an open-source project called HieraChain – a blockchain framework designed specifically for enterprise applications, with no c…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Hi everyone,I'm a third-year software engineering student, and over the past year, I've been working solo on an open-source project called HieraChain – a blockchain framework designed specifically for enterprise applications, with no connection to cryptocurrency.






Why I Started This Project



Like many students, I got curious about blockchain during my distributed systems courses. But most resources and projects out there focus heavily on crypto, DeFi, or public ledgers like Ethereum. I saw a gap: many real-world business processes (supply chain tracking, compliance auditing, multi-organization workflows) could benefit from secure, hierarchical distributed systems – without the volatility or speculation of tokens.



That's why HieraChain is built around a hierarchical structure: A Main Chain oversees multiple Sub-Chains, and it uses an event-based model (processing "events" instead of transactions) to better fit business workflows.






Key Features and Tech Stack



I chose a multi-language approach to balance productivity, safety, and performance:





  • Python for the core framework (easy prototyping and high-level logic).


  • Rust for the consensus module (memory safety and speed for critical parts like BFT).


  • Go for the high-performance engine (excellent concurrency for P2P networking and worker pools).



Some standout technical choices:





  • Security basics: Ed25519 signatures and AES-256-GCM encryption.


  • Consensus mechanisms: Supports PoA (Proof of Authority), PoF (Proof of Flow), and BFT.


  • Integration: gRPC for APIs, making it easy to connect with existing systems.


  • Data handling: Apache Arrow for columnar storage in blocks and zero-copy transfers. Especially cool is using PyArrow for efficient data exchange between Rust consensus and Python core – this reduces FFI overhead significantly and keeps things fast.



The project is split into three repos for modularity:





It's dual-licensed under Apache-2.0/MIT, with internal tests and some benchmarks.






Challenges and What I've Learned



Building this alone as a student has been tough:




  • Integrating Rust and Python via PyO3 and PyArrow took a lot of trial and error.

  • Designing a custom consensus while keeping it modular.

  • Balancing features without over-engineering.



But it's taught me a ton about distributed systems, cryptography, and polyglot programming. Right now, it's still in active development.






Current Status and Call for Feedback



This is far from a polished product – it's a learning project, and there are surely bugs, performance issues, or better design choices I'm missing because I've been working solo.



I'd love your feedback! If you're into Rust, Go, Python, or enterprise blockchain:




  • Clone the repos and try running it.

  • Open issues with suggestions, bug reports, or even harsh criticism.

  • If something interests you, feel free to contribute (docs, tests, or code).



No pressure – just curious what experienced devs think about the approach.



Thanks for reading! If you found this interesting, give the repos a star or share your thoughts in the comments.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - Building HieraChain: A Hierarchical Blockchain Framework for Enterprise as a Student Side Project
id: e01c66ce-4cec-4455-aad6-954dcd38f39f
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-25
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-25"
        description = "YARA Signature for "
    strings:
        $str = "Building HieraChain: A Hierarc" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Building HieraChain A Hierarchical Block")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*Building HieraChain A Hierarchical Block*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Building HieraChain A Hierarchical Block"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Building HieraChain: A Hierarchical Bloc.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Building HieraChain: A Hierarchical Blockchain Framework for Enterprise as a Student Side Project

Thematisch verwandte Begriffe: Building, HieraChain, Hierarchical, Blockchain · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-85291 | InvoicePlane is a self-hosted open source application for managing invoi…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag