The Wayback Machine - https://web.archive.org/web/20191105011844/https://github.com/topics/threat-intelligence
Skip to content
#

threat-intelligence

Here are 198 public repositories matching this topic...

hackunagi
hackunagi commented May 30, 2019

Hello everyone!
I have a few doubts on how events are handled across misp instances and Orgs. As I still haven't complete domain of the code and my curiosity is killing me, I'm coming here to ask help =]

  1. In the situation a site admin edit an event from another org and publish it. What exactly will happen with that information? Supposing it has a distribution level as "All communities".
    Wil
ufth
ufth commented May 6, 2019

proxycheck.io is very convenient service for detecting proxies with sane updated database. it has some interesting fields in its responses (see below)

https://proxycheck.io/api/

without API key everyone gets 100 queries per day:

curl -s 'http://proxycheck.io/v2/37.60.48.2?risk=1&vpn=1&seen=1&port=1' | jq
{
  "status": "ok",
  "37.60.48.2": {
    "proxy": "yes",
    "type": "VP
pichlou
pichlou commented Jan 7, 2019

Hi
i am using docker-compose in windows 7
postgres,rabbitmq and django application services build,but nginx service has an error!

nginx:
volumes:
- ./nginx_docker.conf:/etc/nginx/conf.d/default.conf

in this part "nginx_docker.conf" is not a directory and i have error "not a directory" in running "docker-compose up" command.
what is your solution for my problem?

Loading…
You can’t perform that action at this time.