technology-add-first-scan
Overview
- Key: - technology-add-first-scan
- Name: New Technology (First Scan) 
- Triggers when: New technology was discovered on the first scan of a target 
Fields
Field
Type
Description
risk
string
Risk rating of the technology
name
string
Name of the technology
id
integer
ID of the technology
Example data
{
    "risk":"1",
    "tech": {
        "name":"Google Mail",
        "id":604
    }
}Last updated
Was this helpful?