Hostname
cons.org
Last fetched
cons.org resolves to 2 IPv4 addresses operated by CREW-AS Hamburg, Germany in DE. WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
cons.org 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 |
|---|---|---|---|---|
| 212.12.50.230 | 212.12.48.0/21 | AS13135 | CREW-AS Hamburg, Germany | DE |
| 212.12.50.254 | 212.12.48.0/21 | AS13135 | CREW-AS Hamburg, Germany | DE |
WHOIS identity
- Registrar
- iana:1328
- Organization
- martin cracauer
- Contact emails
Subdomains
13 observed subdomains of cons.org.
Web-graph footprint
Distinct hostnames that link to or from cons.org in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for cons.org.
| Mechanism | Target |
|---|---|
| SPF_IP | 212.12.50.230 |
| SPF_IP | 2a00:14b0:4200:32e0:0:0:0:1e6 |
| SPF_MX | cons.org |
Related pages
Pivot deeper into the graph from cons.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cons.org"})-[: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.