With this query, we can get the latest 100 ENS domains with a contenthash.
{
  contenthashChangeds(
    first: 100,
    orderBy: blockNumber,
    orderDirection: desc,
    where: {
      resolver_: {
        contentHash_not: "0x"
      }
    }
  ) {
    blockNumber
    resolver {
      contentHash
      domain {
        name
      }
    }
  }
}
Next things we can do:
- Verify the contenthash with https://api.planetable.xyz/ens/resolve/vitalik.eth
 - Access the website with a gateway https://vitalik.eth.sucks/ or https://vitalik.eth.limo/