Hostname
sarpsborg.com
Last fetched
sarpsborg.com resolves to 1 IPv4 address operated by GLOBALCONNECT-AS2116 in NO.
Nutrition Label
Resolution chain
sarpsborg.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 |
|---|---|---|---|---|
| 77.88.119.78 | 77.88.64.0/18 | AS2116 | GLOBALCONNECT-AS2116 | NO |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from sarpsborg.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for sarpsborg.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf00.sarpsborg.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 161.71.6.225 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 194.19.74.242 |
| SPF_IP | 198.21.0.0/21 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 51.4.72.0/24 |
| SPF_IP | 51.4.80.0/27 |
| SPF_IP | 51.5.72.0/24 |
| SPF_IP | 51.5.80.0/27 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 77.40.156.8 |
| SPF_IP | 77.40.237.246/32 |
| SPF_IP | 77.88.119.83 |
Related pages
Pivot deeper into the graph from sarpsborg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sarpsborg.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.