Skip to content

Commit 141b18a

Browse files
authored
Spellcheck and word repetition check and fixes (#1249)
1 parent ab08349 commit 141b18a

164 files changed

Lines changed: 1036 additions & 1027 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.wordlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,6 +2133,9 @@ Dickenson
21332133
GetUserRoles
21342134

21352135
ConsumeUnit
2136+
2137+
specced
2138+
datacenter
21362139
orchestrator
21372140

21382141
<url-free> content/blog/2026/2026-04-19-alerts-and-email/_index.md

content/announcements/2022-velocon/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ I used Velociraptor during a network breach for a client, the attack
340340
resulted in all sys admin accounts being removed from the AD. The
341341
threat actor then disabled the buildings access controls and
342342
specifically the server room door controls. The threat actor then
343-
began to destroy the datacentre by mass deleting files and wiping
343+
began to destroy the datacenter by mass deleting files and wiping
344344
systems. The attack was thwarted mid-way through by the IT staff
345345
using an emergency over-ride to bypass the door controls and used a
346346
metal bar to prise open the door and pull the network cables out. This

content/announcements/2023-trainings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ and ideas along as well!
239239
* Using External Tools
240240
* Velociraptor Third Party Tools
241241
* Exercise: Detect malicious scheduled task with autoruns
242-
* Exercise - Package Sysinternal DU
242+
* Exercise - Package Sysinternals DU
243243
* Serving tools from an SMB server
244244
* Server Artifacts
245245
* Exercise: Write artifact for Client version distribution

content/artifact_references/pages/elastic.eventlogs.sysmon.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ sitemap:
55
disable: true
66
tags: [Client Artifact]
77
description: |
8-
Ships the the Sysmon event log in ECS schema.
8+
Ships the Sysmon event log in ECS schema.
99
---
1010

11-
Ships the the Sysmon event log in ECS schema.
11+
Ships the Sysmon event log in ECS schema.
1212

1313
The Elastic Common Schema (ECS) is an open source specification,
1414
developed with support from the Elastic user community. ECS defines
@@ -30,7 +30,7 @@ board.
3030
<pre><code class="language-yaml">
3131
name: Elastic.EventLogs.Sysmon
3232
description: |
33-
Ships the the Sysmon event log in ECS schema.
33+
Ships the Sysmon event log in ECS schema.
3434

3535
The Elastic Common Schema (ECS) is an open source specification,
3636
developed with support from the Elastic user community. ECS defines

content/artifact_references/pages/generic.detection.hashhunter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ file in scope to compare to several types of hash lists provided by the user.
1515

1616
Note: this artifacts filters are cumulative so a hash based hit will return
1717
no results if the file is filtered out by other filters.
18-
For most performant searches use path, size and and date filters. By default
18+
For most performant searches use path, size and date filters. By default
1919
the artifact uses the 'auto' data accessor but can also be changed as desired.
2020

2121

@@ -30,7 +30,7 @@ description: |
3030

3131
Note: this artifacts filters are cumulative so a hash based hit will return
3232
no results if the file is filtered out by other filters.
33-
For most performant searches use path, size and and date filters. By default
33+
For most performant searches use path, size and date filters. By default
3434
the artifact uses the 'auto' data accessor but can also be changed as desired.
3535

3636
parameters:

content/artifact_references/pages/generic.system.hostsfile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the system DNS service.
1616

1717
The file is a simple text file, with one line per IP address. Each
1818
whitespace-separated word following the IP address is a hostname.
19-
The Linux man page refers to the the first hostname as *canonical_hostname*,
19+
The Linux man page refers to the first hostname as *canonical_hostname*,
2020
and any following words as *aliases*. They are treated the same by this
2121
artifact.
2222

@@ -50,7 +50,7 @@ description: |
5050

5151
The file is a simple text file, with one line per IP address. Each
5252
whitespace-separated word following the IP address is a hostname.
53-
The Linux man page refers to the the first hostname as *canonical_hostname*,
53+
The Linux man page refers to the first hostname as *canonical_hostname*,
5454
and any following words as *aliases*. They are treated the same by this
5555
artifact.
5656

content/artifact_references/pages/windows.detection.binaryhunter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This enables unique capability to hunt for specific things such as PE imports, e
1818

1919
Note: this artifacts filters are cumulative so a hash based hit will return
2020
no results if the file is filtered out by other filters.
21-
For most performant searches use path, size and and date filters. By default
21+
For most performant searches use path, size and date filters. By default
2222
the artifact uses the 'auto' data accessor but can also be changed as desired.
2323

2424

@@ -36,7 +36,7 @@ description: |
3636

3737
Note: this artifacts filters are cumulative so a hash based hit will return
3838
no results if the file is filtered out by other filters.
39-
For most performant searches use path, size and and date filters. By default
39+
For most performant searches use path, size and date filters. By default
4040
the artifact uses the 'auto' data accessor but can also be changed as desired.
4141

4242
parameters:

content/artifact_references/pages/windows.ntfs.extendedattributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ parameters:
8585
default: 0
8686
- name: UploadHits
8787
type: bool
88-
description: "Upload complete complete attribute data."
88+
description: "Upload complete attribute data."
8989

9090
sources:
9191
- query: |

content/artifact_references/pages/windows.ntfs.mft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ description: |
7474
parameters:
7575
- name: MFTDrive
7676
description: |
77-
The path to to the drive that holds the MFT file (can be a pathspec). This
77+
The path to the drive that holds the MFT file (can be a pathspec). This
7878
drive is also used for results for offline processing.
7979
default: "C:"
8080
- name: MFTPath
@@ -132,7 +132,7 @@ sources:
132132
filename=filename, accessor=accessor)
133133
})
134134

135-
-- The path to to the drive that holds the MFT file (can be a pathspec)
135+
-- The path to the drive that holds the MFT file (can be a pathspec)
136136
LET Drive &lt;= pathspec(parse=MFTDrive, path_type="ntfs")
137137

138138
-- time testing

content/blog/2019/2019-03-02/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ collecting and delivering its artifacts to the server. After the
130130
allotted time has passed, the client will shut down without having
131131
installed anything on the endpoint.
132132

133-
You can force a group policy update by running the gpupdate program. Now
133+
You can force a group policy update by running the `gpupdate` program. Now
134134
you can verify that Velociraptor is running:
135135

136136
![image](10.png)

0 commit comments

Comments
 (0)