intelowlproject / IntelOwl

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

apk artifacts analyzer closes#2444 + upgraded stringsifter #2469

Closed g4ze closed 1 month ago

g4ze commented 1 month ago

closes #2444

Description

Please include a summary of the change and link to the related issue.

Type of change

Please delete options that are not relevant.

Checklist

Important Rules

g4ze commented 1 month ago
malware_tools_analyzers-user@0e3f29973277:/opt/deploy/artifacts/artifa
cts$ /opt/deploy/artifacts/venv/bin/python3 /opt/deploy/artifacts/artifacts/artifacts.py ./bitbar-sample-app.apk 
{
    "version": "1.1.1",
    "md5": "00cc5435151aa38a091781922c0390a4",
    "dex": [
        "classes.dex"
    ],
    "library": [],
    "network": {
        "ip": [],
        "url": [],
        "param": []
    },
    "root": [],
    "string": {
        "base64": [],
        "telegram_id": [],
        "known": []
    },
    "family": {
        "name": "CryCrypto",
        "match": 20.63,
        "value": {
            "permission": 28.57,
            "application": 0.0,
            "intent": 33.33
        }
    },
    "sandbox": [
        "https://tria.ge/s?q=00cc5435151aa38a091781922c0390a4",
        "https://www.joesandbox.com/analysis/search?q=00cc5435151aa38a091781922c0390a4",
        "https://www.virustotal.com/gui/search/00cc5435151aa38a091781922c0390a4",
        "https://bazaar.abuse.ch/browse.php?search=md5:00cc5435151aa38a091781922c0390a4",
        "https://koodous.com/apks?search=00cc5435151aa38a091781922c0390a4"
    ],
    "elapsed_time": 0.09
}

the command works perfectly fine inside the container but fails while analyzer run: image

g4ze commented 1 month ago

How is gui and cli exec different? Are we not literally running the same command internally? The same command gives desired op when I shell inside the container.

g4ze commented 1 month ago

{ "name": "APK_Artifacts", "process_time": 5.07, "status": "SUCCESS", "end_time": "2024-08-27T10:03:15.563886Z", "parameters": {}, "type": "analyzer", "id": 72, "report": { "dex": [ "classes.dex" ], "md5": "8a05a189e58ccd7275f7ffdf88c2c191", "root": [], "family": { "name": "CryCrypto", "match": 11.11, "value": { "intent": 33.33, "permission": 0.0, "application": 0.0 } }, "string": { "known": [], "base64": [], "telegram_id": [] }, "library": [], "network": { "ip": [], "url": [], "param": [] }, "sandbox": [ "https://tria.ge/s?q=8a05a189e58ccd7275f7ffdf88c2c191", "https://www.joesandbox.com/analysis/search?q=8a05a189e58ccd7275f7ffdf88c2c191", "https://www.virustotal.com/gui/search/8a05a189e58ccd7275f7ffdf88c2c191", "https://bazaar.abuse.ch/browse.php?search=md5:8a05a189e58ccd7275f7ffdf88c2c191", "https://koodous.com/apks?search=8a05a189e58ccd7275f7ffdf88c2c191" ], "version": "1.1.1", "elapsed_time": 0.02 },

image

g4ze commented 1 month ago

image image

g4ze commented 1 month ago

all gtg docs here https://github.com/intelowlproject/docs/pull/4

g4ze commented 1 month ago

Wohoooo all tasks done!!!!!!🤝

mlodic commented 1 month ago

great work man!