Hostname
lms.com
Last fetched
lms.com resolves to 1 IPv4 address operated by AS197898 in GB. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
lms.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 |
|---|---|---|---|---|
| 185.98.179.24 | 185.98.178.0/23 | AS197898 | — | GB |
WHOIS identity
- Registrar
- iana:113
- Organization
- legal marketing services
- Contact emails
Subdomains
34 observed subdomains of lms.com.
Web-graph footprint
Distinct hostnames that link to or from lms.com in the public web crawl.
42 sites link to this hostname.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for lms.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | emaileuc.freshservice.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.58.84.0/22 |
| SPF_IP | 185.98.179.1/24 |
| SPF_IP | 195.130.217.0/24 |
| SPF_IP | 91.220.42.0/24 |
Related pages
Pivot deeper into the graph from lms.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lms.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.