Vendor specific items using relative weight filtering.
Returns list of items that match a specified vulnerability ID.
http://talkback.volvent.org/cgi-bin/get_vuln.cgi
| id required |
Vulnerability ID to use in query Example Values: CVE-2012-0001 or MS12-020 |
| fmt optional |
Format of results, by default json Allowed Values: html or json |
| rows optional |
Maximum rows to be returned, by default 100 (between 1-100) Example Values: 5 or 75 |
| sort optional |
Order to sort results (descending), by default by weight Allowed Values: weight or time |
| GET | http://talkback.volvent.org/cgi-bin/get_vuln.cgi?id=CVE-2012-0001&fmt=json&rows=5 |
Returns 5 rows in json format for items matching CVE-2012-0001.
{'origin': u'pedramamini', 'category': 'Heavy', 'days_old': 46.104652777779847, 'language': u'en', 'img': u'http://a1.twimg.com/profile_images/791451880/Pedram_Amini_normal.jpg', 'text': u'MS12-001 CVE-2012-0001 Microsoft Windows SafeSEH Incompatibility: http://t.co/4hpo1iBK discovered by @jduck1337 first CVE and MSFT #\'s nice', 'ts': u'2012-01-10T21:29:18', 'vuln': u'CVE-2012-0001', 'tag': 'Hot', 'type': 'vuln ref', 'children': 40}
{'origin': u'EdiStrosar', 'category': 'Middle', 'days_old': 44.313159722369164, 'language': u'en', 'img': u'http://a3.twimg.com/profile_images/693814531/pikapoka_normal.png', 'text': u'Apparently MS12-001/CVE-2012-0001 was publicly known since 2007: http://t.co/o7gLvmCM (via @abysssec)', 'ts': u'2012-01-12T16:29:03', 'vuln': u'CVE-2012-0001', 'type': 'vuln ref', 'children': 11}
{'origin': u'cBekrar', 'category': 'Light', 'days_old': 45.27914351830259, 'language': u'en', 'img': u'http://a1.twimg.com/profile_images/1194766199/v_normal.PNG', 'text': u'@jduck1337 Congrats Josh for the nice vuln, and for the #1 CVE + MS bulletin! You should print a t-shirt with "CVE-2012-0001 Pimp!" :->', 'ts': u'2012-01-11T17:18:02', 'vuln': u'CVE-2012-0001', 'type': 'vuln ref', 'children': 5}
{'origin': u'ITthreats', 'category': 'Feather', 'days_old': 46.214212962891906, 'language': u'en', 'img': u'http://a2.twimg.com/profile_images/1678744726/sonoama-valley-warning_normal.jpg', 'text': u'Vulnerabilities Microsoft Windows Kernel CVE-2012-0001 SafeSEH Security Bypass Vulnerability: Type: Vu... http://t.co/ev5fvWFB :Symantic', 'ts': u'2012-01-10T18:51:32', 'vuln': u'CVE-2012-0001', 'type': 'vuln ref', 'children': 2}
{'origin': u'ChrisJohnRiley', 'category': 'Feather', 'days_old': 46.081736111082137, 'language': u'en', 'img': u'http://a0.twimg.com/profile_images/1262661507/mushimushix200_bigger_normal.jpg', 'text': u"Congrats @jduck1337 on MS12-001 CVE-2012-0001. Personally I'm aiming for CVE-2020-0001 Remote Code Exec in Hitachi personal flight suit ;)", 'ts': u'2012-01-10T22:02:18', 'vuln': u'CVE-2020-0001', 'type': 'vuln ref', 'children': 2}
A second example for the vulnerability ID MS12-020 is using the html format to embed into an iframe.
This view is used when entering in a Vulnerability ID in the top-right search box of Talkback. The URL could be used as a shortcut/popup to the detailed page for a specific vulnerability.
http://talkback.volvent.org/cgi-bin/view_vuln.cgi
| id required |
Vulnerability ID to use in query Example Values: CVE-2012-0001 |
| GET | http://talkback.volvent.org/cgi-bin/view_vuln.cgi?id=CVE-2011-3544 |
For issues or suggestions contact talkback@volvent.org.