Skip to content
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

StixIoc server 404 #2

Open
fawz24 opened this issue Oct 18, 2018 · 3 comments
Open

StixIoc server 404 #2

fawz24 opened this issue Oct 18, 2018 · 3 comments

Comments

@fawz24
Copy link

fawz24 commented Oct 18, 2018

After following the steps as mentioned in the wiki

https://github.com/JPCERTCC/SysmonSearch/wiki/how-to-install#stixioc-server-setup

I run up to the following response from the StixIoc server (on both Windows 7 x64 and Ubuntu 18.04 x64)

Traceback (most recent call last):
File "/home/ubuntu1804/Documents/elk/SysmonSearch/stixioc-import-server/.env/local/lib/python2.7/site-packages/tornado/web.py", line 1569, in _execute
result = self.prepare()
File "/home/ubuntu1804/Documents/elk/SysmonSearch/stixioc-import-server/.env/local/lib/python2.7/site-packages/tornado/web.py", line 2322, in prepare
raise HTTPError(self._status_code)
HTTPError: HTTP 404: Not Found

I couldn't figure out what's going on.
I currently have ElasticSearch-6.4.2 and Kibana-6.4.2 installed.
Any support is welcomed.

@PinGMUICT
Copy link

Same issue

@mrwhoo
Copy link

mrwhoo commented Jan 17, 2020

Same problem

@S03D4-164
Copy link
Collaborator

Sorry for the late reply.

The stixioc-import-server returns error except for the POST to the following paths:

  • /convert/stix/v1
  • /convert/stix/v2
  • /convert/ioc

You can check the server's response by executing the following command in stixioc-import-server directory:

# If running in the localhost:
$ curl localhost:56020/convert/ioc -F 'file=@data/sample.ioc.xml'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants