Hostname
mysoft.com.tr
Last fetched
mysoft.com.tr resolves to 1 IPv4 address operated by AS43352 in TR.
Nutrition Label
Resolution chain
mysoft.com.tr 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 |
|---|---|---|---|---|
| 37.9.200.164 | 37.9.200.0/24 | AS43352 | — | TR |
WHOIS identity
No WHOIS records are currently associated with mysoft.com.tr in WhisperGraph.
Subdomains
5 observed subdomains of mysoft.com.tr.
Web-graph footprint
Distinct hostnames that link to or from mysoft.com.tr in the public web crawl.
239 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for mysoft.com.tr.
| Mechanism | Target |
|---|---|
| SPF_A | mysoft.com.tr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.236.62.160/27 |
| SPF_IP | 188.132.180.34/29 |
| SPF_IP | 212.68.36.98/29 |
| SPF_IP | 31.210.48.186/29 |
| SPF_IP | 77.92.152.35/28 |
| SPF_IP | 78.135.113.146/29 |
| SPF_IP | 78.135.65.0/27 |
| SPF_MX | mysoft.com.tr |
Related pages
Pivot deeper into the graph from mysoft.com.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mysoft.com.tr"})-[: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.