Hostname
playmac.cc
Last fetched
playmac.cc resolves to 2 IPv4 addresses operated by NEXION-AS-AP NEXION Networks Pty Ltd in US.
Nutrition Label
Resolution chain
playmac.cc 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 |
|---|---|---|---|---|
| 154.12.21.47 | 154.12.21.0/24 | AS401701 | NEXION-AS-AP NEXION Networks Pty Ltd | US |
| 154.201.83.5 | 154.201.80.0/21 | AS401696 | DOCLERMEDIA-AS - Docler LA, LLC | HK |
WHOIS identity
No WHOIS records are currently associated with playmac.cc in WhisperGraph.
Subdomains
3 observed subdomains of playmac.cc.
Web-graph footprint
Distinct hostnames that link to or from playmac.cc in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for playmac.cc.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.workspace.org |
Related pages
Pivot deeper into the graph from playmac.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "playmac.cc"})-[: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.