Skip to content

Hostname

create.at

Last fetched

create.at resolves to 1 IPv4 address operated by NETIQ in AT. WHOIS lists registrar:internetx gmbh as the registrar.

Nutrition Label

WHISPER CANON · create.atRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/create.at

Resolution chain

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

IPPrefixASNOperatorCountry
128.204.134.184128.204.128.0/19AS44453NETIQAT

WHOIS identity

Registrar
registrar:internetx gmbh
Organization
chrisoph schmidt-martensson
Contact emails

Subdomains

39 observed subdomains of create.at.

Web-graph footprint

Distinct hostnames that link to or from create.at in the public web crawl.

41 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for create.at.

MechanismTarget
SPF_INCLUDE6609568.spf07.hubspotemail.net
SPF_INCLUDEspf.mail.sb.services
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEsquarespace-mail.com
SPF_IP213.164.0.110
SPF_IP213.235.243.228
SPF_IP213.86.241.245
SPF_IP213.86.241.246
SPF_IP52.19.101.249
SPF_IP91.227.204.35
SPF_MXcreate.at

Related pages

Pivot deeper into the graph from create.at.

Cypher and MCP

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

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