Hostname
aidgears.com
Last fetched
aidgears.com resolves to 2 IPv4 addresses operated by AS141995 in SG. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
aidgears.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.26.137.15 | 154.26.136.0/21 | AS141995 | — | SG |
| 173.249.43.239 | 173.249.42.0/23 | AS51167 | — | DE |
WHOIS identity
- Registrar
- iana:69
- Organization
- domain admin
- Contact emails
Subdomains
6 observed subdomains of aidgears.com.
Web-graph footprint
Distinct hostnames that link to or from aidgears.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for aidgears.com.
| Mechanism | Target |
|---|---|
| SPF_A | aidgears.com |
| SPF_A | vmi1197455.contaboserver.net |
| SPF_MX | aidgears.com |
Related pages
Pivot deeper into the graph from aidgears.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aidgears.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.