Hostname
lightworks.co.jp
Last fetched
lightworks.co.jp resolves to 1 IPv4 address operated by AS7684 in JP.
Nutrition Label
Resolution chain
lightworks.co.jp 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 |
|---|---|---|---|---|
| 133.125.28.170 | 133.125.0.0/16 | AS7684 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- lightworks corporation
- Contact emails
- —
Subdomains
5 observed subdomains of lightworks.co.jp.
Web-graph footprint
Distinct hostnames that link to or from lightworks.co.jp in the public web crawl.
140 sites link to this hostname.
208 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for lightworks.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.google.com |
| SPF_INCLUDE | _netblocks2.google.com |
| SPF_INCLUDE | _netblocks3.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.baremetal.jp |
| SPF_INCLUDE | spf.mta.hdems.com |
| SPF_IP | 113.39.72.0/24 |
| SPF_IP | 114.147.131.251 |
| SPF_IP | 122.210.0.88 |
| SPF_IP | 122.248.237.234 |
| SPF_IP | 202.144.226.188 |
| SPF_IP | 211.8.26.0/24 |
| SPF_IP | 219.106.232.0/24 |
| SPF_IP | 221.116.241.37 |
| SPF_IP | 54.254.106.141 |
Related pages
Pivot deeper into the graph from lightworks.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lightworks.co.jp"})-[: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.