Skip to content

Hostname

automatic.cat

Last fetched

automatic.cat resolves to 1 IPv4 address operated by HYD in ES. WHOIS lists iana:76 as the registrar.

Nutrition Label

WHISPER CANON · automatic.catRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/automatic.cat

Resolution chain

automatic.cat resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.18.17.69185.18.16.0/22AS51718HYDES

WHOIS identity

Registrar
iana:76
Organization
automatic
Contact emails

Subdomains

2 observed subdomains of automatic.cat.

Web-graph footprint

Distinct hostnames that link to or from automatic.cat in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for automatic.cat.

MechanismTarget
SPF_Aautomatic.cat
SPF_Asmart.hyd.es
SPF_IP185.18.17.69
SPF_IP185.18.17.71
SPF_IP185.18.17.72
SPF_IP185.18.17.73
SPF_MXautomatic.cat

Related pages

Pivot deeper into the graph from automatic.cat.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "automatic.cat"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.