Hostname
ip.petedge.com
Last fetched
ip.petedge.com resolves to 2 IPv4 addresses operated by FASTLY - Fastly, Inc. in JP.
Nutrition Label
Resolution chain
ip.petedge.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 |
|---|---|---|---|---|
| 151.101.89.124 | 151.101.88.0/22 | AS54113 | FASTLY - Fastly, Inc. | JP |
| 199.232.113.124 | 199.232.112.0/22 | AS54113 | FASTLY - Fastly, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ip.petedge.com in WhisperGraph.
Subdomains
11 observed subdomains of ip.petedge.com.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for ip.petedge.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 207.166.101.207/32 |
| SPF_IP | 207.166.104.207/32 |
| SPF_IP | 207.166.92.11/32 |
| SPF_IP | 207.166.95.11/32 |
| SPF_IP | 209.92.90.70 |
Related pages
Pivot deeper into the graph from ip.petedge.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ip.petedge.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.