Hostname
comtim.ro
Last fetched
comtim.ro resolves to 1 IPv4 address operated by AS5606 in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
comtim.ro 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 |
|---|---|---|---|---|
| 93.115.114.32 | 93.115.112.0/21 | AS5606 | — | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of comtim.ro.
Web-graph footprint
Distinct hostnames that link to or from comtim.ro in the public web crawl.
13 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for comtim.ro.
| Mechanism | Target |
|---|---|
| SPF_A | comtim.ro |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | direkthost.net |
| SPF_INCLUDE | spf-00975d01.pphosted.com |
| SPF_INCLUDE | spf-uk.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.163.109.99/32 |
| SPF_IP | 195.78.88.10/32 |
| SPF_IP | 65.108.96.162/32 |
Related pages
Pivot deeper into the graph from comtim.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comtim.ro"})-[: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.