Hostname
pdsb.asstsas.com
Last fetched
pdsb.asstsas.com resolves to 2 IPv4 addresses operated by VIDEOTRON - Videotron Ltee in CA.
Nutrition Label
Resolution chain
pdsb.asstsas.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 |
|---|---|---|---|---|
| 69.70.13.250 | 69.70.0.0/18 | AS5769 | VIDEOTRON - Videotron Ltee | CA |
| 74.116.186.37 | 74.116.184.0/21 | AS1403 | EBOX - EBOX | CA |
WHOIS identity
No WHOIS records are currently associated with pdsb.asstsas.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from pdsb.asstsas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pdsb.asstsas.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.