Hostname
support.pcskills.net
Last fetched
support.pcskills.net resolves to 2 IPv4 addresses operated by ADCIL-ASN-01 - Ace Data Centers II, L.L.C. in US.
Nutrition Label
Resolution chain
support.pcskills.net 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 |
|---|---|---|---|---|
| 166.1.209.145 | 166.1.209.0/24 | AS401152 | ADCIL-ASN-01 - Ace Data Centers II, L.L.C. | US |
| 185.243.99.71 | 185.243.99.0/24 | AS48693 | — | UA |
WHOIS identity
No WHOIS records are currently associated with support.pcskills.net in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for support.pcskills.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | pcskills.net |
Related pages
Pivot deeper into the graph from support.pcskills.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "support.pcskills.net"})-[: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.