Hostname
infimetrics.com
Last fetched
infimetrics.com resolves to 2 IPv4 addresses operated by AS45815 in IN. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
infimetrics.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 |
|---|---|---|---|---|
| 115.124.106.112 | 115.124.106.0/24 | AS45815 | — | IN |
| 115.124.124.208 | 115.124.124.0/24 | AS45815 | — | IN |
WHOIS identity
- Registrar
- iana:48
- Organization
- infimetrics
- Contact emails
Subdomains
16 observed subdomains of infimetrics.com.
Showing 12 of 16. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from infimetrics.com in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for infimetrics.com.
| Mechanism | Target |
|---|---|
| SPF_A | infimetrics.com |
| SPF_IP | 115.124.100.72 |
| SPF_IP | 115.124.106.112 |
| SPF_IP | 115.124.119.210 |
| SPF_IP | 115.124.124.208 |
| SPF_MX | infimetrics.com |
Related pages
Pivot deeper into the graph from infimetrics.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infimetrics.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.