Hostname
gall.nl
Last fetched
gall.nl resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in GB. WHOIS lists registrar:kpn as the registrar.
Nutrition Label
Resolution chain
gall.nl resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.19.248.132 | 2.19.248.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 2.19.248.138 | 2.19.248.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 23.206.197.83 | 23.206.197.0/24 | AS20940 | AKAMAI-ASN1 | AE |
| 23.206.197.83 | 23.206.197.0/24 | AS20940 | AKAMAI-ASN1 | AE |
| 23.206.197.97 | 23.206.197.0/24 | AS20940 | AKAMAI-ASN1 | AE |
| 23.206.197.97 | 23.206.197.0/24 | AS20940 | AKAMAI-ASN1 | AE |
| 23.212.110.113 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.67 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.33.42.133 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.42.152 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.36.162.198 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.200 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- registrar:kpn
- Organization
- —
- Contact emails
- —
Subdomains
54 observed subdomains of gall.nl.
Showing 25 of 54. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gall.nl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for gall.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc57.sapsf.eu |
| SPF_INCLUDE | _spf.gall.nl |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | outmail.hireserve.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.workfront.com |
Related pages
Pivot deeper into the graph from gall.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gall.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.