Hostname
gureak.com
Last fetched
gureak.com resolves to 1 IPv4 address operated by GOOGLE - Google LLC in NL. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
gureak.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.214.197.99 | 35.214.128.0/17 | AS15169 | GOOGLE - Google LLC | NL |
WHOIS identity
- Registrar
- iana:2
- Organization
- talleres protegidos gureak,
- Contact emails
Subdomains
9 observed subdomains of gureak.com.
Web-graph footprint
Distinct hostnames that link to or from gureak.com in the public web crawl.
110 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for gureak.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sarenet.es |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 146.66.84.49 |
| SPF_IP | 194.30.41.129 |
| SPF_IP | 194.30.49.225 |
| SPF_IP | 194.30.49.227 |
| SPF_IP | 194.30.49.229 |
| SPF_IP | 194.30.49.238 |
| SPF_IP | 212.81.149.36 |
| SPF_IP | 212.81.184.225 |
| SPF_IP | 212.81.199.242 |
| SPF_IP | 212.81.201.23 |
Related pages
Pivot deeper into the graph from gureak.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gureak.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.