# Logs

#### Field Definitions for Beelzebub Logs

Here is the structured JSON definition of each field in Beelzebub logs:

* Command: The command entered by the attacker.
* CommandOutput: The honeypot's response.
* DateTime: The date and time of the attack.
* Description: A description of the honeypot configuration.
* ID: The unique identifier for each attack.
* Location: Details regarding the attack's origin.
* Msg: Information regarding the state callback.
* Protocol: The protocol used by the honeypot (SSH, HTTP, or TCP).
* RemoteAddr: The attacker's IP address and local post (IP:Port).
* Status: The interaction stage (Start, Stop, or Interaction). In an SSH session, the status is Interaction.


---

# Agent Instructions: 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:

```
GET https://docs.beelzebub.ai/basics/images-and-media.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
