Skip to content

Hostname

vectron.de

Last fetched

vectron.de resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · vectron.deRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/vectron.de

Resolution chain

vectron.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.28.204104.21.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
135.125.169.171135.125.128.0/17AS16276DE
172.67.147.145172.67.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with vectron.de in WhisperGraph.

Subdomains

30 observed subdomains of vectron.de.

Web-graph footprint

Distinct hostnames that link to or from vectron.de in the public web crawl.

33 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for vectron.de.

MechanismTarget
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEmailing.eqs.com
SPF_INCLUDEspf.crsend.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEstspg-customer.com
SPF_IP194.39.236.76
SPF_IP194.39.236.80
SPF_IP195.201.4.105
SPF_IP217.160.184.254
SPF_IP85.215.3.250
SPF_IP91.102.14.10/32
SPF_IP91.102.14.20/32
SPF_IP91.102.14.30/32
SPF_MXvectron.de

Related pages

Pivot deeper into the graph from vectron.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "vectron.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.