Skip to content

Commit ee0f3e1

Browse files
committed
updates
1 parent 8b6c298 commit ee0f3e1

File tree

9 files changed

+10
-105
lines changed

9 files changed

+10
-105
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2019 Joshua Morin
3+
Copyright (c) 2018-2023 Joshua Morin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+6-17
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
11
## Contents
2-
- [Ansible Playbooks](#ansible-playbooks)
32
- [Custom Action Scripts](#custom-action-scripts)
43
- [Custom Configurations](#custom-configurations)
4+
- [Remote Tasks](#remote-tasks)
55
- [Resources](#resources)
66

77
---
88

9-
## Ansible Playbooks
10-
11-
Usage:
12-
```
13-
$ ansible-playbook --ask-pass YourPlaybook.yml
14-
```
15-
16-
| Name | Description |
17-
| :--- | :--- |
18-
| deployment_info.yml | All appliances in QRadar deployment |
19-
| qradar_log.yml | Last 20 lines of qradar and qradar error log files |
20-
| restart_hostcontext.yml | Restarts Hostcontext process |
21-
| restart_tomcat.yml | Restarts Tomcat process |
22-
| system_usage.yml | Results from Disk Free, Free, and Netstat |
23-
249
## Custom Action Scripts
2510

2611
### Short Message Service
2712

28-
#### [sms.sh](https://github.com/josh-morin/qradar/blob/master/scripts/sms.sh)
13+
#### [sms.sh](https://github.com/josh-morin/qradar/blob/master/action_scripts/sms.sh)
2914
Send text messages from QRadar ”Custom Actions” using Twilio API in a bash file.
3015

3116
Setup
@@ -69,9 +54,13 @@ The following options are included:
6954
* MxToolBox Blacklist
7055
* Project Honey Pot
7156
* Shodan
57+
* Spamhaus Reputation Checker
7258
* ThreatMiner
7359
* VirusTotal
7460

61+
## Remote Tasks
62+
63+
7564
## Resources
7665

7766
#### Resources & Content by IBM
File renamed without changes.

configs/ip_context_menu.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
43
This is a configuration file to add custom actions into the IP address right-click menu.
54
github.com/josh-morin
6-
75
-->
86
<contextMenu>
97
<menuEntry name="Nmap Scan -A -T4" exec="/bin/nmap -A -T4 %IP%" />
@@ -16,12 +14,13 @@ github.com/josh-morin
1614
<menuEntry name="Cisco Talos" url="https://www.talosintelligence.com/reputation_center/lookup?search=%IP%" />
1715
<menuEntry name="DNSlytics" url="https://dnslytics.com/ip/%IP%" />
1816
<menuEntry name="DShield" url="http://www.dshield.org/ipinfo.html?ip=%IP%" />
19-
<menuEntry name="Google Safe Browsing" url="https://transparencyreport.google.com/safe-browsing/search?url=%IP%" />
17+
<menuEntry name="Google" url="https://transparencyreport.google.com/safe-browsing/search?url=%IP%" />
2018
<menuEntry name="GreyNoise" url="https://www.greynoise.io/viz/ip/%IP%" />
2119
<menuEntry name="IPVoid" url="http://www.ipvoid.com/scan/%IP%" />
22-
<menuEntry name="MxToolBox Blacklist" url="http://www.mxtoolbox.com/SuperTool.aspx?action=blacklist%3a%IP%" />
20+
<menuEntry name="MxToolBox" url="http://www.mxtoolbox.com/SuperTool.aspx?action=blacklist%3a%IP%" />
2321
<menuEntry name="Project Honey Pot" url="https://www.projecthoneypot.org/ip_%IP%" />
2422
<menuEntry name="Shodan" url="https://www.shodan.io/host/%IP%" />
23+
<menuEntry name="Spamhaus" url="https://check.spamhaus.org/listed?searchterm=103.232.200.125%IP%" />
2524
<menuEntry name="ThreatMiner" url="https://www.threatminer.org/host.php?q=%IP%" />
2625
<menuEntry name="VirusTotal" url="https://www.virustotal.com/#/ip-address/%IP%" />
2726
</contextMenu>

playbooks/deployment_info.yml

-14
This file was deleted.

playbooks/qradar_log.yml

-14
This file was deleted.

playbooks/restart_hostcontext.yml

-14
This file was deleted.

playbooks/restart_tomcat.yml

-13
This file was deleted.

playbooks/system_usage.yml

-28
This file was deleted.

0 commit comments

Comments
 (0)