Hostname
protectivepathway.com
Last fetched
protectivepathway.com resolves to 1 IPv4 address operated by ASSEFLOW - Seflow s.r.l. in IT. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
protectivepathway.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 |
|---|---|---|---|---|
| 45.95.193.70 | 45.95.219.0/24 | AS49367 | ASSEFLOW - Seflow s.r.l. | IT |
WHOIS identity
- Registrar
- iana:440
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of protectivepathway.com.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for protectivepathway.com.
| Mechanism | Target |
|---|---|
| SPF_A | protectivepathway.com |
| SPF_IP | 154.6.197.118/32 |
| SPF_IP | 154.6.197.165/32 |
| SPF_IP | 154.6.197.234/32 |
| SPF_IP | 154.6.197.55/32 |
| SPF_IP | 154.6.197.72/32 |
| SPF_IP | 154.6.197.95/32 |
| SPF_IP | 66.181.49.139/32 |
| SPF_IP | 66.181.49.140/32 |
| SPF_MX | protectivepathway.com |
Related pages
Pivot deeper into the graph from protectivepathway.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "protectivepathway.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.