> For the complete documentation index, see [llms.txt](https://docs.blusapphire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blusapphire.io/older-releases/10_active-defense-services/services-ads-liads.md).

# Services (ADS - LIADS)

### Overview

Active-Defense-Services (ADS) offers multiple Low-Interactive-Active-Defense-Services (LIADS) that emulate fake network protocols and services with basic functionality, in which advisories are limited in the way they interact.&#x20;

These are deployed in the network with the goal, that these services are never meant to be touched/interacted with, in the first place. In doing so - emulated services detect and log connection activities and alert the security team as an intrusion is attempted.&#x20;

ADS acts as an early-warning system by detecting and logging connection attempts, that may have passed you other security defenses or to catch internal threats.

### Types of ADS-LIADS

Following Low-Interactive-Active-Defense-Services (LIADS) services can be emulated, and can be configured further in terms of how they look in the network. These services have their own set of configurable options like Service Port, Banner, Version, HTTP-Template, Files/Folders, and Hostname. We recommend performing ADS-related OS-level activities with a non-root user or unprivileged account.

<table><thead><tr><th width="172">LIADS Service</th><th>Description</th></tr></thead><tbody><tr><td>SSH </td><td>Simulates Secure Shell (SSH) Service  </td></tr><tr><td>Telnet </td><td>Simulates Telnet Service </td></tr><tr><td>FTP </td><td>Simulates File Transfer Protocol </td></tr><tr><td>RDP </td><td>Simulates Remote Desktop Protocol (RDP) Service </td></tr><tr><td>SMB </td><td>Simulates SMB Protocol </td></tr><tr><td>MySQL </td><td>Simulates MySQL Service Protocol </td></tr><tr><td>MS-SQL </td><td>Simulates Microsoft SQL Service Protocol </td></tr><tr><td>Elastic Search </td><td>Simulates Elastic Search Service Node </td></tr><tr><td>VNC </td><td>Simulates VNC Protocol </td></tr><tr><td>GIT </td><td>Simulates GIT Service Protocol </td></tr><tr><td>REDIS </td><td>Simulates Redis Service Protocol </td></tr><tr><td>TFTP </td><td>Simulates Trivial File Transfer Protocol (Non-Interactive) </td></tr><tr><td>SIP </td><td>Simulates Voice-Over-IP Protocol (Non-Interactive) </td></tr><tr><td>Basic Auth </td><td>Simulates HTTP Web Service with Basic Auth</td></tr><tr><td>Citrix ADC </td><td>Simulates Citrix ADC Web Service </td></tr><tr><td>Cisco ASA </td><td>Simulates Cisco ASA SSL VPN Web Service </td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.blusapphire.io/older-releases/10_active-defense-services/services-ads-liads.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
