Skip to content

Commit 853893e

Browse files
committed
.
1 parent 07880c4 commit 853893e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/.obsidian/workspace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"state": {
2828
"type": "markdown",
2929
"state": {
30-
"file": "tech briefs/CTI/yara-rules.md",
30+
"file": "tech briefs/network/networkminer.md",
3131
"mode": "source",
3232
"source": false
3333
},
3434
"icon": "lucide-file",
35-
"title": "yara-rules"
35+
"title": "networkminer"
3636
}
3737
}
3838
],
@@ -186,10 +186,10 @@
186186
},
187187
"active": "f346128f88047c31",
188188
"lastOpenFiles": [
189+
"tech briefs/CTI/yara-rules.md",
189190
"tech briefs/network/netminer.md",
190191
"tech briefs/network/networkminer.md",
191192
"assets/img29.png",
192-
"tech briefs/CTI/yara-rules.md",
193193
"soc/links.md",
194194
"tech briefs/network/snort.md",
195195
"assets/img28.png",

docs/tech briefs/network/networkminer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# NetworkMiner is an open-source traffic sniffer, PCAP handler and protocol analyser. Developed and still maintained by Netresec.
3-
# NetworkMiner: fast, passive network forensics without touching the wire
3+
44

55
NetworkMiner is a Network Forensic Analysis Tool (NFAT) designed for passive traffic analysis. It runs natively on Windows and also works on Linux, macOS, and FreeBSD. Rather than injecting packets or altering traffic, it listens or parses captures to reconstruct a clear picture of who talked to whom, over which protocols and ports, and what data changed hands. This makes it well suited for incident response scenarios where you want visibility without operational risk.
66

0 commit comments

Comments
 (0)