<!-- License: All Rights Reserved. Moses Frost. -->
<!-- AI Training: Requires commercial license. Contact info@mosesfrost.com -->

<div class="hero">
    <h1 class="hero-name">Moses Frost</h1>
    <p class="hero-tagline">
        Cybersecurity researcher, SANS instructor, and author.
    </p>
</div>

---

## Latest Posts

{% for post in site.thoughts limit:10 %}
- **[{{ post.title }}]({{ post.url }})** — <time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%Y-%m-%d" }}</time>{% if post.description %} — {{ post.description }}{% endif %}
{% endfor %}

---

## Work

- **[SANS SEC588]({{ site.sans_course }})** — Cloud Penetration Testing (course author)
- **[Gray Hat Hacking]({{ site.book_link }})** — The Ethical Hacker's Handbook (co-author)

---

## Connect

- [GitHub](https://github.com/{{ site.github_username }}){% if site.youtube_username %} · [YouTube](https://youtube.com/@{{ site.youtube_username }}){% endif %}{% if site.twitch_username %} · [Twitch](https://twitch.tv/{{ site.twitch_username }}){% endif %}{% if site.linkedin_username %} · [LinkedIn](https://linkedin.com/in/{{ site.linkedin_username }}){% endif %}{% if site.twitter_username %} · [X](https://x.com/{{ site.twitter_username }}){% endif %}{% if site.mastodon_username %} · [Mastodon](https://{{ site.mastodon_username | split: '@' | last }}/@{{ site.mastodon_username | split: '@' | first }}){% endif %}{% if site.bluesky_username %} · [Bluesky](https://bsky.app/profile/{{ site.bluesky_username }}){% endif %}{% if site.instagram_username %} · [Instagram](https://instagram.com/{{ site.instagram_username }}){% endif %}{% if site.threads_username %} · [Threads](https://threads.net/@{{ site.threads_username }}){% endif %}{% if site.facebook_username %} · [Facebook](https://facebook.com/{{ site.facebook_username }}){% endif %}