Hostname
sysdig.com
Last fetched
sysdig.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
sysdig.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.245.31.124 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.19 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.28 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.70 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:81
- Organization
- christopher crane
- Contact emails
- 0cb9f591cd7f3670dad72cf68dccd943-15346053@contact.gandi.net
- 4cc0a1de190b11843e1f7d09fbc784dd-2061565@contact.gandi.net
- 708e8936777855de227c09751b8a82f5-2061565@contact.gandi.net
- 89c8d87cd625971095210e0ed8e142dc-15346053@contact.gandi.net
- d07e6bf873330b61a8e5929decee006c-2061565@contact.gandi.net
- e90a05e9428e3252d11499e00fea7fe2-15346053@contact.gandi.net
- f63eeb797f26f0ea49a3afadcd77c181-2061565@contact.gandi.net
Subdomains
55 observed subdomains of sysdig.com.
Showing 25 of 55. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sysdig.com in the public web crawl.
1,905 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for sysdig.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.mptx.jp |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
Related pages
Pivot deeper into the graph from sysdig.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sysdig.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.