Hostname
thales.ma
Last fetched
thales.ma resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in NL. WHOIS lists iana:124307 as the registrar.
Nutrition Label
Resolution chain
thales.ma 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 |
|---|---|---|---|---|
| 159.8.122.152 | 159.8.64.0/18 | AS36351 | SOFTLAYER - IBM Cloud | NL |
| 72.62.19.4 | 72.62.16.0/20 | AS47583 | — | FR |
WHOIS identity
- Registrar
- iana:124307
- Organization
- thal?s informatique
- Contact emails
Subdomains
16 observed subdomains of thales.ma.
Web-graph footprint
Distinct hostnames that link to or from thales.ma in the public web crawl.
5 sites link to this hostname.
92 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for thales.ma.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.etarget-emailing.com |
| SPF_INCLUDE | serveur125.heberjahiz.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.8.122.152 |
Related pages
Pivot deeper into the graph from thales.ma.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thales.ma"})-[: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.