Skip to content

Commit

Permalink
11/23/2024 - Adding spanish version of Ezekiels Wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
wetw0rk committed Nov 24, 2024
1 parent b2b3d00 commit f23bc9b
Show file tree
Hide file tree
Showing 6 changed files with 736 additions and 5 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@

<ul class="posts-list">

<li class="posts-list-item">
<a class="posts-list-item-title" href="https://wetw0rk.github.io/posts/tronos/">La Rueda de Ezequiel (Análisis de la Puerta del Infierno)</a>
<span class="posts-list-item-description">
<svg class="icon icon-calendar" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>calendar</title><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>
Nov 24, 2024
<span class="posts-list-item-separator">-</span>
<svg class="icon icon-clock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>clock</title><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
16 min read
</span>
</li>

<li class="posts-list-item">
<a class="posts-list-item-title" href="https://wetw0rk.github.io/posts/ezekielswheel/ezekielswheel/">Ezekiels Wheel (Hells Gate Analysis)</a>
<span class="posts-list-item-description">
Expand Down
9 changes: 8 additions & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
<description>Recent content on </description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 23 Nov 2024 00:00:00 +0000</lastBuildDate>
<lastBuildDate>Sun, 24 Nov 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="https://wetw0rk.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>La Rueda de Ezequiel (Análisis de la Puerta del Infierno)</title>
<link>https://wetw0rk.github.io/posts/tronos/</link>
<pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
<guid>https://wetw0rk.github.io/posts/tronos/</guid>
<description>Lo que sucede es mi análisis de la Puerta del Infierno, un código maligno. Este código maligno contiene técnicas que le da la capacidad de ejecutar llamadas de sistema (syscalls) en el sistema de operación Windows, con el objetivo de evadir detección de EDR (Defensas de las Empresas).&#xA;Una vez completé mi análisis, creé mi propia implementación en C++ que usa llamadas de sistema (syscalls) que pertenecer adrento de ntdll.dll. Además, un método diferente de lo conocido públicamente para crear hashes.</description>
</item>
<item>
<title>Ezekiels Wheel (Hells Gate Analysis)</title>
<link>https://wetw0rk.github.io/posts/ezekielswheel/ezekielswheel/</link>
Expand Down
11 changes: 11 additions & 0 deletions posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ <h1>Posts</h1>

<ul class="posts-list">

<li class="posts-list-item">
<a class="posts-list-item-title" href="https://wetw0rk.github.io/posts/tronos/">La Rueda de Ezequiel (Análisis de la Puerta del Infierno)</a>
<span class="posts-list-item-description">
<svg class="icon icon-calendar" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>calendar</title><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>
Nov 24, 2024
<span class="posts-list-item-separator">-</span>
<svg class="icon icon-clock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>clock</title><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
16 min read
</span>
</li>

<li class="posts-list-item">
<a class="posts-list-item-title" href="https://wetw0rk.github.io/posts/ezekielswheel/ezekielswheel/">Ezekiels Wheel (Hells Gate Analysis)</a>
<span class="posts-list-item-description">
Expand Down
9 changes: 8 additions & 1 deletion posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
<description>Recent content in Posts on </description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 23 Nov 2024 00:00:00 +0000</lastBuildDate>
<lastBuildDate>Sun, 24 Nov 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="https://wetw0rk.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>La Rueda de Ezequiel (Análisis de la Puerta del Infierno)</title>
<link>https://wetw0rk.github.io/posts/tronos/</link>
<pubDate>Sun, 24 Nov 2024 00:00:00 +0000</pubDate>
<guid>https://wetw0rk.github.io/posts/tronos/</guid>
<description>Lo que sucede es mi análisis de la Puerta del Infierno, un código maligno. Este código maligno contiene técnicas que le da la capacidad de ejecutar llamadas de sistema (syscalls) en el sistema de operación Windows, con el objetivo de evadir detección de EDR (Defensas de las Empresas).&#xA;Una vez completé mi análisis, creé mi propia implementación en C++ que usa llamadas de sistema (syscalls) que pertenecer adrento de ntdll.dll. Además, un método diferente de lo conocido públicamente para crear hashes.</description>
</item>
<item>
<title>Ezekiels Wheel (Hells Gate Analysis)</title>
<link>https://wetw0rk.github.io/posts/ezekielswheel/ezekielswheel/</link>
Expand Down
Loading

0 comments on commit f23bc9b

Please sign in to comment.