Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed May 8, 2024
1 parent 9182c28 commit ef5eb85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
It is assumed that [[APT28]] hacked the company via a [[Spearphishing Link - T1598.003|Spearphishing Link]] to the malware [[ADVSTORESHELL]] hosted on a [[Virtual Private Server - T1583.003|virtual private server]] to gain access and run a [[Tool - T1588.002|tool]] which in this case was [[Mimikatz]]. After that [[APT28]] used [[Elevated Execution with Prompt - T1548.004|Elevated Execution with Prompt]] and exfiltrated [[Data from Local System - T1005]].
It is assumed that [[APT28]] hacked the company via a [[Spearphishing Link - T1598.003|Spearphishing Link]] to the malware [[ADVSTORESHELL]] hosted on a [[Virtual Private Server - T1583.003|virtual private server]] to gain access and run a [[Tool - T1588.002|tool]] which in this case was [[Mimikatz]]. After that [[APT28]] used [[Elevated Execution with Prompt - T1548.004|Elevated Execution with Prompt]] and exfiltrated [[Data from Local System - T1005]].

## Techniques
```dataview
list from #technique
list from #technique
WHERE contains(file.inlinks, this.file.link)
```

## Tools and malware
```dataview
list from #tool or #malware
list from #tool or #malware
WHERE contains(file.inlinks, this.file.link)
```

0 comments on commit ef5eb85

Please sign in to comment.