intelowlproject / IntelOwl

IntelOwl: manage your Threat Intelligence at scale
https://intelowlproject.github.io
GNU Affero General Public License v3.0
3.84k stars 439 forks source link

[PDFInfo] Peepdf - Add urls extracted #1358

Closed 0ssigeno closed 1 year ago

0ssigeno commented 1 year ago

At the moment, in the peepdf there is the number of URI/URL that the library is able to identify and the respective object number. What is missing, is the URI/URL itself! We should enhance this analyzer with the retrieval of the URI/URL.

Sample: 087c36c1d2a24c15b32088d3b1d94901

Peepdf result:

{"peepdf": [
{
"uris": [
"1",
[
5
]
],
"urls": null,
"vulns": null,
"events": null,
"actions": null,
"elements": null,
"objects_with_js_code": null
}
]
}
mlodic commented 1 year ago

fixed with #1359