Hostname
albertfried.com
Last fetched
albertfried.com resolves to 4 IPv4 addresses operated by AS20940 in HK. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
albertfried.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.244.32 | 2.16.244.0/24 | AS20940 | — | HK |
| 2.16.244.49 | 2.16.244.0/24 | AS20940 | — | HK |
| 23.44.203.68 | 23.44.203.0/24 | AS20940 | — | US |
| 23.44.203.70 | 23.44.203.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- albert fried &
- Contact emails
Subdomains
3 observed subdomains of albertfried.com.
Showing 2 of 3. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from albertfried.com in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for albertfried.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.205.0.0/16 |
| SPF_IP | 206.191.224.0/19 |
| SPF_IP | 23.103.224.0/19 |
| SPF_IP | 40.103.0.0/16 |
Related pages
Pivot deeper into the graph from albertfried.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "albertfried.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.