-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add online chat support and FAQs
- Loading branch information
Lucas Lemos
committed
Feb 19, 2024
1 parent
47b4c5c
commit 86ea4e0
Showing
1 changed file
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,9 @@ layout: faq | |
|
||
<div class="questions-box"> | ||
|
||
## Contact Email | ||
|
||
[email protected] | ||
|
||
</div> | ||
|
||
<div class="questions-box"> | ||
|
||
## Online Chat | ||
|
||
link to support chat messaging | ||
[Online Chat (Discord)](https://discord.gg/ymcW6sRveX) | ||
|
||
</div> | ||
|
||
|
@@ -33,25 +25,28 @@ link to support chat messaging | |
|
||
<div class="questions-box"> | ||
|
||
## Question example, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor? | ||
## Who is ASHIRT for? | ||
|
||
Solution: _Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor_ | ||
- _ASHIRT was developed by the Yahoo Red Team to reduce friction of reporting during engagements. ASHIRT allows operators to quickly submit relevant evidence without switching screens._ | ||
- _No more dragging and dropping screenshots into a shared folder or document. No more saving recordings to a shared file folder._ | ||
|
||
</div> | ||
|
||
<div class="questions-box"> | ||
|
||
## Question example, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor? | ||
## Why should I use ASHIRT? | ||
|
||
Solution: _Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor_ | ||
- It allows multiple operators to capture and place that evidence into a coherent timeline of events. | ||
- It serves as an automatic synchronization point for different members and stakeholders to instantly get visibility into what is happening. | ||
|
||
</div> | ||
|
||
<div class="questions-box"> | ||
|
||
## Question example, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor? | ||
## What does ASHIRT do for Blue Teams? | ||
|
||
Solution: _Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor_ | ||
- _It improves collaboration, allowing network defenders to see exactly what happened, when it happened, and most importantly how._ | ||
- _When the Blue Team wants to recreate an attack, structure a hunt, or build detections, ASHIRT lays an easy-to-follow timeline to reference. One Paranoids' network defender said, "It's not quite being in the attacker's shoes, but it's pretty dang close."_ | ||
|
||
</div> | ||
</div> |