Hostname
actvdoc.com
Last fetched
actvdoc.com resolves to 3 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1478 as the registrar.
Nutrition Label
Resolution chain
actvdoc.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 136.243.106.228 | 136.243.0.0/16 | AS24940 | — | DE |
| 45.77.51.171 | 45.77.48.0/22 | AS20473 | AS-VULTR - The Constant Company, LLC | AU |
| 51.161.196.212 | 51.161.128.0/17 | AS16276 | — | AU |
WHOIS identity
- Registrar
- iana:1478
- Organization
- domain admin
- Contact emails
Subdomains
9 observed subdomains of actvdoc.com.
Web-graph footprint
Distinct hostnames that link to or from actvdoc.com in the public web crawl.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for actvdoc.com.
| Mechanism | Target |
|---|---|
| SPF_A | actvdoc.com |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 103.157.146.122 |
| SPF_IP | 103.157.146.226 |
| SPF_IP | 103.157.146.98 |
| SPF_IP | 153.92.9.104 |
| SPF_IP | 206.225.94.235 |
| SPF_MX | actvdoc.com |
Related pages
Pivot deeper into the graph from actvdoc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "actvdoc.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.