Hostname
petrebels.com
Last fetched
petrebels.com resolves to 2 IPv4 addresses operated by SIMPLYTRANSIT in GB. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
petrebels.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 |
|---|---|---|---|---|
| 85.234.151.248 | 85.234.128.0/19 | AS29550 | SIMPLYTRANSIT | GB |
| 92.48.108.115 | 92.48.64.0/18 | AS29550 | SIMPLYTRANSIT | GB |
WHOIS identity
- Registrar
- iana:839
- Organization
- d steenbakkers
- Contact emails
Subdomains
9 observed subdomains of petrebels.com.
Web-graph footprint
Distinct hostnames that link to or from petrebels.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for petrebels.com.
| Mechanism | Target |
|---|---|
| SPF_A | petrebels.com |
| SPF_A | smtp.uniserver.nl |
| SPF_A | vs1113.uniserver.nl |
| SPF_INCLUDE | _spf.exsilia.net |
| SPF_INCLUDE | klaviyo.com |
| SPF_INCLUDE | spf.petrebels.hypernode.io |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 83.143.186.248 |
| SPF_IP | 85.158.207.77 |
Related pages
Pivot deeper into the graph from petrebels.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "petrebels.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.