Hostname
wara-ops.org
Last fetched
wara-ops.org resolves to 1 IPv4 address operated by BREDBAND2 - Bredband2 AB in SE. WHOIS lists iana:431 as the registrar.
Nutrition Label
Resolution chain
wara-ops.org 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 |
|---|---|---|---|---|
| 129.192.82.24 | 129.192.80.0/22 | AS29518 | BREDBAND2 - Bredband2 AB | SE |
WHOIS identity
- Registrar
- iana:431
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of wara-ops.org.
Web-graph footprint
Distinct hostnames that link to or from wara-ops.org in the public web crawl.
5 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for wara-ops.org.
| Mechanism | Target |
|---|---|
| SPF_A | mail.cs.umu.se |
| SPF_A | vmail.cs.umu.se |
| SPF_MX | wara-ops.org |
Related pages
Pivot deeper into the graph from wara-ops.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wara-ops.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.