Hostname
switchworks.ca
Last fetched
switchworks.ca resolves to 2 IPv4 addresses operated by DKMC-BGP-DECATUR-GEORGIA-JUNE2004 - Dekalb Medical Center in CA.
Nutrition Label
Resolution chain
switchworks.ca 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 |
|---|---|---|---|---|
| 199.27.180.151 | 199.27.180.0/24 | AS32678 | DKMC-BGP-DECATUR-GEORGIA-JUNE2004 - Dekalb Medical Center | CA |
| 204.15.190.150 | 204.15.184.0/21 | AS398649 | STERICOMSOL - STERICYCLE, INC. | CA |
WHOIS identity
No WHOIS records are currently associated with switchworks.ca in WhisperGraph.
Subdomains
2 observed subdomains of switchworks.ca.
Web-graph footprint
Distinct hostnames that link to or from switchworks.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for switchworks.ca.
| Mechanism | Target |
|---|---|
| SPF_A | switchworks.ca |
| SPF_INCLUDE | _spf.hostedemail.com |
| SPF_MX | switchworks.ca |
Related pages
Pivot deeper into the graph from switchworks.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "switchworks.ca"})-[: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.