Hostname
aystechsolutions.com
Last fetched
aystechsolutions.com resolves to 1 IPv4 address operated by AS47583 in IN. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
aystechsolutions.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 |
|---|---|---|---|---|
| 147.93.17.16 | 147.93.16.0/20 | AS47583 | — | IN |
WHOIS identity
- Registrar
- iana:839
- Organization
- c/o whoisproxy.com
- Contact emails
- aystechsolutions.com@shieldwhois.com
- danymorales17@gmail.com
- 1da03a1b2b045442939cdb8123cc886d5baf0348980ec8a8586ffdb3c913bc1a@aystechsolutions.com.whoisproxy.org
- 5af92ee5a81b6344d4f1e7a8212fa02401b2553d0936ac0518cd6ff02ef5a7fd@aystechsolutions.com.whoisproxy.org
- 9172d1deb414095dc88718118a15961268df2fe9da60a6e9397379a9740f8406@aystechsolutions.com.whoisproxy.org
- 925896b30af671737c4f35b6f6ab0c3551014b851ddb0b9a5329867186e95cb7@aystechsolutions.com.whoisproxy.org
- bc4b0a8e2f9a6d97a379433d467767f472866f905a1e5a06ec1adc624684f8bb@aystechsolutions.com.whoisproxy.org
- c7168ce03793575e6c2bee072fec7e0073cf199fe36466f888ebfc3a97fa60ee@aystechsolutions.com.whoisproxy.org
- cfab3d2526d96c8285bdaa3e2bba4757259608b64e8d4adbce23f8daf12dfb87@aystechsolutions.com.whoisproxy.org
Subdomains
1 observed subdomain of aystechsolutions.com.
| Subdomain |
|---|
| www.aystechsolutions.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for aystechsolutions.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
Related pages
Pivot deeper into the graph from aystechsolutions.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aystechsolutions.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.