Hostname
tooscom.com
Last fetched
tooscom.com resolves to 2 IPv4 addresses operated by AS61173 in IR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
tooscom.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.116.163.71 | 185.116.163.0/24 | AS61173 | — | IR |
| 45.159.112.152 | 45.159.112.0/24 | AS61173 | — | IR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- dirk de bruin
- Contact emails
Subdomains
9 observed subdomains of tooscom.com.
Web-graph footprint
Distinct hostnames that link to or from tooscom.com in the public web crawl.
11 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- tooscom.com
SPF policy
3 SPF mechanisms authorising senders for tooscom.com.
| Mechanism | Target |
|---|---|
| SPF_A | tooscom.com |
| SPF_IP | 185.116.163.69 |
| SPF_MX | tooscom.com |
Related pages
Pivot deeper into the graph from tooscom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tooscom.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.