Latest posts

  • Latest Security Threats

    1. Supply Chain Attacks — Compromising third-party software or services to infiltrate target organizations (e.g., SolarWinds, MOVEit Transfer breaches). — Dependency confusion and malicious package injection in open-source ecosystems (NPM, PyPI). 2. Ransomware Evolution. — Double and triple extortion: Not just encrypting data, but also stealing and threatening to leak sensitive information, or attacking customers/partners.…

    Read more

  • Perform tasks in security tools (vulnerability management)

    Here’s a list of common tasks you’d perform when using security tools for vulnerability management: 1. Asset Discovery & Inventory — Configure scans to detect new hosts, services, and applications automatically — Maintain an up-to-date asset registry (IP, OS, software versions) 2. Scan Configuration — Select appropriate scan templates (full, credentialed, web-app, container) — Schedule…

    Read more

  • ITIL process to manage Alerts, incidents

    Here are the ITIL processes related to managing Alerts and Incidents: **Alert Management** Alert Management is the process of identifying, prioritizing, and escalating alerts to ensure that critical issues are addressed quickly. The ITIL Alert Management process involves: 1. **Alert Identification**: Identifying potential alerts from various sources, such as monitoring tools, logs, and user reports.…

    Read more

  • New attack (Conversation Overflow) to bypass AI security

    Conversation Overflow is a new attack technique discovered to bypass AI security. It involves exploiting the context window or conversation history limitations in AI models, which can lead to security vulnerabilities. In traditional conversational AI systems, the context window is a limited buffer that stores the recent conversation history. This context window is used by…

    Read more

  • 5 Essential Tools to Level-up your web Testing

    Read more

  • Threat Technique: How AI Tools Are Being Manipulated to Create Malware

    Introduction As artificial intelligence (AI) continues to revolutionize industries worldwide, its capabilities are being harnessed in unexpected—and sometimes dangerous—ways. In cybersecurity, threat actors are beginning to explore AI tools to defend systems and create and evolve malware. This article examines how AI tools are being manipulated to aid malware development, the potential risks involved, and…

    Read more

  • AI Tools Used for Coding Malware

    AI Tools Used for Coding Malware: Emerging Threats and Considerations Introduction Advancements in artificial intelligence (AI) have transformed various aspects of technology—from automating mundane tasks to generating creative content. One unintended consequence of this technological leap is the potential misuse of AI in developing malicious software. As AI-powered coding assistants and language models become more…

    Read more

  • Hardware of IBM quantum processors

    IBM has pioneered the development of quantum hardware that leverages superconducting circuit technology. IBM’s quantum processors—accessible via the IBM Quantum Experience and embodied in systems like the IBM Q System One—are built around several key technological principles and design features: Superconducting Qubits and Transmon Technology Transmon Qubits: IBM’s quantum processors use superconducting qubits known as…

    Read more

  • Common Cloud Security Framework and Standards

    Cloud security frameworks and standards provide guidelines, best practices, and best-use principles for securing cloud environments. Here are some of the most common and widely recognized cloud security frameworks and standards: 1. NIST Cybersecurity Framework (NIST CSF) Overview: Developed by the National Institute of Standards and Technology, this framework provides a policy framework of computer…

    Read more

  • Create a Windows virtual machine with the Azure

    Create virtual machine Create a VM with az vm create. The following example creates a VM named myVM. This example uses azureuser for an administrative user name. Replace the values of the variables as needed. You’ll be prompted to supply a password that meets the password requirements for Azure VMs. Using the example below, you’ll…

    Read more