Hostname
patgrid.be
Last fetched
patgrid.be resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
patgrid.be resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.204.68.16 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.68.3 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.68.34 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.68.98 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.169.252.10 | 3.169.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.252.2 | 3.169.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.252.37 | 3.169.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.252.59 | 3.169.252.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with patgrid.be in WhisperGraph.
Subdomains
1 observed subdomain of patgrid.be.
| Subdomain |
|---|
| www.patgrid.be |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for patgrid.be.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from patgrid.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "patgrid.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.