<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Rubeus on MrAzoth</title>
    <link>https://az0th.it/tags/rubeus/</link>
    <description>Recent content in Rubeus on MrAzoth</description>
    <generator>Hugo -- 0.154.5</generator>
    <language>en-us</language>
    <atom:link href="https://az0th.it/tags/rubeus/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kerberos Attacks — From Kali</title>
      <link>https://az0th.it/ad/kali/kerberos-attacks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://az0th.it/ad/kali/kerberos-attacks/</guid>
      <description>&lt;h2 id=&#34;quick-reference&#34;&gt;Quick Reference&lt;/h2&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Attack&lt;/th&gt;
          &lt;th&gt;Tool&lt;/th&gt;
          &lt;th&gt;Hashcat Mode&lt;/th&gt;
          &lt;th&gt;Requirement&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;AS-REP Roasting&lt;/td&gt;
          &lt;td&gt;GetNPUsers.py / kerbrute&lt;/td&gt;
          &lt;td&gt;-m 18200&lt;/td&gt;
          &lt;td&gt;DONT_REQ_PREAUTH flag set&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Kerberoasting&lt;/td&gt;
          &lt;td&gt;GetUserSPNs.py&lt;/td&gt;
          &lt;td&gt;-m 13100 (RC4) / -m 19700 (AES)&lt;/td&gt;
          &lt;td&gt;Valid domain user + SPN exists&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Pass-the-Ticket&lt;/td&gt;
          &lt;td&gt;getTGT.py + impacket&lt;/td&gt;
          &lt;td&gt;N/A&lt;/td&gt;
          &lt;td&gt;Valid credentials or hash&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Overpass-the-Hash&lt;/td&gt;
          &lt;td&gt;getTGT.py -aesKey&lt;/td&gt;
          &lt;td&gt;N/A&lt;/td&gt;
          &lt;td&gt;AES256 key for user&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Kerbrute userenum&lt;/td&gt;
          &lt;td&gt;kerbrute&lt;/td&gt;
          &lt;td&gt;N/A&lt;/td&gt;
          &lt;td&gt;Network access to DC on port 88&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Ticket conversion&lt;/td&gt;
          &lt;td&gt;ticket_converter.py&lt;/td&gt;
          &lt;td&gt;N/A&lt;/td&gt;
          &lt;td&gt;Existing .kirbi or .ccache&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h2 id=&#34;as-rep-roasting&#34;&gt;AS-REP Roasting&lt;/h2&gt;
