Hostname
wbfsh.com
Last fetched
wbfsh.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
wbfsh.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 |
|---|---|---|---|---|
| 13.134.90.187 | 13.134.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.135.79.3 | 13.134.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.11.173.166 | 3.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.8.68.198 | 3.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:83
- Organization
- j.h. knaap
- Contact emails
Subdomains
5 observed subdomains of wbfsh.com.
Web-graph footprint
Distinct hostnames that link to or from wbfsh.com in the public web crawl.
115 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for wbfsh.com.
| Mechanism | Target |
|---|---|
| SPF_A | wbfsh.com |
| SPF_INCLUDE | _spf.livemail.co.uk |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 213.171.216.0/24 |
| SPF_IP | 77.68.64.0/27 |
| SPF_MX | wbfsh.com |
Related pages
Pivot deeper into the graph from wbfsh.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wbfsh.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.