Hostname
format-corp.com
Last fetched
format-corp.com resolves to 2 IPv4 addresses operated by AS9123 in RU. WHOIS lists iana:1606 as the registrar.
Nutrition Label
Resolution chain
format-corp.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 |
|---|---|---|---|---|
| 109.68.214.71 | 109.69.36.0/22 | AS9123 | — | RU |
| 85.92.110.181 | 85.92.122.0/24 | AS9123 | — | RU |
WHOIS identity
- Registrar
- iana:1606
- Organization
- personal data, can not be publicly disclosed according to applicable laws.
- Contact emails
Subdomains
6 observed subdomains of format-corp.com.
Web-graph footprint
Distinct hostnames that link to or from format-corp.com in the public web crawl.
155 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for format-corp.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 212.45.9.77 |
| SPF_MX | format-corp.com |
Related pages
Pivot deeper into the graph from format-corp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "format-corp.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.