Hostname
consto.no
Last fetched
consto.no resolves to 1 IPv4 address operated by AS47583 in NL.
Nutrition Label
Resolution chain
consto.no 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 |
|---|---|---|---|---|
| 185.206.161.19 | 185.206.160.0/23 | AS47583 | — | NL |
WHOIS identity
- Registrar
- —
- Organization
- barlindhaug utbygging as
- Contact emails
Subdomains
12 observed subdomains of consto.no.
Web-graph footprint
Distinct hostnames that link to or from consto.no in the public web crawl.
125 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for consto.no.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 131.207.55.52/32 |
| SPF_IP | 139.116.71.5 |
| SPF_IP | 139.116.71.6 |
| SPF_IP | 195.18.187.166 |
| SPF_IP | 195.18.187.182 |
| SPF_IP | 20.50.24.232 |
| SPF_IP | 88.84.182.229/32 |
| SPF_MX | consto.no |
Related pages
Pivot deeper into the graph from consto.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "consto.no"})-[: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.