<?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: Zain Abuzaid</title>
    <description>The latest articles on DEV Community by Zain Abuzaid (@zain_abuzaid_9f0dd065b56d).</description>
    <link>https://dev.to/zain_abuzaid_9f0dd065b56d</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%2F4069309%2F2d464464-893f-4aea-8dc6-7999dbbdcf0e.png</url>
      <title>DEV Community: Zain Abuzaid</title>
      <link>https://dev.to/zain_abuzaid_9f0dd065b56d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zain_abuzaid_9f0dd065b56d"/>
    <language>en</language>
    <item>
      <title>Building ScamLens AI: My Exploration of Artificial Intelligence in Phishing and Social Engineering Detection</title>
      <dc:creator>Zain Abuzaid</dc:creator>
      <pubDate>Sat, 08 Aug 2026 22:19:03 +0000</pubDate>
      <link>https://dev.to/zain_abuzaid_9f0dd065b56d/building-scamlens-ai-using-artificial-intelligence-to-detect-social-engineering-and-phishing-5874</link>
      <guid>https://dev.to/zain_abuzaid_9f0dd065b56d/building-scamlens-ai-using-artificial-intelligence-to-detect-social-engineering-and-phishing-5874</guid>
      <description>&lt;p&gt;Building ScamLens AI: My Exploration of Artificial Intelligence in Phishing and Social Engineering Detection&lt;/p&gt;

&lt;p&gt;My name is Zain Nofan Abuzaid, زين نوفان ابوزيد. I am an Information Technology student and software developer from Jordan. My main interests are artificial intelligence, cybersecurity, social engineering, phishing detection, computer vision and software development.&lt;/p&gt;

&lt;p&gt;I am interested in using technology to solve practical problems. I also try to connect my software projects with the topics I study and research.&lt;/p&gt;

&lt;p&gt;One of the projects that reflects this interest is ScamLens AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  About ScamLens AI
&lt;/h2&gt;

&lt;p&gt;ScamLens AI is an AI assisted cybersecurity project that focuses on analyzing suspicious digital content and identifying possible signs of phishing and social engineering.&lt;/p&gt;

&lt;p&gt;The idea came from my interest in understanding how artificial intelligence can help people recognize suspicious messages before they interact with them.&lt;/p&gt;

&lt;p&gt;The project can be used as a concept for analyzing messages, emails, URLs and screenshots. The goal is not only to say whether something is safe or suspicious but also to explain the reasons behind the result.&lt;/p&gt;

&lt;p&gt;For example, a suspicious message may contain an urgent request, ask for sensitive information or try to impersonate a trusted organization.&lt;/p&gt;

&lt;p&gt;Instead of only giving the user a risk score, the system should explain what made the content suspicious.&lt;/p&gt;

&lt;h2&gt;
  
  
  Connection With My Research
&lt;/h2&gt;

&lt;p&gt;ScamLens AI is connected to my research work on the role of artificial intelligence in detecting social engineering and phishing attacks.&lt;/p&gt;

&lt;p&gt;My research focuses on how AI can help identify suspicious patterns in digital communication and how these systems can support users when they encounter potentially harmful content.&lt;/p&gt;

&lt;p&gt;The research provides the background for understanding the problem while ScamLens AI is a practical way of exploring how some of these ideas could be implemented in software.&lt;/p&gt;

&lt;p&gt;This is the main connection between my research and development work. I am interested in taking a research topic and turning it into something that can be tested and developed as a real software project.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Phishing Detection Is Difficult
&lt;/h2&gt;

&lt;p&gt;Phishing is not always based on obvious technical indicators.&lt;/p&gt;

&lt;p&gt;Many attacks try to manipulate the person receiving the message. They may create urgency, fear or trust and encourage the user to act without checking the information.&lt;/p&gt;

&lt;p&gt;For example, a message may say:&lt;/p&gt;

&lt;p&gt;Your account has been suspended. Verify your identity immediately using the link below.&lt;/p&gt;

&lt;p&gt;The message is trying to make the user react quickly instead of thinking about whether the request is legitimate.&lt;/p&gt;

&lt;p&gt;This is one of the reasons I am interested in the connection between cybersecurity and human behavior.&lt;/p&gt;

&lt;h2&gt;
  
  
  How ScamLens AI Could Analyze Suspicious Content
&lt;/h2&gt;

&lt;p&gt;The concept can combine several types of information instead of relying on one indicator.&lt;/p&gt;

&lt;p&gt;The first part is language analysis. The system can look for things such as urgent requests, threats, requests for passwords or financial information, account verification requests and impersonation.&lt;/p&gt;

&lt;p&gt;The second part is URL analysis. When a link is available, characteristics such as the domain structure, unusual URLs, lookalike domains, suspicious subdomains and other indicators can be considered.&lt;/p&gt;

