Hostname
sf.siouxfalls.com
Last fetched
sf.siouxfalls.com resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.
Nutrition Label
Resolution chain
sf.siouxfalls.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.203.164.188 | 159.203.160.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
No WHOIS records are currently associated with sf.siouxfalls.com in WhisperGraph.
Subdomains
1 observed subdomain of sf.siouxfalls.com.
| Subdomain |
|---|
| www.sf.siouxfalls.com |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for sf.siouxfalls.com.
| Mechanism | Target |
|---|---|
| SPF_A | sf.siouxfalls.com |
| SPF_INCLUDE | relay1.weblinkinternational.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 208.88.241.160 |
| SPF_IP | 216.46.54.181 |
| SPF_IP | 24.111.9.82 |
| SPF_IP | 24.111.9.83 |
| SPF_IP | 24.111.9.85 |
| SPF_IP | 24.111.9.86 |
Related pages
Pivot deeper into the graph from sf.siouxfalls.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sf.siouxfalls.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.