Skip to content

Hostname

robot.co.kr

Last fetched

robot.co.kr resolves to 6 IPv4 addresses operated by AS4766 in KR. WHOIS lists registrar:(?)???? as the registrar.

Nutrition Label

WHISPER CANON · robot.co.krRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.0/10canon.whisper.security/host/robot.co.kr

Resolution chain

robot.co.kr resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
registrar:(?)????
Organization
????
Contact emails

Subdomains

5 observed subdomains of robot.co.kr.

Web-graph footprint

Distinct hostnames that link to or from robot.co.kr in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • robot.co.kr

SPF policy

4 SPF mechanisms authorising senders for robot.co.kr.

MechanismTarget
SPF_Arobot.co.kr
SPF_INCLUDEcafe24.com
SPF_IP222.122.39.146
SPF_MXrobot.co.kr

Related pages

Pivot deeper into the graph from robot.co.kr.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "robot.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.