Hostname
dukepro.com
Last fetched
dukepro.com resolves to 2 IPv4 addresses operated by SKYRUNNER-INC - Skyrunner, Inc. in US. WHOIS lists iana:64 as the registrar.
Nutrition Label
Resolution chain
dukepro.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 |
|---|---|---|---|---|
| 162.255.169.34 | 162.255.169.0/24 | AS53274 | SKYRUNNER-INC - Skyrunner, Inc. | US |
| 47.46.199.202 | 47.46.192.0/18 | AS20115 | CHARTER-20115 - Charter Communications LLC | US |
WHOIS identity
- Registrar
- iana:64
- Organization
- —
- Contact emails
Subdomains
3 observed subdomains of dukepro.com.
Web-graph footprint
Distinct hostnames that link to or from dukepro.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for dukepro.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | charter.net |
| SPF_IP | 47.46.199.202 |
| SPF_MX | dukepro.com |
Related pages
Pivot deeper into the graph from dukepro.com.
- IP · 162.255.169.34
- ASN · AS53274SKYRUNNER-INC - Skyrunner, Inc.
- Registrar · iana:64
- Country · US
- Email · registrant.dukepro.com@redirect.dotearth.info
- TLD · .com
- Browse hostnames · du…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dukepro.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.