Hostname
ipc.com.ps
Last fetched
ipc.com.ps resolves to 2 IPv4 addresses operated by AS29066 in FR. WHOIS lists registrar:paltel as the registrar.
Nutrition Label
Resolution chain
ipc.com.ps 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 |
|---|---|---|---|---|
| 185.136.159.38 | 185.136.156.0/22 | AS29066 | — | FR |
| 217.66.226.79 | 217.66.226.0/24 | AS15975 | — | PS |
WHOIS identity
- Registrar
- registrar:paltel
- Organization
- mohammad waheed
- Contact emails
Subdomains
1 observed subdomain of ipc.com.ps.
| Subdomain |
|---|
| www.ipc.com.ps |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ipc.com.ps.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ipc.com.ps.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipc.com.ps"})-[: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.