Hostname
git.csitoday.com
Last fetched
git.csitoday.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
git.csitoday.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.192.140.24 | 104.192.140.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 104.192.140.25 | 104.192.140.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 104.192.140.26 | 104.192.140.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 104.192.142.24 | 104.192.142.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 104.192.142.25 | 104.192.142.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 104.192.142.26 | 104.192.142.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with git.csitoday.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for git.csitoday.com.
| Mechanism | Target |
|---|---|
| SPF_A | 001.lax.mailroute.net |
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | atlassian.mail.e.sparkpost.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 167.89.37.79/32 |
| SPF_IP | 167.89.38.16/32 |
| SPF_IP | 167.89.38.188/32 |
| SPF_IP | 167.89.38.218/32 |
| SPF_IP | 167.89.90.3/32 |
Related pages
Pivot deeper into the graph from git.csitoday.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "git.csitoday.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.