Hostname
library.psbedu.paris
Last fetched
library.psbedu.paris resolves to 1 IPv4 address operated by INHERENT - ADISTA SAS in FR.
Nutrition Label
Resolution chain
library.psbedu.paris 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 |
|---|---|---|---|---|
| 37.18.165.1 | 37.18.160.0/20 | AS16347 | INHERENT - ADISTA SAS | FR |
WHOIS identity
No WHOIS records are currently associated with library.psbedu.paris in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for library.psbedu.paris.
| Mechanism | Target |
|---|---|
| SPF_A | library.psbedu.paris |
| SPF_IP | 46.18.121.38 |
| SPF_MX | library.psbedu.paris |
Related pages
Pivot deeper into the graph from library.psbedu.paris.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "library.psbedu.paris"})-[: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.