Hostname
dhitech.co.kr
Last fetched
dhitech.co.kr resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in GB. WHOIS lists registrar:(?)??? as the registrar.
Nutrition Label
Resolution chain
dhitech.co.kr 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 |
|---|---|---|---|---|
| 45.60.160.81 | 45.60.160.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
| 45.60.168.81 | 45.60.168.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
- Registrar
- registrar:(?)???
- Organization
- ???? ?????
- Contact emails
- —
Subdomains
8 observed subdomains of dhitech.co.kr.
Web-graph footprint
Distinct hostnames that link to or from dhitech.co.kr in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for dhitech.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.britymail.com |
| SPF_INCLUDE | spf-us.tmes.trendmicro.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 121.166.157.113 |
| SPF_IP | 121.166.157.174 |
| SPF_IP | 121.166.157.250 |
Related pages
Pivot deeper into the graph from dhitech.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dhitech.co.kr"})-[: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.