Hostname
newlinegroup.de
Last fetched
newlinegroup.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
newlinegroup.de 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 |
|---|---|---|---|---|
| 13.32.164.3 | 13.32.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.164.49 | 13.32.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.164.92 | 13.32.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.164.95 | 13.32.164.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.174.255.112 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.12 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.84 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.92 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with newlinegroup.de in WhisperGraph.
Subdomains
8 observed subdomains of newlinegroup.de.
Web-graph footprint
Distinct hostnames that link to or from newlinegroup.de in the public web crawl.
11 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for newlinegroup.de.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc6723-68.iphmx.com |
| SPF_INCLUDE | service-now.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 13.82.15.120/31 |
| SPF_IP | 161.38.251.0/24 |
| SPF_IP | 20.80.224.36/30 |
| SPF_IP | 208.215.188.0/24 |
| SPF_IP | 47.19.109.0/24 |
| SPF_IP | 52.147.202.188/32 |
| SPF_MX | newlinegroup.de |
Related pages
Pivot deeper into the graph from newlinegroup.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "newlinegroup.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.