Hostname
p-ing.net
Last fetched
p-ing.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
p-ing.net 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:433
- Organization
- anouar maiz
- Contact emails
Subdomains
21 observed subdomains of p-ing.net.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for p-ing.net.
| Mechanism | Target |
|---|---|
| SPF_A | p-ing.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 142.250.150.26/32 |
| SPF_IP | 142.251.9.27/32 |
| SPF_IP | 178.33.122.21 |
| SPF_IP | 188.165.35.180 |
| SPF_IP | 217.182.66.32 |
| SPF_IP | 37.187.155.95 |
| SPF_IP | 46.105.76.83 |
| SPF_IP | 5.135.30.173/32 |
| SPF_IP | 87.98.145.44 |
| SPF_IP | 87.98.155.166 |
| SPF_IP | 91.121.40.145 |
| SPF_IP | 94.23.251.160 |
| SPF_MX | p-ing.net |
Related pages
Pivot deeper into the graph from p-ing.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "p-ing.net"})-[: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.