Hostname
www.gitp.nl
Last fetched
www.gitp.nl resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
www.gitp.nl 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 |
|---|---|---|---|---|
| 35.156.179.95 | 35.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with www.gitp.nl in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for www.gitp.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | eu.mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tribecrm.nl |
| SPF_INCLUDE | spfgitp.hrmlink.nl |
| SPF_IP | 23.97.226.153 |
| SPF_IP | 5.200.1.0/24 |
| SPF_IP | 52.232.47.121 |
| SPF_IP | 83.96.200.195 |
Related pages
Pivot deeper into the graph from www.gitp.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.gitp.nl"})-[: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.