Hostname
eu.spectrumbrands.com
Last fetched
eu.spectrumbrands.com resolves to 2 IPv4 addresses operated by SPECTRUM-BRANDS - Spectrum Brands, Inc. in US.
Nutrition Label
Resolution chain
eu.spectrumbrands.com 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 |
|---|---|---|---|---|
| 198.232.254.157 | 198.232.254.0/24 | AS21989 | SPECTRUM-BRANDS - Spectrum Brands, Inc. | US |
| 198.232.254.158 | 198.232.254.0/24 | AS21989 | SPECTRUM-BRANDS - Spectrum Brands, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with eu.spectrumbrands.com in WhisperGraph.
Subdomains
18 observed subdomains of eu.spectrumbrands.com.
Web-graph footprint
Distinct hostnames that link to or from eu.spectrumbrands.com in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for eu.spectrumbrands.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailcontrol.com |
| SPF_INCLUDE | spf.dedenet.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.232.254.21 |
| SPF_IP | 198.232.255.21 |
| SPF_IP | 45.157.40.61 |
| SPF_IP | 45.157.42.7 |
| SPF_IP | 46.37.181.80 |
| SPF_IP | 83.169.34.52 |
Related pages
Pivot deeper into the graph from eu.spectrumbrands.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eu.spectrumbrands.com"})-[: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.