Hostname
dev-now.com
Last fetched
dev-now.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:828 as the registrar.
Nutrition Label
Resolution chain
dev-now.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 |
|---|---|---|---|---|
| 195.201.191.30 | 195.201.0.0/16 | AS24940 | — | DE |
| 213.133.127.169 | 213.133.96.0/19 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:828
- Organization
- smoton
- Contact emails
Subdomains
12 observed subdomains of dev-now.com.
Web-graph footprint
Distinct hostnames that link to or from dev-now.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for dev-now.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf0.dev-now.com |
| SPF_INCLUDE | _spf1.dev-now.com |
Related pages
Pivot deeper into the graph from dev-now.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev-now.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.