Hostname
unicef.de
Last fetched
unicef.de resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
unicef.de 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 |
|---|---|---|---|---|
| 20.234.190.90 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
No WHOIS records are currently associated with unicef.de in WhisperGraph.
Subdomains
241 observed subdomains of unicef.de.
Showing 25 of 241. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from unicef.de in the public web crawl.
3,928 sites link to this hostname.
455 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
27 SPF mechanisms authorising senders for unicef.de.
| Mechanism | Target |
|---|---|
| SPF_A | unicef.de |
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.zimpel.de |
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.151.192.0/23 |
| SPF_IP | 176.52.242.132 |
| SPF_IP | 178.63.165.160/28 |
| SPF_IP | 178.63.169.208/28 |
| SPF_IP | 178.77.81.103 |
| SPF_IP | 185.12.80.0/22 |
| SPF_IP | 188.172.128.0/20 |
| SPF_IP | 192.161.144.0/20 |
| SPF_IP | 193.201.168.170 |
| SPF_IP | 193.201.168.171 |
| SPF_IP | 193.201.168.38/32 |
| SPF_IP | 216.198.0.0/18 |
| SPF_IP | 46.4.145.64/28 |
| SPF_IP | 77.75.252.121 |
| SPF_IP | 80.237.138.0/24 |
| SPF_IP | 85.25.89.5/32 |
| SPF_IP | 88.198.181.208/28 |
| SPF_IP | 88.198.249.64/28 |
| SPF_IP | 88.198.96.0/27 |
| SPF_MX | unicef.de |
Related pages
Pivot deeper into the graph from unicef.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "unicef.de"})-[: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.