Skip to content

Commit a2eae66

Browse files
committed
README.md: Update links
1 parent e192aad commit a2eae66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
StringSifter is a machine learning tool that automatically ranks strings based on their relevance for malware analysis.
88

99
# Quick Links
10-
* [Technical Blogpost - *Learning to Rank Strings Output for Speedier Malware Analysis*](https://www.fireeye.com/blog/threat-research/2019/05/learning-to-rank-strings-output-for-speedier-malware-analysis.html)
11-
* [Announcement Blogpost - *Open Sourcing StringSifter*](https://www.fireeye.com/blog/threat-research/2019/09/open-sourcing-stringsifter.html)
10+
* [Technical Blogpost - *Learning to Rank Strings Output for Speedier Malware Analysis*](https://www.mandiant.com/resources/blog/learning-rank-strings-output-speedier-malware-analysis)
11+
* [Announcement Blogpost - *Open Sourcing StringSifter*](https://www.mandiant.com/resources/blog/open-sourcing-stringsifter)
1212
* [DerbyCon Talk - *StringSifter: Learning to Rank Strings Output for Speedier Malware Analysis*](https://youtu.be/pLiaVzOMJSk)
1313
* [StringSifter releases on PyPi](https://pypi.org/project/stringsifter/)
1414

@@ -24,7 +24,7 @@ pip install stringsifter
2424

2525
For development, use [poetry](https://python-poetry.org/):
2626
```sh
27-
git clone https://github.com/fireeye/stringsifter.git
27+
git clone https://github.com/mandiant/stringsifter.git
2828
cd stringsifter
2929
poetry install --with dev
3030
```
@@ -135,4 +135,4 @@ We use [GitHub Issues](https://github.com/fireeye/stringsifter/issues) for posti
135135
- Thanks to the FireEye Data Science (FDS) and FireEye Labs Reverse Engineering (FLARE) teams for review and feedback.
136136
- StringSifter was designed and developed by Philip Tully (FDS), Matthew Haigh (FLARE), Jay Gibble (FLARE), and Michael Sikorski (FLARE).
137137
- The StringSifter logo was designed by Josh Langner (FLARE).
138-
- `flarestrings` is derived from the excellent tool [FLOSS](https://github.com/fireeye/flare-floss/blob/master/floss/strings.py#L7-L9).
138+
- `flarestrings` is derived from the excellent tool [FLOSS](https://github.com/mandiant/flare-floss).

0 commit comments

Comments
 (0)