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
╔═══════════╦═════════════════════╦═════════╦═════════════════╦═══════════════════════╗ | |
║ VRF Name ║ Route Distinguisher ║ VLAN ID ║ IP Address ║ Description ║ | |
╠═══════════╬═════════════════════╬═════════╬═════════════════╬═══════════════════════╣ | |
║ WAN ║ 99 ║ N/A ║ 10.20.30.253/24 ║ Internet ║ | |
║ Accessred ║ 1 ║ 1 ║ 192.168.1.1/24 ║ Tenant 1 ║ | |
║ blue ║ 2 ║ 2 ║ 192.168.2.1/24 ║ Tenant 2 ║ | |
║ green ║ 3 ║ 3 ║ 192.168.1.1/24 ║ Tenant 3 — Dup Red IP ║ | |
║ voice ║ 111 ║ 111 ║ 10.1.1.1/24 ║ Shared Voice ║ | |
║ N/A ║ N/A ║ 999 ║ 10.9.9.1/24 ║ Management ║ | |
╚═══════════╩═════════════════════╩═════════╩═════════════════╩═══════════════════════╝ |
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
101.64.234.86 | |
101.98.11.146 | |
103.16.152.10 | |
103.21.198.13 | |
103.226.132.7 | |
103.23.136.10 | |
103.244.164.3 | |
103.253.41.55 | |
103.254.108.7 | |
103.254.16.168 |
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
em1-112-1-1.pool.e-mobile.ne.jp | |
proxysrv1.flat33.co.nz | |
mrtg.bsccl.com | |
cacti.mega.com.kh | |
cacti-sa.unisel.edu.my | |
pro2.internet-webhosting.com | |
host-104-128-161-233.VALOLT4.epbfi.com | |
104.207.130.126.vultr.com | |
c999947929-cloudpro-972761167.cloudatcost.com | |
drew010-relay01.drew-phillips.com |
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
{ | |
"index": { | |
"default": "NO_TIME_FILTER_OR_INDEX_PATTERN_NOT_MATCHED", | |
"pattern": "[logstash-]YYYY.MM.DD", | |
"warm_fields": true, | |
"interval": "day" | |
}, | |
"style": "light", | |
"rows": [ | |
{ |
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 | |
# This script is used to copy the eve.json file to the /usr/local/www/ directory, delete the current file, and create a blank one. | |
# THIS IS A TEST SCRIPT!!! NOT FOR PRODUCATION USE!!! USE AT YOUR OWN RISK!!! | |
cp /var/log/suricata/suricata_bge022807/eve.json /usr/local/www/ | |
#echo "Copying File" | |
#rm /var/log/suricata/suricata_bge022807/eve.json |
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
{ | |
"title": "Suricata EVE Dashboard", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "event_type:http", | |
"alias": "HTTP", | |
"color": "#7EB26D", | |
"id": 0, |
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
{ | |
"title": "PFSense Firewall - TEST", | |
"services": { | |
"query": { | |
"idQueue": [], | |
"list": { | |
"0": { | |
"query": "tags: \"PFSense\" AND action: \"pass\"", | |
"alias": "Passed", | |
"color": "#6ED0E0", |
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
{ | |
"title": "Syslog Dashboard", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "*", | |
"alias": "Syslog", | |
"color": "#7EB26D", | |
"id": 0, |
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
{ | |
"title": "PFSense Firewall", | |
"services": { | |
"query": { | |
"idQueue": [], | |
"list": { | |
"0": { | |
"query": "tags: \"PFSense\" AND action: \"pass\"", | |
"alias": "Passed", | |
"color": "#6ED0E0", |
NewerOlder