Hostname
browsergames.de
Last fetched
browsergames.de resolves to 1 IPv4 address operated by GOOGLE - Google LLC in BE.
Nutrition Label
Resolution chain
browsergames.de 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.210.1.94 | 35.210.0.0/16 | AS15169 | GOOGLE - Google LLC | BE |
| 35.210.1.94 | 35.210.0.0/16 | AS15169 | GOOGLE - Google LLC | BE |
WHOIS identity
No WHOIS records are currently associated with browsergames.de in WhisperGraph.
Subdomains
946 observed subdomains of browsergames.de.
Showing 25 of 946. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from browsergames.de in the public web crawl.
154 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for browsergames.de.
| Mechanism | Target |
|---|---|
| SPF_A | browsergames.de |
| SPF_INCLUDE | gamesportale.de |
| SPF_INCLUDE | spf.mail-gate.adspreemedia.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.138.221.228/32 |
| SPF_IP | 80.237.131.100/32 |
| SPF_IP | 80.237.131.102/32 |
| SPF_IP | 80.237.131.98/32 |
| SPF_MX | browsergames.de |
Related pages
Pivot deeper into the graph from browsergames.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "browsergames.de"})-[: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.