Hostname
apps2you.com
Last fetched
apps2you.com resolves to 2 IPv4 addresses operated by AS15510 in GB. WHOIS lists iana:291 as the registrar.
Nutrition Label
Resolution chain
apps2you.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 |
|---|---|---|---|---|
| 185.27.244.162 | 185.27.244.0/22 | AS15510 | — | GB |
| 34.241.58.97 | 34.240.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:291
- Organization
- direct privacy
- Contact emails
Subdomains
19 observed subdomains of apps2you.com.
Showing 18 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from apps2you.com in the public web crawl.
8 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for apps2you.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from apps2you.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apps2you.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.