Skip to content

Hostname

ops.lineate.com

Last fetched

ops.lineate.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · ops.lineate.comRouting diversity1.5/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/ops.lineate.com

Resolution chain

ops.lineate.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.20.1.3052.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with ops.lineate.com in WhisperGraph.

Subdomains

3 observed subdomains of ops.lineate.com.

Threat posture

History

Mail and authentication

MX records

  • ops.lineate.com

SPF policy

3 SPF mechanisms authorising senders for ops.lineate.com.

MechanismTarget
SPF_Aops.lineate.com
SPF_IP52.20.1.30
SPF_MXops.lineate.com

Related pages

Pivot deeper into the graph from ops.lineate.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ops.lineate.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.