Hostname
brannbil.no
Last fetched
brannbil.no resolves to 1 IPv4 address operated by AS29695 in NO.
Nutrition Label
Resolution chain
brannbil.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 |
|---|---|---|---|---|
| 159.253.9.47 | 159.253.8.0/22 | AS29695 | — | NO |
WHOIS identity
No WHOIS records are currently associated with brannbil.no in WhisperGraph.
Subdomains
1 observed subdomain of brannbil.no.
| Subdomain |
|---|
| www.brannbil.no |
Threat posture
History
Mail and authentication
MX records
- brannbil.no
SPF policy
4 SPF mechanisms authorising senders for brannbil.no.
| Mechanism | Target |
|---|---|
| SPF_A | brannbil.no |
| SPF_INCLUDE | _spf.reliablemail.org |
| SPF_IP | 212.16.185.16/32 |
| SPF_MX | brannbil.no |
Related pages
Pivot deeper into the graph from brannbil.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brannbil.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.