Difference between revisions of "Offense - Adversarial Threats/Attacks"

From
Jump to: navigation, search
Line 74: Line 74:
  
 
== W/ Papers ==
 
== W/ Papers ==
Naveiro et al. [http://arxiv.org/pdf/1802.07513.pdf Adversarial classification: An adversarial risk analysis approach]
+
Naveiro et al. [http://arxiv.org/pdf/1802.07513.pdf Adversarial classification: An adversarial risk analysis approach, 21 Feb 2018]
  
Kantarcioglu et al. [http://www.utdallas.edu/~muratk/CCS-tutorial.pdf Adversarial Data Mining for Cyber Security]
+
Kantarcioglu et al. [http://www.utdallas.edu/~muratk/CCS-tutorial.pdf Adversarial Data Mining for Cyber Security, 28 Oct 2016]
 +
 
 +
Al-Dujaili et al. [http://arxiv.org/pdf/1801.02950.pdf Adversarial Deep Learning for Robust Detection of Binary Encoded Malware, 25 Mar 2018]
 +
 
 +
Grosse et al. [http://www.patrickmcdaniel.org/pubs/esorics17.pdf Adversarial Examples for Malware Detection]
  
Al-Dujaili et al. [http://arxiv.org/pdf/1801.02950.pdf Adversarial Deep Learning for Robust Detection of Binary Encoded Malware]
 
  
 
== Weaponizing Machine Learning ==  
 
== Weaponizing Machine Learning ==  

Revision as of 14:08, 26 June 2018

Youtube search...

______________________________________________________

Adversarial examples are inputs to machine learning models that an attacker has intentionally designed to cause the model to make a mistake; they’re like optical illusions for machines. Myth: An attacker must have access to the model to generate adversarial examples. Fact: Adversarial examples generalize across models trained to perform the same task, even if those models have different architectures and were trained on a different training set. This means an attacker can train their own model, generate adversarial examples against it, and then deploy those adversarial examples against a model they do not have access to. -Deep Learning Adversarial Examples – Clarifying Misconceptions | Goodfellow et al.

Papers

Papernot et al. Transferability in Machine Learning: from Phenomena to Black-Box Attacks using Adversarial Samples

Papernot et al. The Limitations of Deep Learning in Adversarial Settings

Papernot et al. Practical Black-Box Attacks against Deep Learning Systems using Adversarial Examples

Papernot et al. Distillation as a Defense to Adversarial Perturbations against Deep Neural Networks

Papernot et al. Adversarial Examples in Machine Learning

Goodfellow et al. Explaining and Harnessing Adversarial Examples

Biggio et al. Support Vector Machines Under Adversarial Label Noise

Biggio et al. Poisoning Attacks against Support Vector Machines

Eykholt et al. Robust Physical-World Attacks on Deep Learning Visual Classification

Szegedy et al. Intriguing properties of neural networks

Grosse et al. Adversarial Perturbations Against Deep Neural Networks for Malware Classification

Nguyen et al. Deep Neural Networks are Easily Fooled: High Confidence Predictions for Unrecognizable Images

Xu et al. Automatically Evading Classifiers: A Case Study on PDF Malware Classifiers

Kantchelian et al. Evasion and Hardening of Tree Ensemble Classifiers

Ororbia II et al. Unifying Adversarial Training Algorithms with Flexible Deep Data Gradient Regularization

Jin et al. Robust Convolutional Neural Networks under Adversarial Noise

Barreno et al. Can Machine Learning Be Secure?

J.D. Tygar, Ling Huang et al. Adversarial Machine Learning

Xiao et al. Adversarial and Secure Machine Learning

Uther et al.Adversarial Reinforcement Learning

Kurakin et al. Adversarial examples in the physical world

Laskov et al. Machine Learning in Adversarial Environments


W/ Papers

Naveiro et al. Adversarial classification: An adversarial risk analysis approach, 21 Feb 2018

Kantarcioglu et al. Adversarial Data Mining for Cyber Security, 28 Oct 2016

Al-Dujaili et al. Adversarial Deep Learning for Robust Detection of Binary Encoded Malware, 25 Mar 2018

Grosse et al. Adversarial Examples for Malware Detection


Weaponizing Machine Learning

Youtube search...