Hostname
scholt.com
Last fetched
scholt.com resolves to 3 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
scholt.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.60.103.136 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.36 | 199.60.103.0/24 | AS209242 | — | US |
| 52.178.105.179 | 52.160.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- scholt energy holding n.v.
- Contact emails
Subdomains
46 observed subdomains of scholt.com.
Showing 25 of 46. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from scholt.com in the public web crawl.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for scholt.com.
| Mechanism | Target |
|---|---|
| SPF_A | scholt.com |
| SPF_INCLUDE | _spf.dreamsolution.nl |
| SPF_INCLUDE | essprod0.templafy-ess.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 20.61.145.119/32 |
| SPF_IP | 81.173.65.209 |
| SPF_MX | mx1.scholt.nl |
| SPF_MX | scholt.com |
Related pages
Pivot deeper into the graph from scholt.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scholt.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.