Hostname
www.batlogistics.com
Last fetched
www.batlogistics.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
www.batlogistics.com 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 |
|---|---|---|---|---|
| 52.170.40.54 | 52.160.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
No WHOIS records are currently associated with www.batlogistics.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for www.batlogistics.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.surveymonkey.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 104.152.224.0/21 |
| SPF_IP | 170.146.226.0/21 |
| SPF_IP | 208.254.39.76/32 |
| SPF_IP | 208.65.144.0/21 |
| SPF_IP | 208.70.208.0/22 |
| SPF_IP | 208.78.169.130/32 |
| SPF_IP | 208.81.64.0/21 |
| SPF_IP | 66.37.252.2/32 |
| SPF_IP | 69.84.129.224/27 |
| SPF_IP | 74.126.57.54/32 |
| SPF_MX | www.batlogistics.com |
Related pages
Pivot deeper into the graph from www.batlogistics.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.batlogistics.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.