Hostname
masltd.com
Last fetched
masltd.com resolves to 2 IPv4 addresses operated by AS52148 in GB. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
masltd.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 |
|---|---|---|---|---|
| 91.238.162.164 | 91.238.160.0/22 | AS52148 | — | GB |
| 185.73.11.159 | 185.73.11.0/24 | AS52148 | — | GB |
WHOIS identity
- Registrar
- iana:48
- Organization
- mechanical air supplies
- Contact emails
Subdomains
3 observed subdomains of masltd.com.
Web-graph footprint
Distinct hostnames that link to or from masltd.com in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for masltd.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.mta.spf.extendcp.co.uk |
| SPF_EXISTS | %{i}.web.spf.extendcp.co.uk |
| SPF_INCLUDE | adatum.com |
| SPF_INCLUDE | soverin.net |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendingservice.net |
| SPF_IP | 79.170.40.84/32 |
| SPF_IP | 91.238.162.164 |
| SPF_MX | masltd.com |
Related pages
Pivot deeper into the graph from masltd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "masltd.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.