Hostname
mail.netcom-soft.com
Last fetched
mail.netcom-soft.com resolves to 6 IPv4 addresses operated by ASTURKNET in TR.
Nutrition Label
Resolution chain
mail.netcom-soft.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 |
|---|---|---|---|---|
| 159.146.44.134 | 159.146.44.0/24 | AS12735 | ASTURKNET | TR |
| 185.198.199.67 | 185.198.199.0/24 | AS51540 | ASN-AUIS-NET | TR |
| 188.119.51.226 | 188.119.51.0/24 | AS12735 | ASTURKNET | TR |
| 188.132.148.228 | 188.132.148.0/24 | AS42910 | COMMUNITYDNS | TR |
| 46.31.147.195 | 46.31.147.0/24 | AS51540 | ASN-AUIS-NET | TR |
| 77.92.139.213 | 77.92.139.0/24 | AS42910 | COMMUNITYDNS | TR |
WHOIS identity
No WHOIS records are currently associated with mail.netcom-soft.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from mail.netcom-soft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.netcom-soft.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.