Hostname
alinea.com
Last fetched
alinea.com resolves to 4 IPv4 addresses operated by Online SAS in FR. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
alinea.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.154.68.55 | 195.154.0.0/16 | AS12876 | Online SAS | FR |
| 195.154.68.81 | 195.154.0.0/16 | AS12876 | Online SAS | FR |
| 51.159.130.232 | 51.158.0.0/15 | AS12876 | Online SAS | FR |
| 51.159.84.68 | 51.158.0.0/15 | AS12876 | Online SAS | FR |
WHOIS identity
- Registrar
- iana:269
- Organization
- alinea
- Contact emails
Subdomains
24 observed subdomains of alinea.com.
Web-graph footprint
Distinct hostnames that link to or from alinea.com in the public web crawl.
638 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for alinea.com.
| Mechanism | Target |
|---|---|
| SPF_A | production.eu01.alinea.demandware.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.cloud.vadesecure.com |
| SPF_IP | 194.145.1.33 |
| SPF_IP | 195.101.246.231 |
| SPF_IP | 212.99.91.198 |
| SPF_IP | 85.31.204.109/28 |
| SPF_MX | alinea.com |
Related pages
Pivot deeper into the graph from alinea.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alinea.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.