Skip to content

Hostname

columbusdata.net

Last fetched

columbusdata.net resolves to 1 IPv4 address operated by AS54215 in US. WHOIS lists iana:9 as the registrar.

Nutrition Label

WHISPER CANON · columbusdata.netRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/columbusdata.net

Resolution chain

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

IPPrefixASNOperatorCountry
216.58.156.80216.58.156.0/24AS54215US

WHOIS identity

Registrar
iana:9
Organization
columbus data services eric veltrop
Contact emails

Subdomains

22 observed subdomains of columbusdata.net.

Web-graph footprint

Distinct hostnames that link to or from columbusdata.net in the public web crawl.

42 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for columbusdata.net.

MechanismTarget
SPF_INCLUDEspf.ncratleos.com

Related pages

Pivot deeper into the graph from columbusdata.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "columbusdata.net"})-[: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.