Why Multi-Validator Hosts Break Traditional Security Scanning
dev.to·5h·
Discuss: DEV
Flag this post

Determining a host is running a Sui validator is easy.

Step 1 - scan a couple of ports:

Port 8080? Sui network endpoint.

Port 9184? Sui metrics.

Step 2 - Done. Next host.

And this is fine, but how do we really know it’s a Sui validator? Also, humour me, we know it’s a Sui validator, because there’s a list of them.

But it turns out, these Sui validators also have http (80) open frequently. Which muddies the water. I don’t know why, we’re still working on that.

How do we find an Ethereum node. Same idea, different ports.

How do we find out if the host is running Sui and Ethereum?

It gets really messy, really fast. False positives, false negatives. General confusion. The humans have to intervene.

Traditional scanning starts with understanding. Once that’s clear, th…

Similar Posts

Loading similar posts...