Hostname
varmatin.com
Last fetched
varmatin.com resolves to 2 IPv4 addresses operated by AS6758 in MC. WHOIS lists iana:88 as the registrar.
Nutrition Label
Resolution chain
varmatin.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 |
|---|---|---|---|---|
| 80.94.98.229 | 80.94.96.0/20 | AS6758 | — | MC |
| 80.94.98.231 | 80.94.96.0/20 | AS6758 | — | MC |
WHOIS identity
- Registrar
- iana:88
- Organization
- groupe nice matin
- Contact emails
Subdomains
34 observed subdomains of varmatin.com.
Showing 18 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from varmatin.com in the public web crawl.
2,359 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for varmatin.com.
| Mechanism | Target |
|---|---|
| SPF_A | varmatin.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 192.83.160.0/24 |
| SPF_IP | 194.2.209.0/24 |
| SPF_IP | 5.135.219.160/28 |
| SPF_IP | 5.135.224.0/28 |
| SPF_IP | 5.196.214.224/27 |
| SPF_MX | varmatin.com |
Related pages
Pivot deeper into the graph from varmatin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "varmatin.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.