<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ugochukwu Njubigbo</title>
    <description>The latest articles on DEV Community by Ugochukwu Njubigbo (@ugo_njubigbo).</description>
    <link>https://dev.to/ugo_njubigbo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4074590%2F8ea572d7-03d6-45bb-afe6-75dc89149ee5.jpg</url>
      <title>DEV Community: Ugochukwu Njubigbo</title>
      <link>https://dev.to/ugo_njubigbo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ugo_njubigbo"/>
    <language>en</language>
    <item>
      <title>A Case of When the Hunter Becomes the Hunted</title>
      <dc:creator>Ugochukwu Njubigbo</dc:creator>
      <pubDate>Wed, 12 Aug 2026 10:45:14 +0000</pubDate>
      <link>https://dev.to/ugo_njubigbo/a-case-of-when-the-hunter-becomes-the-hunted-11c2</link>
      <guid>https://dev.to/ugo_njubigbo/a-case-of-when-the-hunter-becomes-the-hunted-11c2</guid>
      <description>&lt;p&gt;What if the biggest threat to your organisation doesn't break through the firewall?&lt;/p&gt;

&lt;p&gt;What if you hire them instead?&lt;/p&gt;

&lt;p&gt;That was the fascinating twist in a recent cybersecurity investigation where researchers created a fake cryptocurrency start up, advertised developer positions and ended up hiring three people they suspected were North Korean IT operatives.&lt;/p&gt;

&lt;p&gt;The interesting part?&lt;/p&gt;

&lt;p&gt;Nobody hacked their way in.&lt;/p&gt;

&lt;p&gt;They applied for a job.&lt;/p&gt;

&lt;p&gt;They passed interviews.&lt;/p&gt;

&lt;p&gt;They provided identification.&lt;/p&gt;

&lt;p&gt;They signed contracts.&lt;/p&gt;

&lt;p&gt;And they received legitimate access to corporate systems.&lt;/p&gt;

&lt;p&gt;The front door wasn't broken.&lt;/p&gt;

&lt;p&gt;Someone simply opened it.&lt;/p&gt;

&lt;p&gt;And that got me thinking about how most organisations approach security. &lt;/p&gt;

&lt;p&gt;The CV looked fine. The behaviour didn't.&lt;/p&gt;

&lt;p&gt;The researchers reportedly uncovered inconsistencies during the hiring process.&lt;/p&gt;

&lt;p&gt;One applicant claimed to be based in Texas but provided a California driving licence and a New York bank account.&lt;/p&gt;

&lt;p&gt;Another provided a Texas licence, a valid Social Security number and a bank account in Kansas City.&lt;/p&gt;

&lt;p&gt;Another reportedly submitted a New York licence belonging to someone else.&lt;/p&gt;

&lt;p&gt;Individually, some of these things might be dismissed as administrative oddities.&lt;/p&gt;

&lt;p&gt;Together, they start telling a different story.&lt;/p&gt;

&lt;p&gt;And this is where cybersecurity needs to borrow something from investigators:&lt;/p&gt;

&lt;p&gt;Don't just look at what someone tells you. Look for whether the evidence agrees with the story.&lt;/p&gt;

&lt;p&gt;A CV tells you who someone says they are.&lt;/p&gt;

&lt;p&gt;A background check tells you what can be verified.&lt;/p&gt;

&lt;p&gt;But behaviour tells you what they're actually doing.&lt;/p&gt;

&lt;p&gt;That's where the real security story often begins.&lt;/p&gt;

&lt;p&gt;The first day was more revealing than the interview&lt;/p&gt;

&lt;p&gt;Once onboarded, the workers were given virtual machines.&lt;/p&gt;

&lt;p&gt;The researchers could see their activity.&lt;/p&gt;

&lt;p&gt;The machines were reportedly fingerprinted almost immediately. System information was gathered, network locations were checked and remote-access software was installed.&lt;/p&gt;

&lt;p&gt;One individual reportedly connected a personal Google account to the machine, giving access to browsing history, saved passwords and browser extensions.&lt;/p&gt;

&lt;p&gt;They also logged into GitHub.&lt;/p&gt;

&lt;p&gt;Again, none of these actions individually screams:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"CALL THE SOC!"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But cybersecurity isn't always about one giant red flag.&lt;/p&gt;

&lt;p&gt;Sometimes it's about several small flags appearing at the same time.&lt;/p&gt;

&lt;p&gt;And that's where continuous monitoring becomes critical.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 1: Don't just verify the employee. Verify the behaviour.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Employee verification shouldn't end when HR says:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"You're hired."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;For security teams, the question should evolve from:&lt;/p&gt;

&lt;p&gt;**_Who is this person?&lt;/p&gt;

&lt;p&gt;to:&lt;/p&gt;

&lt;p&gt;Does this person's behaviour make sense for who they claim to be?_**&lt;/p&gt;

&lt;p&gt;Does their location make sense?&lt;/p&gt;

&lt;p&gt;Does their device look normal?&lt;/p&gt;

&lt;p&gt;Are they accessing systems relevant to their role?&lt;/p&gt;

&lt;p&gt;Are they suddenly using remote-access tools?&lt;/p&gt;

&lt;p&gt;Are they connecting personal accounts to corporate devices?&lt;/p&gt;

&lt;p&gt;Are they authenticating from multiple locations?&lt;/p&gt;

&lt;p&gt;Are they accessing data they have never needed before?&lt;/p&gt;