&lt;p&gt;The third part is social engineering analysis. The system can look for common manipulation techniques such as authority, urgency, fear and financial incentives.&lt;/p&gt;

&lt;p&gt;Using multiple indicators can provide a more useful assessment than relying on a single feature.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Explainability Matters
&lt;/h2&gt;

&lt;p&gt;I believe that an AI security tool should explain its result.&lt;/p&gt;

&lt;p&gt;A result such as:&lt;/p&gt;

&lt;p&gt;Risk: 92%&lt;/p&gt;

&lt;p&gt;does not tell the user why the message was considered suspicious.&lt;/p&gt;

&lt;p&gt;A more useful result would explain that the message contains artificial urgency, requests sensitive information, appears to impersonate a trusted organization or contains suspicious URL characteristics.&lt;/p&gt;

&lt;p&gt;This makes the system more useful as a decision support tool.&lt;/p&gt;

&lt;p&gt;The purpose is not to replace human judgment but to give the user more information before making a decision.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Other Technical Work
&lt;/h2&gt;

&lt;p&gt;ScamLens AI is part of my wider work in Information Technology.&lt;/p&gt;

&lt;p&gt;Another project I have worked on is VisionGuard Kids, which explores the use of Python, OpenCV and MediaPipe in an early vision screening application.&lt;/p&gt;

&lt;p&gt;I have also worked on web and mobile development projects and explored game development through PIXEL ADV PLATFORMER.&lt;/p&gt;

&lt;p&gt;These projects are different from each other but they are connected by the same interest in building software that has a practical purpose.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Research Interests
&lt;/h2&gt;

&lt;p&gt;My current interests include artificial intelligence, cybersecurity, phishing detection, social engineering, machine learning, computer vision, explainable AI, responsible AI and software development.&lt;/p&gt;

&lt;p&gt;I am particularly interested in the area where artificial intelligence and cybersecurity meet.&lt;/p&gt;

&lt;p&gt;I want to understand how AI can be used to analyze threats that target people and how the results can be presented in a way that users can actually understand.&lt;/p&gt;

&lt;h2&gt;
  
  
  Responsible AI
&lt;/h2&gt;

&lt;p&gt;There are also limitations to using AI for cybersecurity.&lt;/p&gt;

&lt;p&gt;A system can produce false positives or false negatives. It can also make mistakes when the available information is incomplete.&lt;/p&gt;

&lt;p&gt;Privacy is another important issue because users may provide private messages, emails or screenshots for analysis.&lt;/p&gt;

&lt;p&gt;For these reasons, ScamLens AI should be considered an AI assisted security concept rather than a system that can guarantee that every prediction is correct.&lt;/p&gt;

&lt;p&gt;Any future implementation would need proper testing, suitable datasets and clear evaluation methods.&lt;/p&gt;

&lt;h2&gt;
  
  
  Future Research
&lt;/h2&gt;

&lt;p&gt;I am interested in exploring several directions in the future.&lt;/p&gt;

&lt;p&gt;These include machine learning based phishing classification, natural language processing, analysis of screenshots and text together, explainable AI for cybersecurity, human centered security interfaces and privacy preserving analysis.&lt;/p&gt;

&lt;p&gt;I am also interested in evaluating these approaches using real world phishing datasets instead of relying only on theoretical examples.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;My interest in artificial intelligence and cybersecurity comes from a simple question: how can intelligent software help people make safer decisions when they encounter suspicious digital content?&lt;/p&gt;

&lt;p&gt;My research on artificial intelligence and phishing detection gives me a way to study this question from a research perspective.&lt;/p&gt;

&lt;p&gt;ScamLens AI gives me a way to explore the same problem through software development.&lt;/p&gt;

&lt;p&gt;This connection between research and practical development is the direction I want to continue working on.&lt;/p&gt;

&lt;p&gt;About Me&lt;/p&gt;

&lt;p&gt;Zain Nofan Abuzaid&lt;/p&gt;

&lt;p&gt;زين نوفان ابوزيد&lt;/p&gt;

&lt;p&gt;Information Technology student and software developer from Jordan.&lt;/p&gt;

&lt;p&gt;Research interests: Artificial Intelligence, Cybersecurity, Social Engineering, Phishing Detection, Computer Vision, Explainable AI and Responsible AI.&lt;/p&gt;

&lt;p&gt;ORCID: 0009-0005-7170-4667&lt;/p&gt;

&lt;p&gt;GitHub: zainzaina&lt;/p&gt;

&lt;p&gt;Related research: The Role of Artificial Intelligence in Detecting Social Engineering and Phishing Attacks&lt;/p&gt;

&lt;p&gt;Project: ScamLens AI&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cybersecurity</category>
      <category>security</category>
    </item>
  </channel>
</rss>
