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
Resolution chain
airmark.tech resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.74.195.50 | 109.74.192.0/20 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | GB |
| 185.158.133.1 | 185.158.133.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | PL |
WHOIS identity
- Registrar
- iana:69
- Organization
- andrew vink
- Contact emails
Subdomains
2 observed subdomains of airmark.tech.
| Subdomain |
|---|
| bruv.airmark.tech |
| cdn.airmark.tech |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for airmark.tech.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | zoho.com |
| SPF_MX | airmark.tech |
Related pages
Pivot deeper into the graph from airmark.tech.
- IP · 109.74.195.50
- ASN · AS63949AKAMAI-LINODE-AP - Akamai Connected Cloud
- Registrar · iana:69
- Country · GB
- Email · admin@yousemble.com
- TLD · .tech
- Browse hostnames · ai…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.