Hostname
f5.com
Last fetched
f5.com resolves to 1 IPv4 address operated by SPRINTHOST in NL. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
f5.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 |
|---|---|---|---|---|
| 159.60.134.0 | 159.60.128.0/20 | AS35280 | SPRINTHOST | NL |
WHOIS identity
- Registrar
- iana:299
- Organization
- dns admin
- Contact emails
Subdomains
147 observed subdomains of f5.com.
Showing 25 of 147. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from f5.com in the public web crawl.
5,395 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
29 SPF mechanisms authorising senders for f5.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc5801-97.iphmx.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.130.96.0/28 |
| SPF_IP | 104.219.104.14 |
| SPF_IP | 104.219.104.72 |
| SPF_IP | 104.219.105.14 |
| SPF_IP | 104.219.105.72 |
| SPF_IP | 104.219.106.14 |
| SPF_IP | 104.219.106.65 |
| SPF_IP | 104.219.107.14 |
| SPF_IP | 104.219.107.65 |
| SPF_IP | 146.20.112.0/26 |
| SPF_IP | 146.20.113.0/24 |
| SPF_IP | 146.20.191.0/24 |
| SPF_IP | 159.135.224.0/20 |
| SPF_IP | 166.78.68.0/22 |
| SPF_IP | 173.193.210.32/27 |
| SPF_IP | 174.37.226.64/27 |
| SPF_IP | 184.173.105.0/24 |
| SPF_IP | 184.173.153.0/24 |
| SPF_IP | 192.237.158.0/23 |
| SPF_IP | 198.61.254.0/23 |
| SPF_IP | 208.43.239.136/30 |
| SPF_IP | 209.61.151.0/24 |
| SPF_IP | 23.253.182.0/23 |
| SPF_IP | 50.23.218.192/27 |
| SPF_IP | 68.233.68.14/32 |
Related pages
Pivot deeper into the graph from f5.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "f5.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.