Hostname
scadacore.com
Last fetched
scadacore.com resolves to 2 IPv4 addresses operated by AS16276 in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
scadacore.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 142.44.144.1 | 142.44.128.0/17 | AS16276 | — | CA |
| 50.116.103.193 | 50.116.96.0/21 | AS19871 | NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
20 observed subdomains of scadacore.com.
Web-graph footprint
Distinct hostnames that link to or from scadacore.com in the public web crawl.
144 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for scadacore.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.safewebservices.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.44.144.1 |
| SPF_IP | 50.100.8.34 |
| SPF_IP | 50.116.103.193 |
Related pages
Pivot deeper into the graph from scadacore.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scadacore.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.