Hostname
pp.inside01.api.orange.com
Last fetched
pp.inside01.api.orange.com resolves to 2 IPv4 addresses operated by ORANGEFR-PORTAL-AS DSI mutualized internet access in FR.
Nutrition Label
Resolution chain
pp.inside01.api.orange.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 |
|---|---|---|---|---|
| 193.253.79.189 | 193.253.79.0/24 | AS28708 | ORANGEFR-PORTAL-AS DSI mutualized internet access | FR |
| 193.253.79.67 | 193.253.79.0/24 | AS28708 | ORANGEFR-PORTAL-AS DSI mutualized internet access | FR |
WHOIS identity
No WHOIS records are currently associated with pp.inside01.api.orange.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from pp.inside01.api.orange.com.
- IP · 193.253.79.189
- ASN · AS28708ORANGEFR-PORTAL-AS DSI mutualized internet access
- Country · FR
- Apex domain · orange.com
- Parent domain · inside01.api.orange.com
- TLD · .com
- Browse hostnames · pp…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pp.inside01.api.orange.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.