Hostname
albertolguin.com
Last fetched
albertolguin.com resolves to 2 IPv4 addresses operated by AS16276 in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
albertolguin.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 |
|---|---|---|---|---|
| 158.69.227.6 | 158.69.0.0/16 | AS16276 | — | CA |
| 40.160.58.3 | 40.160.0.0/17 | AS16276 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- grupo valmac
- Contact emails
Subdomains
2 observed subdomains of albertolguin.com.
Web-graph footprint
Distinct hostnames that link to or from albertolguin.com in the public web crawl.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- albertolguin.com
SPF policy
5 SPF mechanisms authorising senders for albertolguin.com.
| Mechanism | Target |
|---|---|
| SPF_A | albertolguin.com |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 158.69.227.6 |
| SPF_IP | 40.160.58.3 |
| SPF_MX | albertolguin.com |
Related pages
Pivot deeper into the graph from albertolguin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "albertolguin.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.