Hostname
event.1242.com
Last fetched
event.1242.com resolves to 4 IPv4 addresses operated by GIGAINFRA SoftBank Corp. in JP.
Nutrition Label
Resolution chain
event.1242.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 101.102.235.60 | 101.102.128.0/17 | AS17676 | GIGAINFRA SoftBank Corp. | JP |
| 101.102.235.61 | 101.102.128.0/17 | AS17676 | GIGAINFRA SoftBank Corp. | JP |
| 111.108.184.71 | 111.108.0.0/16 | AS2516 | KDDI KDDI CORPORATION | JP |
| 111.108.184.72 | 111.108.0.0/16 | AS2516 | KDDI KDDI CORPORATION | JP |
WHOIS identity
No WHOIS records are currently associated with event.1242.com in WhisperGraph.
Subdomains
2 observed subdomains of event.1242.com.
Web-graph footprint
Distinct hostnames that link to or from event.1242.com in the public web crawl.
489 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from event.1242.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "event.1242.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.