Hostname
missoffice.eu
Last fetched
missoffice.eu resolves to 2 IPv4 addresses operated by AS31554 in RO.
Nutrition Label
Resolution chain
missoffice.eu 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 |
|---|---|---|---|---|
| 89.35.160.181 | 89.35.249.0/24 | AS31554 | — | RO |
| 89.35.161.105 | 89.35.249.0/24 | AS31554 | — | RO |
WHOIS identity
No WHOIS records are currently associated with missoffice.eu in WhisperGraph.
Subdomains
6 observed subdomains of missoffice.eu.
Web-graph footprint
Distinct hostnames that link to or from missoffice.eu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for missoffice.eu.
| Mechanism | Target |
|---|---|
| SPF_A | missoffice.eu |
| SPF_IP | 89.35.160.181 |
| SPF_IP | 89.35.161.105 |
| SPF_IP | 89.35.161.107 |
| SPF_IP | 89.35.161.140 |
| SPF_IP | 89.35.161.2 |
| SPF_IP | 89.35.161.77 |
| SPF_MX | missoffice.eu |
Related pages
Pivot deeper into the graph from missoffice.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "missoffice.eu"})-[: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.