search for: malware0

Displaying 3 results from an estimated 3 matches for "malware0".

Did you mean: malware
2016 May 13
2
libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
...I think the -- set Interface vnet0 "external-ids:iface-id="{uuid here}" command run by libvirt doesn't actually set the _uuid of a new interface. :( It's just for an external system (e.g. libvirt) to track an interface *it* creates in OVS. I've got an OVS switch, "malware0" which is my malware lab network. I made a "monitor0" interface, and told OVS to make that a span/mirror of all the traffic on the malware0 switch. I attach monitor0 to my cuckoo VM, and boot the VM. Well, actually libvirt REALLY wants to create the interface itself, so I have to...
2016 May 14
0
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
...the network). I would classify that as a bug, but that's just my understanding as an OVS outsider. Anyone who is following OVS more closely? > It's just for an external system (e.g. libvirt) to track > an interface *it* creates in OVS. > > I've got an OVS switch, "malware0" which is my malware lab network. I > made a "monitor0" interface, and told OVS to make that a span/mirror of > all the traffic on the malware0 switch. > > I attach monitor0 to my cuckoo VM, and boot the VM. Well, actually > libvirt REALLY wants to create the interfa...
2016 May 14
1
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
...main type='kvm' id='5'> <name>cuckoo</name> <uuid>cb4903aa-eaf4-432d-aa57-e9f74f1c8b79</uuid> .... <interface type='bridge'> <mac address='52:54:00:f5:29:72'/> <source network='malware' bridge='malware0'/> <virtualport type='openvswitch'> <parameters interfaceid='23e982f3-f344-48a2-8bed-b584acb95616'/> </virtualport> <target dev='monitor0'/> <model type='virtio'/> <alias name='net2'...