Hostname
www.traffics.de
Last fetched
www.traffics.de resolves to 1 IPv4 address operated by AS48360 in DE.
Nutrition Label
Resolution chain
www.traffics.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.77.104.150 | 185.77.104.0/22 | AS48360 | — | DE |
WHOIS identity
No WHOIS records are currently associated with www.traffics.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for www.traffics.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.traffics-switch.de |
| SPF_A | mx01.office.traffics-switch.de |
| SPF_A | mx01.traffics-switch.de |
| SPF_A | nagios3.traffics-switch.de |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.strato.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.9.154.19/24 |
| SPF_IP | 185.77.104.0/24 |
| SPF_IP | 213.61.128.24/29 |
| SPF_IP | 80.81.244.0/24 |
Related pages
Pivot deeper into the graph from www.traffics.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.traffics.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.