Hostname
flowgrade.de
Last fetched
flowgrade.de resolves to 2 IPv4 addresses operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
flowgrade.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.88.95.212 | 23.88.0.0/17 | AS24940 | HETZNER-AS | DE |
| 3.13.222.255 | 3.13.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with flowgrade.de in WhisperGraph.
Subdomains
24 observed subdomains of flowgrade.de.
Showing 22 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from flowgrade.de in the public web crawl.
197 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for flowgrade.de.
| Mechanism | Target |
|---|---|
| SPF_A | flowgrade.de |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 193.96.188.0/24 |
| SPF_MX | flowgrade.de |
Related pages
Pivot deeper into the graph from flowgrade.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flowgrade.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.