&lt;p&gt;None of these automatically makes someone malicious.&lt;/p&gt;

&lt;p&gt;But they can become valuable signals when correlated.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 2: Zero Trust isn't "Trust Nobody" — it's "Keep Checking"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is where Zero Trust becomes more than another cybersecurity buzzword.&lt;/p&gt;

&lt;p&gt;Getting authenticated should not mean getting unlimited trust.&lt;/p&gt;

&lt;p&gt;A user may legitimately have access to GitHub.&lt;/p&gt;

&lt;p&gt;That doesn't mean they should have access to every repository.&lt;/p&gt;

&lt;p&gt;A developer may need access to a development environment.&lt;/p&gt;

&lt;p&gt;That doesn't mean they need access to production.&lt;/p&gt;

&lt;p&gt;An employee may need administrative privileges for a specific task.&lt;/p&gt;

&lt;p&gt;That doesn't mean they need them permanently.&lt;/p&gt;

&lt;p&gt;Access should be based on identity, device, context, role and risk — and continuously evaluated.&lt;/p&gt;

&lt;p&gt;Because the moment an attacker obtains a legitimate account, traditional perimeter security starts losing its advantage.&lt;/p&gt;

&lt;p&gt;The attacker is already inside.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 3: Sometimes the best detection is prevention&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We love talking about SIEMs, EDR, threat intelligence and detection rules.&lt;/p&gt;

&lt;p&gt;And rightly so.&lt;/p&gt;

&lt;p&gt;But sometimes the best alert is the action that was never allowed to happen.&lt;/p&gt;

&lt;p&gt;If a developer doesn't need remote-access software, don't allow it.&lt;/p&gt;

&lt;p&gt;If a user doesn't need administrative privileges, don't give them.&lt;/p&gt;

&lt;p&gt;If an account doesn't need access to sensitive repositories, restrict it.&lt;/p&gt;

&lt;p&gt;If a device doesn't need to communicate with a particular service, why should it?&lt;/p&gt;

&lt;p&gt;Least privilege reduces the blast radius.&lt;/p&gt;

&lt;p&gt;Detection tells you something went wrong.&lt;/p&gt;

&lt;p&gt;Good security architecture can make sure there's less damage when it does.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson 4: The SOC needs context, not just alerts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Imagine your SIEM generates these events:&lt;/p&gt;

&lt;p&gt;User logged in from unusual location.&lt;/p&gt;

&lt;p&gt;Remote-access software installed.&lt;/p&gt;

&lt;p&gt;System discovery commands executed.&lt;/p&gt;

&lt;p&gt;Personal account connected.&lt;/p&gt;

&lt;p&gt;Sensitive repository accessed.&lt;/p&gt;

&lt;p&gt;Five separate alerts.&lt;/p&gt;

&lt;p&gt;Or one investigation?&lt;/p&gt;

&lt;p&gt;That's the difference between collecting logs and understanding behaviour.&lt;/p&gt;

&lt;p&gt;The real value comes from connecting the dots.&lt;/p&gt;

&lt;p&gt;A modern security operation shouldn't only ask:&lt;/p&gt;

&lt;p&gt;"What happened?"&lt;/p&gt;

&lt;p&gt;It should ask:&lt;/p&gt;

&lt;p&gt;"Does what happened make sense?"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Bigger Picture&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The suspected North Korean IT worker campaigns are a reminder that the attack surface doesn't begin when someone connects to your VPN.&lt;/p&gt;

&lt;p&gt;It can begin during recruitment.&lt;/p&gt;

&lt;p&gt;It continues through onboarding.&lt;/p&gt;

&lt;p&gt;It follows the employee throughout their time in the organisation.&lt;/p&gt;

&lt;p&gt;And it doesn't disappear simply because they passed an identity check on day one.&lt;/p&gt;

&lt;p&gt;For me, the biggest lesson is simple:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Identity is not trust. Authentication is not trust. Employment is not trust.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Trust should be earned, limited and continuously evaluated.&lt;/p&gt;

&lt;p&gt;Because sometimes the person you're trying to keep out isn't standing outside your network.&lt;/p&gt;

&lt;p&gt;They're sitting inside it.&lt;/p&gt;

&lt;p&gt;With a legitimate account.&lt;/p&gt;

&lt;p&gt;Using a legitimate laptop.&lt;/p&gt;

&lt;p&gt;Doing a legitimate job.&lt;/p&gt;

&lt;p&gt;And that's when the hunter becomes the hunted.&lt;/p&gt;

&lt;p&gt;A few questions for the security community:&lt;/p&gt;

&lt;p&gt;How much should cybersecurity teams be involved in employee identity verification?&lt;/p&gt;

&lt;p&gt;Should behavioural monitoring become a standard part of the employee lifecycle?&lt;/p&gt;

&lt;p&gt;And where do we draw the line between security monitoring and employee privacy?&lt;/p&gt;

&lt;p&gt;I'd love to hear how other security professionals approach this.&lt;/p&gt;

&lt;h1&gt;
  
  
  Cybersecurity #ZeroTrust #InsiderThreat #CyberSecurity #ThreatDetection #SOC #IdentitySecurity #SIEM #CyberThreatIntelligence
&lt;/h1&gt;

&lt;p&gt;Story culled from &lt;a href="https://thehackernews.com/2026/08/researchers-built-fake-crypto-startup.html" rel="noopener noreferrer"&gt;The Hacker News&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>hiring</category>
      <category>security</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
