Skip to content

Hostname

ctrlcamp.com

Last fetched

ctrlcamp.com resolves to 1 IPv4 address operated by AS-HOSTINGER in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · ctrlcamp.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ctrlcamp.com

Resolution chain

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

IPPrefixASNOperatorCountry
109.106.250.141109.106.248.0/22AS47583AS-HOSTINGERUS

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

8 observed subdomains of ctrlcamp.com.

Web-graph footprint

Distinct hostnames that link to or from ctrlcamp.com in the public web crawl.

10 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

  • ctrlcamp.com

SPF policy

10 SPF mechanisms authorising senders for ctrlcamp.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.mlsend.com
SPF_INCLUDEspf.sendinblue.com
SPF_IP149.72.0.0/16
SPF_IP151.106.100.1
SPF_IP185.107.232.0/22
SPF_IP185.107.236.0/22
SPF_IP35.168.0.0/13
SPF_IP52.86.0.0/15
SPF_IP54.144.0.0/12

Related pages

Pivot deeper into the graph from ctrlcamp.com.

Cypher and MCP

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

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