Hostname
slec.org.sg
Last fetched
slec.org.sg resolves to 1 IPv4 address operated by AS16276 in SG.
Nutrition Label
Resolution chain
slec.org.sg resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.235.232.244 | 15.235.128.0/17 | AS16276 | — | SG |
WHOIS identity
No WHOIS records are currently associated with slec.org.sg in WhisperGraph.
Subdomains
36 observed subdomains of slec.org.sg.
Showing 22 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from slec.org.sg in the public web crawl.
43 sites link to this hostname.
36 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for slec.org.sg.
| Mechanism | Target |
|---|---|
| SPF_A | slec.org.sg |
| SPF_INCLUDE | click-send.net |
| SPF_INCLUDE | online-send.com |
| SPF_INCLUDE | pm.mtasv.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.ess.au.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 110.234.20.73 |
| SPF_IP | 45.64.128.251 |
| SPF_MX | slec.org.sg |
Related pages
Pivot deeper into the graph from slec.org.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "slec.org.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.