bug - Code changes linked to a known issue.
feat - New feature.
hotfix - Quick fixes to the codebase.
spike - Spikes (will probably not be merged - just investigating / testing before moving to a feature branch).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"message": "success", | |
"result": [ | |
{ | |
"product": "Google", | |
"count": "2" | |
}, | |
{ | |
"product": "Cloudflare", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"message": "success", | |
"result": [ | |
{ | |
"name": "104.18.167.96:2087", | |
"type": "Intrigue::Entity::NetworkService", | |
"first_seen": "2020-04-06 21:51:00 UTC", | |
"last_seen": "2020-04-06 21:51:00 UTC", | |
"hidden": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"message": "success", | |
"result": [ | |
{ | |
"name": "CVE-2019-11044", | |
"cve": "CVE-2019-11044", | |
"shortname": "Vulnerability in PHP", | |
"description": "In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 on Windows, PHP link() function accepts filenames with embedded \\0 byte and treats them as terminating at that byte. This could lead to security vulnerabilities, e.g. in applications checking paths that the code is allowed to access.", | |
"exploits": [], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"message": "success", | |
"result": { | |
"104.18.210.56": { | |
"resolutions": [], | |
"first_seen": "2020-02-12 08:11:22 UTC", | |
"last_seen": "2020-04-04 03:04:51 UTC", | |
"net_name": "CLOUDFLARENET, US", | |
"geolocation": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"message": "success", | |
"result": [ | |
{ | |
"entity_type": "Intrigue::Entity::Uri", | |
"pretty_name": "Insecure Content Loaded", | |
"first_seen": "2020-03-07 02:53:00 UTC", | |
"alias_group_id": "0.8119e5", | |
"last_seen": "2020-04-04 03:04:50 UTC", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"message": "success", | |
"result": [ | |
{ | |
"entity_type": "Intrigue::Entity::Uri", | |
"pretty_name": "Insecure Content Loaded", | |
"first_seen": "2020-03-07 02:53:00 UTC", | |
"alias_group_id": "0.8119e5", | |
"last_seen": "2020-04-04 03:04:50 UTC", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"message": "success", | |
"result": [{ | |
"first_seen": "2020-02-12 08:11:23 UTC", | |
"last_seen": "2020-04-04 03:04:52 UTC", | |
"alias_group": "0.81279e5", | |
"name": "http://104.18.210.56:80", | |
"organization": "intrigueio", | |
"ancestors": [{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name, techniques, technologies, installations | |
“feed XYZ”, “mostly network IDS”, “uses snort + ET”, “installed at universities” | |
"feed abc", "endpoint", "uses OSSEC", "installed at financial institutions and amazon" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# https://gist.github.com/christiangalsterer/5f55389b9c50c74c31b9 | |
# Copyright 2015 Christian Galsterer | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# |