Hostname
lasers.work
Last fetched
lasers.work resolves to 2 IPv4 addresses operated by AS47583 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
lasers.work 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 |
|---|---|---|---|---|
| 191.101.79.8 | 191.101.79.0/24 | AS47583 | — | US |
| 192.250.227.25 | 192.250.227.0/24 | AS36454 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- david cohen
- Contact emails
Subdomains
7 observed subdomains of lasers.work.
Web-graph footprint
Distinct hostnames that link to or from lasers.work in the public web crawl.
83 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for lasers.work.
| Mechanism | Target |
|---|---|
| SPF_A | lasers.work |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 192.250.227.25 |
| SPF_IP | 198.38.82.252 |
| SPF_MX | lasers.work |
Related pages
Pivot deeper into the graph from lasers.work.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lasers.work"})-[: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.