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

ForeScout & Github - Add missing entity #9481

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ query:
| where isnotempty(ipaddress) and isnotempty(HostProperties_EmIpAddr_s)
| sort by NumEvents_d asc
| project NumEvents_d, ipaddress, HostProperties_EmIpAddr_s
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: ipaddress
customDetails:
Ip: ipaddress
NumEvents: NumEvents_d
EmIp: HostProperties_EmIpAddr_s
alertDetailsOverride:
alertDisplayNameFormat: Dnsniff-Address-Check
alertDescriptionFormat: Dnsniff-Address-Check alert
version: 1.0.0
version: 1.0.1
kind: Scheduled
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ query: |
GitHubRepo
| where Action == "vulnerabilityAlert"
| project TimeGenerated, DismmisedAt, Reason, vulnerableManifestFilename, Description, Link, PublishedAt, Severity, Summary
version: 1.0.1
entityMappings:
- entityType: URL
fieldMappings:
- identifier: Url
columnName: Link
version: 1.0.2
kind: Scheduled
Loading