Skip to content

Hostname

airmark.tech

Last fetched

airmark.tech resolves to 2 IPv4 addresses operated by AKAMAI-LINODE-AP - Akamai Connected Cloud in GB. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · airmark.techRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/airmark.tech

Resolution chain

airmark.tech resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
109.74.195.50109.74.192.0/20AS63949AKAMAI-LINODE-AP - Akamai Connected CloudGB
185.158.133.1185.158.133.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.PL

WHOIS identity

Registrar
iana:69
Organization
andrew vink
Contact emails

Subdomains

2 observed subdomains of airmark.tech.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for airmark.tech.

MechanismTarget
SPF_INCLUDEzoho.com
SPF_MXairmark.tech

Related pages

Pivot deeper into the graph from airmark.tech.

Cypher and MCP

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

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