Hostname
petjoo.app
Last fetched
petjoo.app resolves to 5 IPv4 addresses operated by AS16276 in FR. WHOIS lists iana:895 as the registrar.
Nutrition Label
Resolution chain
petjoo.app resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.196.158.67 | 5.196.0.0/16 | AS16276 | — | FR |
| 54.192.151.3 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.49 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.64 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.96 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:895
- Organization
- contact privacy inc. customer 7151571251
- Contact emails
- —
Subdomains
15 observed subdomains of petjoo.app.
Web-graph footprint
Distinct hostnames that link to or from petjoo.app in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- petjoo.app
SPF policy
3 SPF mechanisms authorising senders for petjoo.app.
| Mechanism | Target |
|---|---|
| SPF_A | petjoo.app |
| SPF_INCLUDE | relay.guzelhosting.com |
| SPF_MX | petjoo.app |
Related pages
Pivot deeper into the graph from petjoo.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "petjoo.app"})-[: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.