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

You Don’t Exist on Solana (Until You Do)

When we compare a normal(web2) account signup to signup on blockchain(web3) one question comes to mind: how does the blockchain know this account is real or this accounts exists on the network? I am going to talk specifically about…

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

When we compare a normal(web2) account signup to signup on blockchain(web3) one question comes to mind: how does the blockchain know this account is real or this accounts exists on the network?



I am going to talk specifically about Solana, but it may apply to the broader landscape in general









Key-Pair Creation



When we first create a key-pair in solana




solana-keygen new --outfile /tmp/broke-wallet.json --no-bip39-passphrase --force






We get,



Output of solana-keygen. Contains private key, public key and seed phrase



From the image above, we can see that we get three things -





  1. Private Key, which is stored as a json file in the specific path


  2. Public key, which can be derived from the private key


  3. Seed Phrase, which can derive the private key.



Private Key and Public Key follow a one-to-one mapping, meaning we will always get the same public key from the private key. We cannot derive private key from our public key.



Our seed phrase can derive multiple private keys. This makes managing multiple wallets with single seed phrase possible.



Disclaimer: Never share your actual seed phrase and/or private key.









Answer



Now that we have created the key, let's go back to our original question, how does the blockchain know we exist?



The simple answer is it doesn't.



Private keys are created from random 256 bits, meaning there are 2^256 possible combinations (more than the atoms in a universe). So chances of two people having same private key is virtually zero.



The blockchain only knows about your wallet after its first incoming or outgoing transaction. In Solana, this is when the network explicitly allocates space on the ledger for our public key and deposits enough SOL to make the account "rent-exempt." Before this happens, our wallet isn't an active account on the ledger—it's just a mathematical possibility among 2^256 options.









Fun Fact



The json file which is created is a 64 byte array, where first 32 bytes are the private key and next 32 bytes are the public key.



Solana saves this in this format because whenever we sign a transaction on blockchain, we need both private key and public key and yes we can derive the public key on the spot with the help of private key, which is inefficient when our (Solana in this case) goal is to go as fast as possible while using as few compute units as possible.









Conclusion



This is the major architectural and philosophical difference between Web2 and Web3. On Web2, we(our identities) are row in centralized database. In Web3, we do not exist, till we do.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - You Don’t Exist on Solana (Until You Do)
id: 73ba4b8b-b1b1-4576-a6a8-42c61223d784
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-26
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-26"
        description = "YARA Signature for "
    strings:
        $str = "You Don’t Exist on Solana (Unt" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("You Dont Exist on Solana Until You Do")
| 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: "*You Dont Exist on Solana Until You Do*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "You Dont Exist on Solana Until You Do"
| 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

🎯
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 You Don’t Exist on Solana (Until You Do).... 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 You Don’t Exist on Solana (Until You Do)

Thematisch verwandte Begriffe: Dont, Exist, Solana, Until · 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-88003 | 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