Skip to content

Commit 574d13d

Browse files
remove anchor tags from section headers in antivirus detection name dump post
1 parent 491c807 commit 574d13d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2022-07-15-antivirus-detection-name-dump.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ categories: [Project, Antivirus]
55
tags: [malware, antivirus, reverse]
66
---
77

8-
## About <a name = "about"></a>
8+
## About
99

1010
This project contains the CSV files of malware detection names from some antivirus products, and a PowerShell script for dumping the detection entries.
1111

12-
## Getting Started <a name = "getting_started"></a>
12+
## Getting Started
1313

1414
Each subfolder contains dump CSV files with vendor's name and date. File name ends with BASE contains names from a vendor's scan engine, and others may be different depended on the sources of detection (e.g. behavior protection).
1515

@@ -25,11 +25,11 @@ To run the PowerShell script:
2525

2626
Note: You may need to [update the PowerShell](https://www.microsoft.com/download/details.aspx?id=54616) (v4.0 or later) and [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) (v4.5 or later) in order to run this script in Windows 7.
2727

28-
## Usage <a name = "usage"></a>
28+
## Usage
2929

3030
`powershell -executionpolicy bypass -File .\AV_DUMP.ps1 <Name>`
3131

32-
## List of Supported Vendors <a name = "list_of_vendors"></a>
32+
## List of Supported Vendors
3333

3434
| Name | PPL | Need to Disable SP | Detection Source | Accuracy |
3535
| ------------ | --- | ------------------ | ---------------- | -------- |

0 commit comments

Comments
 (0)