&lt;p&gt;AS-REP Roasting targets accounts that have Kerberos pre-authentication disabled (&lt;code&gt;DONT_REQ_PREAUTH&lt;/code&gt; flag set in &lt;code&gt;userAccountControl&lt;/code&gt;). The KDC returns an AS-REP containing a portion encrypted with the user&amp;rsquo;s hash — no prior authentication required, making it requestable by anyone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kerberos Attacks — From Windows</title>
      <link>https://az0th.it/ad/windows/kerberos-attacks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://az0th.it/ad/windows/kerberos-attacks/</guid>
      <description>&lt;h2 id=&#34;quick-reference&#34;&gt;Quick Reference&lt;/h2&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Attack&lt;/th&gt;
          &lt;th&gt;Tool&lt;/th&gt;
          &lt;th&gt;Prerequisite&lt;/th&gt;
          &lt;th&gt;Output&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Kerberoasting&lt;/td&gt;
          &lt;td&gt;Rubeus, PowerView&lt;/td&gt;
          &lt;td&gt;Domain user, SPN exists&lt;/td&gt;
          &lt;td&gt;RC4/AES hash → offline crack&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;AS-REP Roasting&lt;/td&gt;
          &lt;td&gt;Rubeus&lt;/td&gt;
          &lt;td&gt;Domain user, pre-auth disabled on target&lt;/td&gt;
          &lt;td&gt;AS-REP hash → offline crack&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Pass-the-Ticket&lt;/td&gt;
          &lt;td&gt;Rubeus, Mimikatz&lt;/td&gt;
          &lt;td&gt;Valid .kirbi or base64 ticket&lt;/td&gt;
          &lt;td&gt;Ticket injected into session&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Overpass-the-Hash&lt;/td&gt;
          &lt;td&gt;Mimikatz, Rubeus&lt;/td&gt;
          &lt;td&gt;NTLM or AES hash&lt;/td&gt;
          &lt;td&gt;TGT obtained, ticket injected&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Pass-the-Key&lt;/td&gt;
          &lt;td&gt;Mimikatz&lt;/td&gt;
          &lt;td&gt;AES256 hash&lt;/td&gt;
          &lt;td&gt;TGT obtained via AES pre-auth&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Ticket Extraction&lt;/td&gt;
          &lt;td&gt;Rubeus, Mimikatz&lt;/td&gt;
          &lt;td&gt;Local admin (for other users&amp;rsquo; tickets)&lt;/td&gt;
          &lt;td&gt;.kirbi files / base64 tickets&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;TGT Delegation&lt;/td&gt;
          &lt;td&gt;Rubeus tgtdeleg&lt;/td&gt;
          &lt;td&gt;Domain user, no local admin needed&lt;/td&gt;
          &lt;td&gt;Usable TGT&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Ticket Harvesting&lt;/td&gt;
          &lt;td&gt;Rubeus harvest/monitor&lt;/td&gt;
          &lt;td&gt;Local admin&lt;/td&gt;
          &lt;td&gt;Ongoing TGT collection&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Unconstrained Delegation Abuse&lt;/td&gt;
          &lt;td&gt;Rubeus monitor + coerce&lt;/td&gt;
          &lt;td&gt;Local admin on delegation host&lt;/td&gt;
          &lt;td&gt;Victim TGT captured&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h2 id=&#34;hashcat-cracking-modes-reference&#34;&gt;Hashcat Cracking Modes Reference&lt;/h2&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Mode&lt;/th&gt;
          &lt;th&gt;Hash Type&lt;/th&gt;
          &lt;th&gt;Attack Context&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;13100&lt;/td&gt;
          &lt;td&gt;Kerberoast — RC4 (TGS-REP)&lt;/td&gt;
          &lt;td&gt;Kerberoasting with /rc4opsec&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;19600&lt;/td&gt;
          &lt;td&gt;Kerberoast — AES128 (TGS-REP)&lt;/td&gt;
          &lt;td&gt;Kerberoasting with /aes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;19700&lt;/td&gt;
          &lt;td&gt;Kerberoast — AES256 (TGS-REP)&lt;/td&gt;
          &lt;td&gt;Kerberoasting with /aes&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;18200&lt;/td&gt;
          &lt;td&gt;AS-REP — RC4 (krb5asrep)&lt;/td&gt;
          &lt;td&gt;AS-REP Roasting&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;17200&lt;/td&gt;
          &lt;td&gt;DPAPI masterkey&lt;/td&gt;
          &lt;td&gt;Seatbelt / Mimikatz DPAPI&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1000&lt;/td&gt;
          &lt;td&gt;NTLM&lt;/td&gt;
          &lt;td&gt;Pass-the-Hash, secretsdump output&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;5600&lt;/td&gt;
          &lt;td&gt;NTLMv2 (Net-NTLMv2)&lt;/td&gt;
          &lt;td&gt;Responder / NTLM relay capture&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;7500&lt;/td&gt;
          &lt;td&gt;Kerberos 5 AS-REQ (etype 23)&lt;/td&gt;
          &lt;td&gt;Pre-auth brute force&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;3000&lt;/td&gt;
          &lt;td&gt;LM&lt;/td&gt;
          &lt;td&gt;Legacy — rarely seen&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h2 id=&#34;kerberoasting&#34;&gt;Kerberoasting&lt;/h2&gt;
&lt;p&gt;Kerberoasting requests Kerberos service tickets (TGS-REP) for accounts with a Service Principal Name (SPN) set. The ticket is encrypted with the service account&amp;rsquo;s password hash, enabling offline cracking.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Delegation Attacks — From Windows</title>
      <link>https://az0th.it/ad/windows/delegation-attacks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://az0th.it/ad/windows/delegation-attacks/</guid>
      <description>Abusing Kerberos delegation (Unconstrained, Constrained, RBCD, Shadow Credentials) from a Windows foothold using Rubeus, PowerView, and PowerMad.</description>
    </item>
    <item>
      <title>Domain &amp; Forest Trusts — From Windows</title>
      <link>https://az0th.it/ad/windows/domain-trusts/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://az0th.it/ad/windows/domain-trusts/</guid>
      <description>Enumerating and exploiting Active Directory domain and forest trusts from a Windows foothold: SID history injection, golden ticket cross-domain, inter-realm key abuse.</description>
    </item>
    <item>
      <title>Persistence — From Windows</title>
      <link>https://az0th.it/ad/windows/persistence/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://az0th.it/ad/windows/persistence/</guid>
      <description>Domain persistence techniques after AD compromise: Golden/Silver/Diamond Tickets, DCSync backdoors, AdminSDHolder, ACL abuse, WMI subscriptions, and DPAPI backup keys.</description>
    </item>
    <item>
      <title>AD CS Attacks — From Windows</title>
      <link>https://az0th.it/ad/windows/adcs-attacks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://az0th.it/ad/windows/adcs-attacks/</guid>
      <description>Active Directory Certificate Services exploitation from Windows: ESC1-ESC8 with Certify, ForgeCert, Rubeus, and Pass-the-Certificate.</description>
    </item>
  </channel>
</rss>
