-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloudscan not recognizing modules #42
Comments
Do you see anything in the laika errors logs |
Where are those logs located? |
I think by default they are coming out of syslog. I haven't looked in a On Sun, May 15, 2016, 4:25 PM Morgan Culbertson [email protected]
|
May 15 20:51:46 ip-**---* laikad: ERROR 2121|si_dispatch|df170689-ecea-4509-ba76-159ba1c7eb57|||module not found: XER0X The module's file name is |
Is scan Xerox something you created? I don't see it in the default On Sun, May 15, 2016, 5:04 PM Morgan Culbertson [email protected]
|
Correct - I added scan_xer0x to dispatch.yara. /----------------------------SCAN_XER0X Rules---------------------------------/ |
I've haven't been able to debug the issue yet - any initial thoughts? |
It was a problem with the build process not overwriting the build folder due to file privileges. |
Platform: Operating on Ubuntu 14.04 EC2 instance
Overview: Attempting to run a networked instance of laikaboss and run files through a custom module
Problem: After starting a sever "./laikad.py" and attempting to use cloudscan as a client (as described here: #18), the output from the cloudscan request contains no module data.
Details:
$ ./laika.py {file}
"scanModules": ["SCAN_YARA", "META_HASH", "SCAN_TEST"]
works correctly w/ added scanModules and meta data
$ ./laikad.py + $ ./cloudscan.py {file}
"scanModules": []
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: