Hostname
elitigation.sg
Last fetched
elitigation.sg resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
elitigation.sg 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 |
|---|---|---|---|---|
| 13.251.236.146 | 13.250.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.138.199.112 | 18.138.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with elitigation.sg in WhisperGraph.
Subdomains
18 observed subdomains of elitigation.sg.
Web-graph footprint
Distinct hostnames that link to or from elitigation.sg in the public web crawl.
343 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for elitigation.sg.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.company.com |
| SPF_INCLUDE | gpc.gov.sg |
| SPF_IP | 160.96.108.0/27 |
| SPF_IP | 160.96.109.0/27 |
| SPF_IP | 160.96.124.0/27 |
| SPF_IP | 160.96.125.0/27 |
| SPF_IP | 210.56.135.98/29 |
Related pages
Pivot deeper into the graph from elitigation.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elitigation.sg"})-[: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.