Hostname
job2299.com
Last fetched
job2299.com resolves to 3 IPv4 addresses operated by AS58543 in CN. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
job2299.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.212.49.47 | 103.212.49.0/24 | AS58543 | — | CN |
| 45.192.101.81 | 45.192.96.0/21 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 58.253.64.174 | 58.248.0.0/13 | AS17816 | — | CN |
WHOIS identity
- Registrar
- iana:120
- Organization
- guangdong hui miao
- Contact emails
Subdomains
15 observed subdomains of job2299.com.
Web-graph footprint
Distinct hostnames that link to or from job2299.com in the public web crawl.
17 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for job2299.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from job2299.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "job2299.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.