Associating a vuln to a target

I’ve been tasked with importing the data exported from OpenVas in a “report” called “Anonymous XML” in a different system

The thing is, given a line in the “report-3fe0b045-12b1-4257-8113-5d903a611a76.csv” file, I’m required to provide

  1. the ip
  2. the hostname
  3. the MAC address
  4. the ssh key
  5. the os

1 and 2 are in the above mentioned report…csv file

the 3, 4 and 5 aren’t

3, 4 and 5 seem to be in the “hosts-20230524.xml” file as a bunch of scattered “identifiers” contained in an “asset”

Say that I find a MAC address or an ssh key in there (there are many)

How do I associate that to the line in the report file ?

Is a not anonymous XML format available ?

Thanks in advance