Skip to content

Instantly share code, notes, and snippets.

View jmarcil's full-sized avatar

Jonathan Marcil jmarcil

View GitHub Profile
@jmarcil
jmarcil / iot.plantuml
Created May 7, 2019 03:53
threat modeling toolkit attack tree iot plantuml
@startuml
skinparam monochrome true
agent "Mass mining" as mine
agent "Mass scan" as scan
agent "DDoS" as ddos
agent "Control many devices \n(Botnet)" as botnet
mine --> botnet
scan --> botnet
ddos --> botnet
@jmarcil
jmarcil / crypto.plantuml
Last active April 18, 2019 21:15
threat modeling toolkit cryptocurrencies plantuml
@startuml
skinparam monochrome true
skinparam defaultTextAlignment center
agent "Steal cryptocurrency" as steal
agent "Manipulate the market" as market
agent "Invade privacy" as privacy
agent "Expose their spending habits" as spy
privacy --> spy