Hostname
polish.flushmountledlighting.com
Last fetched
polish.flushmountledlighting.com resolves to 1 IPv4 address operated by SOFTLAYER - IBM Cloud in US.
Nutrition Label
Resolution chain
polish.flushmountledlighting.com 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 |
|---|---|---|---|---|
| 169.60.132.142 | 169.60.128.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
WHOIS identity
No WHOIS records are currently associated with polish.flushmountledlighting.com in WhisperGraph.
Subdomains
1 observed subdomain of polish.flushmountledlighting.com.
| Subdomain |
|---|
| m.polish.flushmountledlighting.com |
Web-graph footprint
Distinct hostnames that link to or from polish.flushmountledlighting.com in the public web crawl.
15 sites link to this hostname.
Sample inbound links
- flushmountledlighting.com
- arabic.flushmountledlighting.com
- dutch.flushmountledlighting.com
- french.flushmountledlighting.com
- german.flushmountledlighting.com
- greek.flushmountledlighting.com
- hindi.flushmountledlighting.com
- japanese.flushmountledlighting.com
- korean.flushmountledlighting.com
- persian.flushmountledlighting.com
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for polish.flushmountledlighting.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.163.com |
Related pages
Pivot deeper into the graph from polish.flushmountledlighting.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "polish.flushmountledlighting.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.