Hostname
www.mclaneintel.com
Last fetched
www.mclaneintel.com resolves to 1 IPv4 address operated by AS47583 in US.
Nutrition Label
Resolution chain
www.mclaneintel.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 |
|---|---|---|---|---|
| 145.223.123.232 | 145.223.120.0/21 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with www.mclaneintel.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for www.mclaneintel.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_A | www.mclaneintel.com |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.myconnectwise.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 167.89.70.61/32 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 50.31.33.121/32 |
| SPF_IP | 64.94.35.32/32 |
| SPF_IP | 74.115.64.14/32 |
| SPF_IP | 74.115.64.88/32 |
| SPF_IP | 74.115.64.98/32 |
| SPF_IP | 74.115.65.105/32 |
| SPF_IP | 74.115.65.20/32 |
| SPF_MX | www.mclaneintel.com |
Related pages
Pivot deeper into the graph from www.mclaneintel.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.mclaneintel.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.