Hostname
git.yathit.com
Last fetched
git.yathit.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
git.yathit.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.166.143.48 | 185.166.143.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 185.166.143.49 | 185.166.143.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 185.166.143.50 | 185.166.143.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with git.yathit.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from git.yathit.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for git.yathit.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.yathit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "git.yathit.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.