Hostname
top-office.com
Last fetched
top-office.com resolves to 2 IPv4 addresses operated by AS12430 in ES. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
top-office.com 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 |
|---|---|---|---|---|
| 188.87.241.20 | 188.84.0.0/14 | AS12430 | — | ES |
| 40.112.70.85 | 40.112.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IE |
WHOIS identity
- Registrar
- iana:81
- Organization
- franck nielacny
- Contact emails
Subdomains
23 observed subdomains of top-office.com.
Showing 17 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from top-office.com in the public web crawl.
237 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for top-office.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.fobco.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.2.143.158 |
| SPF_IP | 182.50.78.64/28 |
| SPF_IP | 185.29.40.36 |
| SPF_IP | 185.29.40.38 |
| SPF_IP | 185.75.141.99 |
| SPF_IP | 204.14.232.64/28 |
| SPF_IP | 204.14.234.64/28 |
| SPF_IP | 217.74.105.14 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 46.29.122.9/32 |
| SPF_IP | 52.169.217.81/32 |
| SPF_IP | 52.169.223.177/32 |
| SPF_IP | 79.99.33.94 |
| SPF_IP | 96.43.144.64/31 |
| SPF_IP | 96.43.148.64/31 |
| SPF_MX | top-office.com |
Related pages
Pivot deeper into the graph from top-office.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "top-office.com"})-[: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.