Hostname
feng.com
Last fetched
feng.com resolves to 4 IPv4 addresses operated by MODAC in SG. WHOIS lists iana:1556 as the registrar.
Nutrition Label
Resolution chain
feng.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 |
|---|---|---|---|---|
| 156.225.108.42 | 156.225.108.0/24 | AS139057 | MODAC | SG |
| 156.225.108.43 | 156.225.108.0/24 | AS139057 | MODAC | SG |
| 156.225.108.44 | 156.225.108.0/24 | AS139057 | MODAC | SG |
| 61.147.99.45 | 61.147.99.0/24 | AS137697 | ITG | CN |
WHOIS identity
- Registrar
- iana:1556
- Organization
- contact privacy inc. customer 0131106705
- Contact emails
Subdomains
8 observed subdomains of feng.com.
Web-graph footprint
Distinct hostnames that link to or from feng.com in the public web crawl.
432 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for feng.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from feng.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "feng.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.