Hostname
freight.glass
Last fetched
freight.glass resolves to 1 IPv4 address operated by AS4768 in NZ. WHOIS lists iana:1291 as the registrar.
Nutrition Label
Resolution chain
freight.glass resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 203.167.142.181 | 203.167.128.0/17 | AS4768 | — | NZ |
WHOIS identity
- Registrar
- iana:1291
- Organization
- anica roberts
- Contact emails
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for freight.glass.
| Mechanism | Target |
|---|---|
| SPF_A | freight.glass |
| SPF_INCLUDE | au._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smxemail.com |
| SPF_IP | 125.236.196.80 |
| SPF_IP | 203.152.101.170 |
| SPF_IP | 203.152.101.171 |
| SPF_IP | 203.152.118.226 |
| SPF_IP | 203.152.118.228 |
| SPF_IP | 203.167.142.176 |
| SPF_MX | freight.glass |
Related pages
Pivot deeper into the graph from freight.glass.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "freight.glass"})-[: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.