packetology: validator privacy, by jrhea (2020)

This commit is contained in:
autistic-symposium-helper 2024-12-10 15:07:58 -08:00 committed by GitHub
parent 8748c7902a
commit 6adf474c98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,8 @@
#### ethereum validator security (homestakers)
* **[packetology: validator privacy, by jrhea (2020)](https://ethresear.ch/t/packetology-validator-privacy/7547)**.
* tl; dr:
* while ip address revealing at the execution layer is inevitable, attestations and blocks from validator nodes could leak information that allows an attacker to associate a validator id with an ip address, unless operators utilize sophisticated measures.
* even though a validator can submit the consensus messages to multiple beacon nodes, there are still risks of metadata analysis attacks, including the size of the message (block or attestation), frequency of broadcasting messages (either blocks or attestations), the timing of the message, joining or leaving subnets events, and packet or data size difference between attestation and other messages.
* if the validator ids or wallet addresses on the consensus layer can be linked to the beacon ip address, the validator operator could be de-anonymized, allowing consequences such as the destabilization of the network, (d)ddos of block producers through validator sniping and solo stakes disenfranchisement due to government sanctions (e.g., ofac) - or even having their physical devices stolen.