Hostname
acdevware.com
Last fetched
acdevware.com resolves to 1 IPv4 address operated by CONVOKE - Convoke Communications Corp. in CA. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
acdevware.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 204.225.71.142 | 204.225.71.0/24 | AS5764 | CONVOKE - Convoke Communications Corp. | CA |
WHOIS identity
- Registrar
- iana:69
- Organization
- paul wong
- Contact emails
Subdomains
7 observed subdomains of acdevware.com.
Web-graph footprint
Distinct hostnames that link to or from acdevware.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for acdevware.com.
| Mechanism | Target |
|---|---|
| SPF_A | acdevware.com |
| SPF_A | secure-mail.convoke.com |
| SPF_INCLUDE | secure-mail.convoke.com |
| SPF_IP | 2001:19f0:5:587:5400:2ff:fe93:c3cc |
| SPF_IP | 204.225.71.142 |
| SPF_MX | acdevware.com |
Related pages
Pivot deeper into the graph from acdevware.com.
- IP · 204.225.71.142
- ASN · AS5764CONVOKE - Convoke Communications Corp.
- Registrar · iana:69
- Country · CA
- Email · paul.wong@realkool.com
- TLD · .com
- Browse hostnames · ac…
- 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: "acdevware.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.