Hostname
dev.infotools.com
Last fetched
dev.infotools.com resolves to 1 IPv4 address operated by ORTYCOM LTDA in NL.
Nutrition Label
Resolution chain
dev.infotools.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 |
|---|---|---|---|---|
| 89.106.200.1 | 89.106.200.0/24 | AS209626 | ORTYCOM LTDA | NL |
WHOIS identity
No WHOIS records are currently associated with dev.infotools.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for dev.infotools.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_A | dispatch1-us1.ppe-hosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 114.23.241.160 |
| SPF_IP | 124.157.114.66 |
| SPF_IP | 139.180.17.0/24 |
| SPF_IP | 148.163.128.0/19 |
| SPF_IP | 67.231.144.0/24 |
| SPF_IP | 67.231.145.0/24 |
| SPF_IP | 67.231.146.0/24 |
| SPF_IP | 67.231.147.0/24 |
| SPF_IP | 67.231.148.0/24 |
| SPF_IP | 67.231.149.0/24 |
| SPF_IP | 67.231.152.0/24 |
| SPF_IP | 67.231.153.0/24 |
| SPF_IP | 67.231.154.0/24 |
| SPF_IP | 67.231.155.0/24 |
| SPF_IP | 67.231.156.0/24 |
Related pages
Pivot deeper into the graph from dev.infotools.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.infotools.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.