Hostname
guoman.com
Last fetched
guoman.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
guoman.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:292
- Organization
- domain manager
- Contact emails
Subdomains
12 observed subdomains of guoman.com.
Web-graph footprint
Distinct hostnames that link to or from guoman.com in the public web crawl.
345 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for guoman.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.travelclick.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_3a.oracleindustry.com |
| SPF_IP | 135.196.28.82 |
| SPF_IP | 193.155.1.0/24 |
| SPF_IP | 194.74.182.2 |
| SPF_IP | 195.171.243.105 |
| SPF_IP | 209.242.69.231/32 |
| SPF_IP | 212.21.107.22 |
| SPF_IP | 213.70.228.0/24 |
| SPF_IP | 216.117.108.0/24 |
| SPF_IP | 216.117.109.0/24 |
| SPF_IP | 216.117.110.0/24 |
| SPF_IP | 3.11.163.136 |
| SPF_IP | 3.11.78.214 |
| SPF_IP | 34.249.57.65 |
| SPF_IP | 34.253.247.49 |
| SPF_IP | 46.137.14.237 |
| SPF_IP | 52.215.60.193 |
| SPF_IP | 80.169.167.2 |
| SPF_IP | 83.244.151.0/24 |
| SPF_IP | 87.246.73.146/32 |
Related pages
Pivot deeper into the graph from guoman.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "guoman.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.