Hostname
airbytes.com
Last fetched
airbytes.com resolves to 2 IPv4 addresses operated by AS62172 in GB. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
airbytes.com 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 |
|---|---|---|---|---|
| 80.75.219.70 | 80.75.219.0/24 | AS62172 | — | GB |
| 81.3.26.186 | 81.3.0.0/18 | AS24679 | — | DE |
WHOIS identity
- Registrar
- iana:1387
- Organization
- airbytes
- Contact emails
Subdomains
3 observed subdomains of airbytes.com.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for airbytes.com.
| Mechanism | Target |
|---|---|
| SPF_A | airbytes.com |
| SPF_A | server43.lcube-server.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | airbytes.com |
Related pages
Pivot deeper into the graph from airbytes.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "airbytes.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.