Hostname
etb-freight.com
Last fetched
etb-freight.com resolves to 2 IPv4 addresses operated by FORTINET - Fortinet Inc. in CA. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
etb-freight.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 |
|---|---|---|---|---|
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
| 91.208.60.131 | 91.208.60.0/24 | AS39704 | CJ2-AS - CJ2 Hosting B.V. | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- etb freight b.v.
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from etb-freight.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for etb-freight.com.
| Mechanism | Target |
|---|---|
| SPF_A | etb-freight.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2a00:1bd0:1189:1:9ce9:57ff:fe13:95ed |
| SPF_IP | 91.208.60.131 |
| SPF_MX | etb-freight.com |
Related pages
Pivot deeper into the graph from etb-freight.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "etb-freight.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.