Hostname
sagrin.com
Last fetched
sagrin.com resolves to 2 IPv4 addresses operated by AS6057 in UY. WHOIS lists iana:228 as the registrar.
Nutrition Label
Resolution chain
sagrin.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 |
|---|---|---|---|---|
| 190.64.64.163 | 190.64.64.0/20 | AS6057 | — | UY |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- iana:228
- Organization
- b4b
- Contact emails
Subdomains
2 observed subdomains of sagrin.com.
| Subdomain |
|---|
| mx-00.sagrin.com |
| www.sagrin.com |
Web-graph footprint
Distinct hostnames that link to or from sagrin.com in the public web crawl.
8 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for sagrin.com.
| Mechanism | Target |
|---|---|
| SPF_A | b4b.net |
| SPF_INCLUDE | _spf_uswest2.prod.hydra.sophos.com |
| SPF_IP | 104.198.103.203 |
Related pages
Pivot deeper into the graph from sagrin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sagrin.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.