<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>hacking on gkourgkoutas.net</title>
    <link>https://gkourgkoutas.net/en/tags/hacking/</link>
    <description>Recent content in hacking on gkourgkoutas.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Mon, 16 Oct 2023 20:04:56 +0200</lastBuildDate><atom:link href="https://gkourgkoutas.net/en/tags/hacking/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Offensive GPT</title>
      <link>https://gkourgkoutas.net/en/posts/offensivegpt/</link>
      <pubDate>Mon, 16 Oct 2023 20:04:56 +0200</pubDate>
      
      <guid>https://gkourgkoutas.net/en/posts/offensivegpt/</guid>
      <description>Recently I have been asked a lot about AI-related topics and what I think about them. Some time ago I wrote a blog post about chatGPT and it&amp;rsquo;s view on OT security (ChatGPT on Cyber Security). Of course, the hype around AI hasn&amp;rsquo;t stopped since then, and we still seem to be on the hype train, with new information flooding social media every week.
My conclusion at that time was the following:</description>
    </item>
    
    <item>
      <title>Red Team</title>
      <link>https://gkourgkoutas.net/en/posts/redteam/</link>
      <pubDate>Sat, 17 Dec 2022 20:14:44 +0100</pubDate>
      
      <guid>https://gkourgkoutas.net/en/posts/redteam/</guid>
      <description>What is a red team? A red team is a group of individuals who use their skills and expertise to challenge and test the effectiveness of an organization&amp;rsquo;s plans, processes, and systems. The term &amp;ldquo;red team&amp;rdquo; comes from the concept of &amp;ldquo;red teaming&amp;rdquo; which is a form of structured, independent analysis and evaluation that is designed to identify weaknesses and vulnerabilities in an organization&amp;rsquo;s plans, systems, and operations.
Red teams are typically composed of experts in a variety of fields, including security, engineering, risk management, and operations.</description>
    </item>
    
    <item>
      <title>Tiber</title>
      <link>https://gkourgkoutas.net/en/posts/tiber/</link>
      <pubDate>Sat, 05 Nov 2022 20:07:22 +0100</pubDate>
      
      <guid>https://gkourgkoutas.net/en/posts/tiber/</guid>
      <description>TIBER1 (Threat Intelligence-Based Ethical Red Teaming) is a framework to assess the cybersecurity resilience of financial institutions. TIBER tests are designed to simulate real-world cyber threats and attacks, and are intended to help financial institutions identify and address weaknesses in their cybersecurity posture.
A quick how to Here are some general guidelines for how TIBER tests can be best executed:
 Identify the scope of the test: TIBER tests should be focused on a specific aspect of an organization&amp;rsquo;s cybersecurity posture, such as its network, applications, or processes.</description>
    </item>
    
    <item>
      <title>Antivirus Evasion</title>
      <link>https://gkourgkoutas.net/en/posts/av-evasion/</link>
      <pubDate>Wed, 28 Jul 2021 10:10:16 +0200</pubDate>
      
      <guid>https://gkourgkoutas.net/en/posts/av-evasion/</guid>
      <description>A lot of organizations and companies run antivirus software on their users clients. Users should be protected from themselves by preventing the execution of .exe files or scripts. Through GPOs and standard tools of the OS, this can be achieved. In this post we&amp;rsquo;ll be mainly talking about how to bypass tools like AMSI1 and Windows Defender.
Antivirus Software The first AV software originated back in 1972. Since the first known Virus was the so called &amp;ldquo;Creeper Virus&amp;rdquo;2, Ray Tomlinson used to write the &amp;ldquo;Reaper&amp;rdquo;3, a program to remove it.</description>
    </item>
    
    <item>
      <title>Journey to OSCP</title>
      <link>https://gkourgkoutas.net/en/posts/oscp/</link>
      <pubDate>Sat, 01 May 2021 11:18:05 +0200</pubDate>
      
      <guid>https://gkourgkoutas.net/en/posts/oscp/</guid>
      <description>There are tons of writeups on the internet from people who completed their OSCP certification, and I guess most of them are written better than this version. But anyway&amp;hellip; Let&amp;rsquo;s jump in.
Lab As soon as you get access to the lab, you will notice a lot of machines and different networks, which you can&amp;rsquo;t access at first. There is a so called learning path1, which suggests a few easy, medium and hard machines and their respective IP addresses.</description>
    </item>
    
    <item>
      <title>Kerberoasting</title>
      <link>https://gkourgkoutas.net/en/posts/kerberoasting/</link>
      <pubDate>Thu, 11 Mar 2021 19:56:21 +0100</pubDate>
      
      <guid>https://gkourgkoutas.net/en/posts/kerberoasting/</guid>
      <description>Definition: Kerberos  Kerberos (/ˈkɜːrbərɒs/) is a computer-network authentication protocol that works on the basis of tickets to allow nodes communicating over a non-secure network to prove their identity to one another in a secure manner.1
 There is also the MIT version of Kerberos, but it&amp;rsquo;s slightly different than the Microsoft2 implementation.3
Kerberos is also the three headed dog who guards the entrance to the underworld in greek mythology.4</description>
    </item>
    
    <item>
      <title>Passwords</title>
      <link>https://gkourgkoutas.net/en/posts/passwords/</link>
      <pubDate>Fri, 06 Nov 2020 21:33:59 +0100</pubDate>
      
      <guid>https://gkourgkoutas.net/en/posts/passwords/</guid>
      <description>It&amp;rsquo;s rather bad than complex A lot of users1 always choose their passwords based on the same criteria:
  They use the same password for every service
password reuse
  They use a combination of username + year of birth
user95
  The classic par excellence: season + year
Winter2020
  With common password lists, these kind of passwords can be found out in seconds. Even if they&amp;rsquo;re hashed, cracking them with tools like Hashcat2 in combination with rule based lists3 and potent hardware is not a big effort.</description>
    </item>
    
    <item>
      <title>Virus</title>
      <link>https://gkourgkoutas.net/en/posts/virus/</link>
      <pubDate>Sat, 17 Oct 2020 19:35:19 +0100</pubDate>
      
      <guid>https://gkourgkoutas.net/en/posts/virus/</guid>
      <description>And I&amp;rsquo;m not talking about the Corona one here.
Definition  A computer virus is a type of malicious software program (&amp;ldquo;malware&amp;rdquo;) that, when executed, replicates itself by modifying other computer programs and inserting its own code. Infected computer programs can include as well, data files, or the &amp;ldquo;boot&amp;rdquo; sector of the hard drive. When this replication succeeds, the affected areas are then said to be &amp;ldquo;infected&amp;rdquo; with a computer virus.</description>
    </item>
    
    <item>
      <title>Recon</title>
      <link>https://gkourgkoutas.net/en/posts/recon/</link>
      <pubDate>Fri, 19 Jun 2020 21:00:59 +0100</pubDate>
      
      <guid>https://gkourgkoutas.net/en/posts/recon/</guid>
      <description>Footprinting Footprinting; often simply called recon (short for reconnaissance) is the uninteresting part for some people when it comes to attacking systems. Many want to start exploiting as soon as possible, if not looting or post exploitation. Well those parts are certainly the best if a target is compromised&amp;hellip; BUT: The pre-attack phase is crucial for a successful attack.
What is essential for good reconing? Much patience and above all thorough work!</description>
    </item>
    
  </channel>
</rss>
