Hostname
funnyphp.com
Last fetched
funnyphp.com resolves to 2 IPv4 addresses operated by RDM in RU. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
funnyphp.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.8.192.126 | 141.8.192.0/24 | AS35278 | RDM | RU |
| 141.8.192.36 | 141.8.192.0/24 | AS35278 | RDM | RU |
WHOIS identity
- Registrar
- iana:82
- Organization
- fen mao
- Contact emails
Subdomains
2 observed subdomains of funnyphp.com.
| Subdomain |
|---|
| mail.funnyphp.com |
| www.funnyphp.com |
Web-graph footprint
Distinct hostnames that link to or from funnyphp.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for funnyphp.com.
| Mechanism | Target |
|---|---|
| SPF_A | funnyphp.com |
| SPF_IP | 141.8.192.126 |
| SPF_IP | 2a0a:2b42:8:2f5:0:0:0:0 |
| SPF_MX | funnyphp.com |
Related pages
Pivot deeper into the graph from funnyphp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "funnyphp.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.