Hostname
psc.process.com
Last fetched
psc.process.com resolves to 6 IPv4 addresses operated by COMCAST-7015 - Comcast Cable Communications, LLC in US.
Nutrition Label
Resolution chain
psc.process.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.42.95.1 | 192.42.95.0/24 | AS7015 | COMCAST-7015 - Comcast Cable Communications, LLC | US |
| 192.42.95.225 | 192.42.95.0/24 | AS7015 | COMCAST-7015 - Comcast Cable Communications, LLC | US |
| 192.42.95.231 | 192.42.95.0/24 | AS7015 | COMCAST-7015 - Comcast Cable Communications, LLC | US |
| 192.42.95.47 | 192.42.95.0/24 | AS7015 | COMCAST-7015 - Comcast Cable Communications, LLC | US |
| 192.42.95.58 | 192.42.95.0/24 | AS7015 | COMCAST-7015 - Comcast Cable Communications, LLC | US |
| 198.115.140.189 | 198.112.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | CA |
WHOIS identity
No WHOIS records are currently associated with psc.process.com in WhisperGraph.
Subdomains
4 observed subdomains of psc.process.com.
Threat posture
History
Related pages
Pivot deeper into the graph from psc.process.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "psc.process.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.