Hostname
extragroup.de
Last fetched
extragroup.de resolves to 1 IPv4 address operated by IP-PROJECTS in DE.
Nutrition Label
Resolution chain
extragroup.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 |
|---|---|---|---|---|
| 185.250.251.110 | 185.250.251.0/24 | AS48314 | IP-PROJECTS | DE |
WHOIS identity
No WHOIS records are currently associated with extragroup.de in WhisperGraph.
Subdomains
30 observed subdomains of extragroup.de.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from extragroup.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for extragroup.de.
| Mechanism | Target |
|---|---|
| SPF_A | extragroup.de |
| SPF_INCLUDE | 145448462.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 134.119.247.60 |
| SPF_IP | 185.250.251.110 |
| SPF_IP | 217.89.39.139 |
| SPF_IP | 87.128.168.50 |
| SPF_IP | 92.50.76.162 |
| SPF_MX | extragroup.de |
Related pages
Pivot deeper into the graph from extragroup.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "extragroup.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.