When running subsnipe I get a number of warnings like the following:
WARN[0105] No CNAME record found for: subdomain.example.com.
However, there is a CNAME record for that subdomain, e.g.:
subdomain.example.com. 3600 IN CNAME subdomain-ha.example.com.
I haven't dug into the logic, but I assume the message indicates that the CNAME record is part of the same domain, and therefore presumably not vulnerable. I just thought it an unusual warning for a case where a CNAME record exists.