Difference between revisions of "Identity Pathology"

From MgmtWiki
Jump to: navigation, search
(Solutions)
(Solutions)
Line 33: Line 33:
 
These are the mitigations that should be considered based on the risk profile for the resource being protected.
 
These are the mitigations that should be considered based on the risk profile for the resource being protected.
  
"Malware" encompasses computer viruses (code injection), computer "worms", ransomware, spyware, adware, trojan horses, keyloggers, rootkits, rootkits, malicious Browser Helper Object (BHOs) and other malicious software.
+
"Malware" encompasses computer viruses (code injection), computer "worms", ransomware, spyware, adware, trojan horses, keyloggers, rootkits, malicious Browser Helper Object (BHOs) etc.
  
 
==References==
 
==References==

Revision as of 10:52, 20 June 2018

Full Title or Meme

A list of various ways in which identity information can be misused or misappropriated on the internet.

Context

User private data is required for release of web resources. Minimizing the amount of data released or its misuse after release is the object of this effort to collect a list of the various attacks and their mitigations.

There are three entities that are in play here.

  1. The user on a user device (aka a user agent).
  2. The resource provider (aka a relying party.)
  3. Identifier and Attribute Providers.

Problems

  • Attacks at the user device or user agent.
    • User private data, including credentials used in authentication.
    • Data of the user's contacts data.
    • Insertion of malware on the user's device.
    • Interception of legitimate user connections to valuable resources, including elevation of priviledge.
  • Attacks on the transmission of user private data.
    • Interception of legitimate user connections to valuable resources.
    • Misdirection or misleading connection to attacker sites.
    • Man in the middle attacks.
  • Spoofing attacks at the resource site.
    • Using data acquired by social engineering.
    • Initiating connections through other compromised sites, including compromised Identifier or Attribute Providers.
  • Misuse of user private data.
    • Releasing data to others.
    • Data breaches.

Solutions

These are the mitigations that should be considered based on the risk profile for the resource being protected.

"Malware" encompasses computer viruses (code injection), computer "worms", ransomware, spyware, adware, trojan horses, keyloggers, rootkits, malicious Browser Helper Object (BHOs) etc.

References