Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:xntrik/hcltm into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Feb 11, 2022
2 parents 0d362d1 + d5a6ebe commit e0bac05
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 7 deletions.
38 changes: 31 additions & 7 deletions cmd/hcltm/dfd.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type DfdCommand struct {
flagOutFile string
flagOverwrite bool
flagDot bool
flagSVG bool
}

func (c *DfdCommand) Help() string {
Expand All @@ -29,16 +30,20 @@ Usage: hcltm dfd [options] -outdir=<directory> <files>
Directory to output files. Will create directory if it doesn't exist.
Either this, or -out, must be set
-out=<filename>.<png|dot>
-out=<filename>.<png|dot|svg>
Name of output file. Only the first discovered data_flow_diagram will be
converted. You must set the extension to png or dot depending on the mode.
converted. You must set the extension to png,dot or svg depending on the mode.
Either this, or -outdir, must be set
-dot
Outputs Graphviz DOT instead. If -out or -outdir is provided files will be
generated. If neither -out or -outdir is set, then the DOT file will be
echoed to STDOUT.
-svg
Outputs SVG instead of PNG
Options:
-config=<file>
Expand All @@ -57,6 +62,7 @@ func (c *DfdCommand) Run(args []string) int {
flagSet.StringVar(&c.flagOutFile, "out", "", "Name of output file. Either this, or -outdir, must be set")
flagSet.BoolVar(&c.flagOverwrite, "overwrite", false, "Overwrite existing files in the outdir. Defaults to false")
flagSet.BoolVar(&c.flagDot, "dot", false, "Whether to output raw Graphviz DOT")
flagSet.BoolVar(&c.flagSVG, "svg", false, "Whether to output SVG")
flagSet.Parse(args)

if c.flagConfig != "" {
Expand Down Expand Up @@ -86,8 +92,13 @@ func (c *DfdCommand) Run(args []string) int {
fmt.Println(c.Help())
return 1
}
} else if c.flagSVG {
if c.flagOutFile != "" && filepath.Ext(c.flagOutFile) != ".svg" {
fmt.Printf("-out flag must end in .svg\n\n")
fmt.Println(c.Help())
return 1
}
} else {

if c.flagOutFile != "" && filepath.Ext(c.flagOutFile) != ".png" {
fmt.Printf("-out flag must end in .png\n\n")
fmt.Println(c.Help())
Expand Down Expand Up @@ -123,6 +134,8 @@ func (c *DfdCommand) Run(args []string) int {
fileExt := ".png"
if c.flagDot {
fileExt = ".dot"
} else if c.flagSVG {
fileExt = ".svg"
}
outfile := outfilePath(c.flagOutDir, tm.Name, file, fileExt)

Expand Down Expand Up @@ -213,7 +226,11 @@ func (c *DfdCommand) Run(args []string) int {
break
}
} else if c.flagOutFile != "" {
err = tm.GenerateDfdPng(c.flagOutFile)
if c.flagSVG {
err = tm.GenerateDfdSvg(c.flagOutFile)
} else {
err = tm.GenerateDfdPng(c.flagOutFile)
}
if err != nil {
fmt.Printf("Error generating DFD: %s\n", err)
return 1
Expand All @@ -222,13 +239,20 @@ func (c *DfdCommand) Run(args []string) int {
fmt.Printf("Successfully created '%s'\n", c.flagOutFile)
return 0
} else {
err = tm.GenerateDfdPng(outfilePath(c.flagOutDir, tm.Name, file, ".png"))
if c.flagSVG {
err = tm.GenerateDfdSvg(outfilePath(c.flagOutDir, tm.Name, file, ".svg"))
} else {
err = tm.GenerateDfdPng(outfilePath(c.flagOutDir, tm.Name, file, ".png"))
}
if err != nil {
fmt.Printf("Error generating DFD: %s\n", err)
return 1
}

fmt.Printf("Successfully created '%s'\n", outfilePath(c.flagOutDir, tm.Name, file, ".png"))
if c.flagSVG {
fmt.Printf("Successfully created '%s'\n", outfilePath(c.flagOutDir, tm.Name, file, ".svg"))
} else {
fmt.Printf("Successfully created '%s'\n", outfilePath(c.flagOutDir, tm.Name, file, ".png"))
}
}
}
}
Expand Down
133 changes: 133 additions & 0 deletions examples/MITRE_ATTACK_controls.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
//controls listed for MITRE ATT&CK

spec_version = "0.1.0"

component "control" "Account_Use_Policies" {
description = "[M1036](https://attack.mitre.org/mitigations/M1036/) - Configure features related to account use like login attempt lockouts, specific login times, etc."
}
component "control" "Active_Directory_Configuration" {
description = "[M1015](https://attack.mitre.org/mitigations/M1015/) - Configure Active Directory to prevent use of certain techniques; use SID Filtering, etc."
}
component "control" "Antivirus_Antimalware" {
description = "[M1049](https://attack.mitre.org/mitigations/M1049/) - Use signatures or heuristics to detect malicious software."
}
component "control" "Application_Developer_Guidance" {
description = "[M1013](https://attack.mitre.org/mitigations/M1013/) This mitigation describes any guidance or training given to developers of applications to avoid introducing security weaknesses that an adversary may be able to take advantage of."
}
component "control" "Application_Isolation_and_Sandboxing" {
description = "[M1048](https://attack.mitre.org/mitigations/M1048/) Restrict execution of code to a virtual environment on or in transit to an endpoint system.\"
}
component "control" "Audit" {
description = "[M1047](https://attack.mitre.org/mitigations/M1047/) Perform audits or scans of systems, permissions, insecure software, insecure configurations, etc. to identify potential weaknesses."
}
component "control" "Behavior_Prevention_on_Endpoint" {
description = "[M1040](https://attack.mitre.org/mitigations/M1040/) Use capabilities to prevent suspicious behavior patterns from occurring on endpoint systems. This could include suspicious process, file, API call, etc. behavior."
}
component "control" "Boot_Integrity" {
description = "[M1046](https://attack.mitre.org/mitigations/M1046/) Use secure methods to boot a system and verify the integrity of the operating system and loading mechanisms."
}
component "control" "Code_Signing" {
description = "[M1045](https://attack.mitre.org/mitigations/M1045/) Enforce binary and application integrity with digital signature verification to prevent untrusted code from executing."
}
component "control" "Credential_Access_Protection" {
description = "[M1043](https://attack.mitre.org/mitigations/M1043/) Use capabilities to prevent successful credential access by adversaries; including blocking forms of credential dumping."
}
component "control" "Data_Backup" {
description = "[M1053]([https://attack.mitre.org/mitigations/M1053/) Take and store data backups from end user systems and critical servers. Ensure backup and storage systems are hardened and kept separate from the corporate network to prevent compromise."
}
component "control" "Data_Loss_Prevention" {
description = "[M1057](https://attack.mitre.org/mitigations/M1057/) Use a data loss prevention (DLP) strategy to categorize sensitive data, identify data formats indicative of personal identifiable information (PII), and restrict exfiltration of sensitive data."
}
component "control" "Disable_or_Remove_Feature_or_Program" {
description = "[M1042](https://attack.mitre.org/mitigations/M1042/) Remove or deny access to unnecessary and potentially vulnerable software to prevent abuse by adversaries."
}
component "control" "Do_Not_Mitigate" {
description = "[M1055](https://attack.mitre.org/mitigations/M1055/) This category is to associate techniques that mitigation might increase risk of compromise and therefore mitigation is not recommended."
}
component "control" "Encrypt_Sensitive_Information" {
description = "[M1041](https://attack.mitre.org/mitigations/M1041/) Protect sensitive information with strong encryption."
}
component "control" "Environment_Variable_Permissions" {
description = "[M1039](https://attack.mitre.org/mitigations/M1039/) Prevent modification of environment variables by unauthorized users and groups."
}
component "control" "Execution_Prevention" {
description = "[M1038](https://attack.mitre.org/mitigations/M1038/) Block execution of code on a system through application control, and/or script blocking."
}
component "control" "Exploit_Protection" {
description = "[M1050](https://attack.mitre.org/mitigations/M1050/) Use capabilities to detect and block conditions that may lead to or be indicative of a software exploit occurring."
}
component "control" "Filter_Network_Traffic" {
description = "[M1037](https://attack.mitre.org/mitigations/M1037/) Use network appliances to filter ingress or egress traffic and perform protocol-based filtering. Configure software on endpoints to filter network traffic."
}
component "control" "Limit_Access_to_Resource_Over_Network" {
description = "[M1035](https://attack.mitre.org/mitigations/M1035/) Prevent access to file shares, remote access to systems, unnecessary services. Mechanisms to limit access may include use of network concentrators, RDP gateways, etc."
}
component "control" "Limit_Hardware_Installation" {
description = "[M1034](https://attack.mitre.org/mitigations/M1034/) Block users or groups from installing or using unapproved hardware on systems, including USB devices."
}
component "control" "Limit_Software_Installation" {
description = "[M1033](https://attack.mitre.org/mitigations/M1033/) Block users or groups from installing unapproved software."
}
component "control" "Multi-factor_Authentication" {
description = "[M1032](https://attack.mitre.org/mitigations/M1032/) Use two or more pieces of evidence to authenticate to a system; such as username and password in addition to a token from a physical smart card or token generator."
}
component "control" "Network_Intrusion_Prevention" {
description = "[M1031](https://attack.mitre.org/mitigations/M1031/) Use intrusion detection signatures to block traffic at network boundaries."
}
component "control" "Network_Segmentation" {
description = "[M1030](https://attack.mitre.org/mitigations/M1030/) Architect sections of the network to isolate critical systems, functions, or resources. Use physical and logical segmentation to prevent access to potentially sensitive systems and information. Use a DMZ to contain any internet-facing services that should not be exposed from the internal network. Configure separate virtual private cloud (VPC) instances to isolate critical cloud systems."
}
component "control" "Operating_System_Configuration" {
description = "[M1028](https://attack.mitre.org/mitigations/M1028/) Make configuration changes related to the operating system or a common feature of the operating system that result in system hardening against techniques."
}
component "control" "Password_Policies" {
description = "[M1027](https://attack.mitre.org/mitigations/M1027/) Set and enforce secure password policies for accounts."
}
component "control" "Pre-compromise" {
description = "[M1056](https://attack.mitre.org/mitigations/M1056/) This category is used for any applicable mitigation activities that apply to techniques occurring before an adversary gains Initial Access, such as Reconnaissance and Resource Development techniques."
}
component "control" "Privileged_Account_Management" {
description = "[M1026](https://attack.mitre.org/mitigations/M1026/) Manage the creation, modification, use, and permissions associated to privileged accounts, including SYSTEM and root."
}
component "control" "Privileged_Process_Integrity" {
description = "[M1025](https://attack.mitre.org/mitigations/M1025/) Protect processes with high privileges that can be used to interact with critical system components through use of protected process light, anti-process injection defenses, or other process integrity enforcement measures."
}
component "control" "Remote_Data_Storage" {
description = "[M1029](https://attack.mitre.org/mitigations/M1029/) Use remote security log and sensitive file storage where access can be controlled better to prevent exposure of intrusion detection log data or sensitive information."
}
component "control" "Restrict_File_and_Directory_Permissions" {
description = "[M1022](https://attack.mitre.org/mitigations/M1022/) Restrict access by setting directory and file permissions that are not specific to users or privileged accounts."
}
component "control" "Restrict_Library_Loading" {
description = "[M1044](https://attack.mitre.org/mitigations/M1044/) Prevent abuse of library loading mechanisms in the operating system and software to load untrusted code by configuring appropriate library loading mechanisms and investigating potential vulnerable software."
}
component "control" "Restrict_Registry_Permissions" {
description = "[M1024](https://attack.mitre.org/mitigations/M1024/) Restrict the ability to modify certain hives or keys in the Windows Registry."
}
component "control" "Restrict_Web-Based_Content" {
description = "[M1021](https://attack.mitre.org/mitigations/M1021/) Restrict use of certain websites, block downloads/attachments, block Javascript, restrict browser extensions, etc."
}
component "control" "Software_Configuration" {
description = "[M1054](https://attack.mitre.org/mitigations/M1054/) Implement configuration changes to software (other than the operating system) to mitigate security risks associated to how the software operates."
}
component "control" "SSL/TLS_Inspection" {
description = "[M1020](https://attack.mitre.org/mitigations/M1020/) Break and inspect SSL/TLS sessions to look at encrypted web traffic for adversary activity."
}
component "control" "Threat_Intelligence_Program" {
description = "[M1019](https://attack.mitre.org/mitigations/M1019/) A threat intelligence program helps an organization generate their own threat intelligence information and track trends to inform defensive priorities to mitigate risk."
}
component "control" "Update_Software" {
description = "[M1051](https://attack.mitre.org/mitigations/M1051/) Perform regular software updates to mitigate exploitation risk."
}
component "control" "User_Account_Control" {
description = "[M1052](https://attack.mitre.org/mitigations/M1052/) Configure Windows User Account Control to mitigate risk of adversaries obtaining elevated process access."
}
component "control" "User_Account_Management" {
description = "[M1018](https://attack.mitre.org/mitigations/M1018/) Manage the creation, modification, use, and permissions associated to user accounts."
}
component "control" "User_Training" {
description = "[M1017](https://attack.mitre.org/mitigations/M1017/) Train users to be aware of access or manipulation attempts by an adversary to reduce the risk of successful spearphishing, social engineering, and other techniques that involve user interaction."
}
component "control" "Vulnerability_Scanning" {
description = "[M1016](https://attack.mitre.org/mitigations/M1016/) Vulnerability scanning is used to find potentially exploitable software vulnerabilities to remediate them."
}
36 changes: 36 additions & 0 deletions pkg/spec/dfd.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,29 @@ func (tm *Threatmodel) GenerateDfdPng(filepath string) error {
return nil
}

func (tm *Threatmodel) GenerateDfdSvg(filepath string) error {
tmpFile, err := ioutil.TempFile("", "dfd")
if err != nil {
return err
}
defer os.RemoveAll(tmpFile.Name())

dot, err := tm.generateDfdDotFile(tmpFile.Name())
if err != nil {
return err
}

dotBytes := []byte(dot)

err = dotToSvg(dotBytes, filepath)
if err != nil {
return err
}

return nil
}


func newDfdProcess(name string) (error, *dfd.Process) {

newProcess := dfd.NewProcess(name)
Expand Down Expand Up @@ -283,3 +306,16 @@ func dotToPng(raw []byte, file string) error {
}
return nil
}

func dotToSvg(raw []byte, file string) error {
g, err := graphviz.ParseBytes(raw)
if(err != nil) {
return err
}
out := graphviz.New()
err = out.RenderFilename(g, graphviz.SVG, file)
if err != nil {
return err
}
return nil
}
78 changes: 78 additions & 0 deletions pkg/spec/dfd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,81 @@ func TestDfdPngGenerate(t *testing.T) {
})
}
}

func TestDfdSvgGenerate(t *testing.T) {
// tm := dfdTm()
//
// fulltm := fullDfdTm()

cases := []struct {
name string
tm *Threatmodel
exp string
errorthrown bool
}{
{
"valid_dfd",
dfdTm(),
"",
false,
},
{
"valid_full_dfd",
fullDfdTm(),
"",
false,
},
{
"valid_full_dfd2",
fullDfdTm2(),
"",
false,
},
}

for _, tc := range cases {
tc := tc

t.Run(tc.name, func(t *testing.T) {
// t.Parallel()

d, err := ioutil.TempDir("", "")
if err != nil {
t.Fatalf("Error creating tmp dir: %s", err)
}
defer os.RemoveAll(d)

err = tc.tm.GenerateDfdSvg(fmt.Sprintf("%s/out.svg", d))

if err != nil {
if !strings.Contains(err.Error(), tc.exp) {
t.Errorf("%s: Error rendering svg: %s", tc.name, err)
}
} else {
if tc.errorthrown {
t.Errorf("%s: an error was thrown when it shouldn't have", tc.name)
} else {

// at this point we should have a legitimate svg to
// test

f, err := os.Open(fmt.Sprintf("%s/out.svg", d))
if err != nil {
t.Fatalf("%s: Error opening svg: %s", tc.name, err)
}

buffer := make([]byte, 512)
_, err = f.Read(buffer)
if err != nil {
t.Fatalf("%s: Error reading svg: %s", tc.name, err)
}

if http.DetectContentType(buffer) != "text/xml; charset=utf-8" {
t.Errorf("%s: The output file isn't a svg, it's '%s'", tc.name, http.DetectContentType(buffer))
}
}
}

})
}
}
1 change: 1 addition & 0 deletions pkg/spec/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func ParseTMTemplate(mdTemplate string) (*template.Template, error) {
imageExts := map[string]interface{}{
".jpg": nil,
".png": nil,
"*.svg": nil,
}

ext := strings.ToLower(filepath.Ext(url))
Expand Down

0 comments on commit e0bac05

Please sign in to comment.