Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to build a script using the Python Library using the filtering example provided on Github, but I'm getting errors: Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", ...
Hello,I'm looking to create some automation between PSIRTs and our ITSM processes. The script I'm writing is having issues filtering on the FirstPublished attribute.
from openVulnQuery import query_client
Client = query_client.OpenVulnQueryClient(cl...
Hello,
Looking for some general feedback on my EEM solution. My customer has several data centres around the world. Each with two ISP connections, receiving full BGP tables. We have put up a mGRE overlay between the sites. My goal here is to create a...
Hello,We are looking to deploy a Citrix VDI solution within my organization. I'm trying to convince my systems guys to forgo the Citrix Secure Access Gateway in favour of our ASA.I have been able to setup the Clientless SSL VPN using the portal bookm...
I'm trying to setup IOS SLB in directed mode on a Cat6506. We are currently using IOS SLB is dispatched mode for other services. Below is the relevent config. Please note there is no L3 interface on the 6506 for the Virtual Servers network (10.0.131....
Here is the correct way to apply filters:client = query_client.OpenVulnQueryClient(client_id=creds.cisco_id, client_secret=creds.cisco_secret)
filter = query_client.TemporalFilter(query_client.PUBLISHED_LAST, '2019-03-01', '2019-03-28')
cisco_advisor...
Found my problem the instance variable need to be set then call as an object.
client = query_client.OpenVulnQueryClient(client_id="xxxxx", client_secret="xxxxx")
filter = query_client.FirstPublishedFilter('2017-06-01', '2018-05-21')
advisories = clie...
Thanks Joe!
Much appreciated. I took your suggestion and looked into Tcl a bit more and actually wrote the entire thing in Tcl. It is still a bit of WIP and I need some routers to test it out on before rolling onto a production environment.
Thanks ...
Has this changed at all?I have SSL VPN authenticating to ACS, which is pulling account info from Windows AD and would like to be able to have users change their password.Thanks,Ryan
Interface Gi1/21 is a trunk interface on the c6506 and faces the ASA. It trunks VLAN 131 which is the DMZ network. The vserver IP address 10.0.131.160 is within this DMZ network.The "real" server is on a VMware box and utilizes port Gi2/19 this is al...