Hostname
flextec-group.com
Last fetched
flextec-group.com resolves to 2 IPv4 addresses operated by AS201094 in UA. WHOIS lists iana:1112 as the registrar.
Nutrition Label
Resolution chain
flextec-group.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 |
|---|---|---|---|---|
| 185.86.77.240 | 185.86.76.0/22 | AS201094 | — | UA |
| 45.129.98.4 | 45.129.98.0/24 | AS201094 | — | UA |
WHOIS identity
- Registrar
- iana:1112
- Organization
- richard ross
- Contact emails
Subdomains
1 observed subdomain of flextec-group.com.
| Subdomain |
|---|
| www.flextec-group.com |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from flextec-group.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flextec-group.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.