Files
OneForAll-mirror/data/rules/whatweb/ossim.json
T
2020-07-29 00:02:06 +08:00

19 lines
921 B
JSON

{
"name": "OSSIM",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "AlienVault OSSIM (Open Source Security Information Management). Its goal is to provide a comprehensive compilation of tools which, when working together, grant network/security administrators with a detailed view over each and every aspect of his or her networks, hosts, physical access devices, server, etc.",
"website": "http://alienvault.com/community",
"matches": [
{
"text": "<title> AlienVault - Open Source SIM </title>"
},
{
"text": "<table align=\"center\" style=\"padding:1px;background-color:#f2f2f2;border-color:#aaaaaa\" class=nobborder><tr><td class=\"nobborder\">"
},
{
"text": "<table align=\"center\" cellspacing=4 cellpadding=2 style=\"background-color:#eeeeee;border-color:#dedede\">"
}
]
}