CAPEC Definitions

    CAPEC Definitions / CAPEC-157

    CAPEC-157: Sniffing Attacks

    In this attack pattern, the adversary intercepts information transmitted between two third parties. The adversary must be able to observe, read, and/or hear the communication traffic, but not necessarily block the communication or change its content. Any transmission medium can theoretically be sniffed if the adversary can examine the contents between the sender and recipient. Sniffing Attacks are similar to Adversary-In-The-Middle attacks (CAPEC-94), but are entirely passive. AiTM attacks are predominantly active and often alter the content of the communications themselves.

    Severity:Medium
    Possibility:

    Extended Description

    No Extended Description.

    Mitigations

    Encrypt sensitive information when transmitted on insecure mediums to prevent interception.

    Relationships with other CAPECs

    CAPEC-117: Interception

    CAPEC-652: Use of Known Kerberos Credentials

    Prerequisites

    The target data stream must be transmitted on a medium to which the adversary has access.

    Related Weaknesses

    CWE-311: Missing Encryption of Sensitive Data