Hostname
info.secureworks.com
Last fetched
info.secureworks.com resolves to 1 IPv4 address operated by CENTURYLINK-LEGACY-SAVVIS - CenturyLink Communications, LLC in US.
Nutrition Label
Resolution chain
info.secureworks.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 |
|---|---|---|---|---|
| 165.193.47.13 | 165.193.32.0/19 | AS3561 | CENTURYLINK-LEGACY-SAVVIS - CenturyLink Communications, LLC | US |
WHOIS identity
No WHOIS records are currently associated with info.secureworks.com in WhisperGraph.
Subdomains
1 observed subdomain of info.secureworks.com.
| Subdomain |
|---|
| mx2.info.secureworks.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for info.secureworks.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | vtrnz.com |
| SPF_IP | 12.146.232.15 |
| SPF_IP | 129.41.69.95 |
| SPF_IP | 129.41.98.93 |
| SPF_IP | 207.36.213.9 |
| SPF_IP | 216.177.68.20/30 |
| SPF_IP | 216.177.68.24 |
| SPF_IP | 65.114.32.0/23 |
Related pages
Pivot deeper into the graph from info.secureworks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "info.secureworks.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.