Hostname
pugh.be
Last fetched
pugh.be resolves to 1 IPv4 address operated by AS50474 in FR. WHOIS lists registrar:clearmedia nv as the registrar.
Nutrition Label
Resolution chain
pugh.be resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.234.162.103 | 109.234.162.0/24 | AS50474 | — | FR |
WHOIS identity
- Registrar
- registrar:clearmedia nv
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of pugh.be.
Web-graph footprint
Distinct hostnames that link to or from pugh.be in the public web crawl.
11 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for pugh.be.
| Mechanism | Target |
|---|---|
| SPF_A | pugh.be |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.234.162.103 |
| SPF_IP | 52.28.135.238 |
| SPF_IP | 54.75.129.225 |
| SPF_IP | 9.125.5.172 |
| SPF_IP | 91.198.243.226 |
| SPF_MX | pugh.be |
Related pages
Pivot deeper into the graph from pugh.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pugh.be"})-[: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.