Hostname
pluang.com
Last fetched
pluang.com resolves to 5 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
pluang.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.24.77.78 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.223.209.62 | 23.223.209.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.223.209.77 | 23.223.209.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 41.231.245.80 | 41.231.245.0/24 | AS2609 | TN-BB-AS Tunisia BackBone AS | TN |
| 41.231.245.81 | 41.231.245.0/24 | AS2609 | TN-BB-AS Tunisia BackBone AS | TN |
WHOIS identity
- Registrar
- iana:440
- Organization
- domain administrator
- Contact emails
Subdomains
11 observed subdomains of pluang.com.
Web-graph footprint
Distinct hostnames that link to or from pluang.com in the public web crawl.
594 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for pluang.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 149.72.169.188 |
Related pages
Pivot deeper into the graph from pluang.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pluang.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.